Rathan007 / PAN_OCR

Building OCR using YOLO and Tesseract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Building OCR using YOLO and Tesseract

License:MIT License


Languages

Language:Python 66.3%Language:Shell 33.7%