Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 632 Bytes

File metadata and controls

32 lines (22 loc) · 632 Bytes

OCRTest

Summer 2021 research/ Testing OCR results with different image processing techniques

P.S. all code is written in WSL.

For Tesseract.py

Install python libraries using:

pip install pytesseract
pip isntall opencv-python

Make sure to install tesseract-OCR as per your system:

https://tesseract-ocr.github.io/tessdoc/Home.html

For main.py

Install python libraries using:

pip install opencv-python
pip install matplotlib
pip install numpy
pip install tqdm
pip install easyocr

Make sure to install pytorch according to your system:

https://pytorch.org/