"C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr "C:\Documents and Settings\admin\Desktop\demo\ocr\ 1.TIF" 01.text
Where
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" is the path of the executable file--pdf2txtocr which is the core in TIFF to Text OCR Converter.
- –ocr means the application is going to call OCR technology in the conversion process.
- "C:\Documents and Settings\admin\Desktop\demo\ocr\ 1.TIF" is the path of original TIFF image file.
- 01.text is the name of target Text document.
|