Skip to content

vinhnguyent090/ERPNext-OCR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erpnext Ocr

OCR

License

MIT# ERPNext-OCR

Sample Screenshot

Sample Screenshot

File Being Read

Sample Screenshot 2

Pre-requisites

tesseract-python

Examples to implement OCR(Optical Character Recognition) using tesseract using Python

Installation:

  • Install tesserct-ocr using this command:
    sudo apt-get install tesseract-ocr
    
  • Install python binding for tesseract, pytesseract, using this pip command:
    pip install pytesseract
    
  • Install image processing library in python, pillow using this pip command:
    pip install pillow
    

For working with pdf files:

  • Install imagemagick using this command:
    sudo apt-get install imagemagick
    
  • Install python binding for imagemagick, wand, using this pip command:
    pip install wand
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Python 9.0%
  • CSS 0.8%