/SimpleOCR

A Characters Recognition Program Based on Pytorch

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OCR based on pytorch

Dependencies

  • torch
  • pillow
  • numpy

Description

The model I use to recognize characters is based on CNN + RNN + CTC. I'm considering to rewrite this project using C++ if I'm spare.