Visual attention-based OCR model for image recognition with additional tools for creating TFRecords datasets and exporting the trained model with weights as a SavedModel or a frozen graph.
Our text recognition algorithm not only recognizes Latin and Non-Latin characters, but also supports horizontal and vertical text recognition in one model. It is convenient for multi-lingual arbitrary-shaped text recognition.
PyTorch, a popular deep - learning framework, provides the flexibility and tools necessary to implement Attention - based OCR models effectively. In this blog, we will explore the fundamental concepts of Attention OCR in PyTorch, its usage methods, common