OCR system implemented using tesseract OCR engine
- Pytesseract
- Numpy
- Opencv
- Matplotlib
- Glob
- Install tesseract and assign the full path of tesseract.exe to tesseract_binary_path.
- Place input images in images directory in JPG format.
- Finally you can run the code and check the output text results in texts directory.