Tesseract

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Steps to install tesseract OCR.

1. Download the latest released version of the Windows installer for Tesseract -
https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-3.05.01.exe
2. Run the executable file to install. It will install to C:\Program Files (x86)\Tesseract OCR
3. Make sure your environment variable is set correctly:
4. Go to Control Panel -> System and Security -> System -> Advanced System Settings ->
Advanced tab -> Environment Variables
Select path -> New -> type this without quotes 'C:\Program Files (x86)\Tesseract-OCR'

5. Open cmd or powershell:


6. To get tesseract help -- tesseract --help
7. TO convert image to test -- tesseract <input.imagefile> <output.textfilename>

You might also like