Downloading Tesseract
Download installer from: https://github.com/UB-Mannheim/tesseract/wiki
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.