All Projects → dipu-bd → craft-moran-ocr

dipu-bd / craft-moran-ocr

Licence: other
An OCR system using CRAFT for text detection and MORAN for recognition

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

CRAFT-MORAN-OCR

An OCR system using CRAFT for text detection and MORAN for recognition

Inspiration

Testing

To get started, first download the trained weights:

$ sh init.sh

Create a virtual environment and install requirements:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

To test an image:

$ python test.py -h
$ python test.py scan/1.jpg

Training

Modify train_MORAN.sh to generated trained weights, and replace moran_v2_demo.pth with it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].