"C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-pcx0001.pcx" 03.text
In the command line, there are four parts:
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" is the path of executable file—pdf2txtocr.exe in the application Picture to Text OCR Converter.
- –ocr means the application will take OCR technology in the conversion from Picture to Text.
- "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-pcx0001.pcx" is the path of picture file. Here the PCX format file is the example.
- 03.text is the name of newly created Text document.
|