Skip to content

DK09876/OCRTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages