"C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-png0002.png" 03.text
The command line can be divided to four parts:
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" stands for the directory of pdf2txtocr.exe which is the executable file in the application Image to Text OCR Converter.
- –ocr means the OCR technology to be taken in the conversion.
- "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-png0002.png" is the directory of the original picture file.
Note: If the paths of parameters are too long to input, please drag the file you need into cmd dialog box. You will find the files will turn to paths themselves immediately.
- 03.text is the file name and extension name of newly created Text document.
|