Skip to content

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

Notifications You must be signed in to change notification settings

nikhilkumarsingh/tesseract-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesseract-python

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

Installation:

  • Install tesserct-ocr using this command:

    • On Ubuntu
      sudo apt-get install tesseract-ocr
      
    • On Mac
      brew install tesseract
      
    • On Windows, download installer from here
  • 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:

    • On Ubuntu
      sudo apt-get install imagemagick
      
    • For other platforms, download installer from here
  • Install python binding for imagemagick, wand, using this pip command:

    pip install wand
    

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages