项目作者: 008karan

项目描述 :
Building OCR using YOLO and Tesseract
高级语言: Python
项目地址: git://github.com/008karan/PAN_OCR.git
创建时间: 2019-04-27T12:15:56Z
项目社区:https://github.com/008karan/PAN_OCR

开源协议:MIT License

下载


OCR

PAN_OCR

To understand the building process please go through my blog here.
Run below command to install darknet.

bash ./darknet.sh

You need to have tesseract installed to run this OCR.
Now move your data folder and weight file in this repository.
To run the OCR follow this command.

pan.py -d -t

You can see the results in output folder in form of a csv file.

You can find pretrained model here