The command line in cmd dialog box is
"C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr "C:\Documents and Settings\admin\Desktop\demo\pdf\test_pdf2excel_ocr.pdf" 01.text Where
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" is the path of pdf2txtocr which is the executable file in Scanned PDF to Text OCR Converter.
- "-ocr" option is for using OCR technology, which can not be omitted here.
- "C:\Documents and Settings\admin\Desktop\demo\pdf\test_pdf2excel_ocr.pdf" is the path of scanned PDF document.
- 01.text is the file name and suffix of new Text document. If you don't specify the path for the target file here, it will be stored in current directory— C:\Documents and Settings\admin by default just like the example.
|