MicrochipVision / OCR

It is python based advanced OCR for converting image to text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced OCRπŸ’₯

Pytesseract based advanced OCR system that can convert image to text.πŸ™‚

Authors πŸ‘¦πŸ»

Used By πŸ§‘β€πŸ€β€πŸ§‘

This project is used by the following individual:

  • Saif Islam
  • Shahriar Siddique
  • M.B. Saimoon

Support πŸ’πŸ»β€β™‚οΈ

For support, email microchipvision@gmail.com or join facebook community.(●'β—‘'●)

Features πŸ™ŒπŸ»

  • Uses pytesseract library and Open-CV
  • Uses image enhancement and image thresholding
  • Perform post-processing

Usage/Examples πŸŽƒ

Run the following command on PowerShell:
 1. pip install opencv-python
 2. pip install numpy
 3. pip install pytesseract
 4. pip install os-sys
 5. pip install Pillow
 6. pip install regex
 7. pip install autocorrect

After executing the follwing command
     
     Run: python3 main.py 


About

It is python based advanced OCR for converting image to text.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%