Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 232 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 232 Bytes

Optical Character Recognition with PyTorch

This model implements CNN+LSTM with CTC loss and beam search CTC decoding. You need to install ctcdecode library along with other requirements.