Thursday 29 June 2017

Tesseract OCR 3.0.5 Dev

Downloading Tesseract

Create Searchable PDF

cd C:\Program Files (x86)\Tesseract-OCR
tesseract.exe "D:\testimage.tif" -l eng "D:\testimage" pdf
More command line instructions available at:

Create Text OCR output

cd C:\Program Files (x86)\Tesseract-OCR
tesseract.exe "D:\testimage.tif" -l eng "D:\testimage" txt

Create HTML OCR output

cd C:\Program Files (x86)\Tesseract-OCR
tesseract.exe "D:\testimage.tif" -l eng "D:\testimage" hocr

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive