In the dialog box, the commands are
"C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-bmp0001.bmp" 03.text
Where
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" stands for the path of pdf2txtocr which is the executable file in BMP to Text OCR Converter. You can drag the file from its folder into cmd dialog box instead of inputting a so long directory.
- "–ocr" stands for the OCR technology to be taken by the application.
- "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-bmp0001.bmp" is the path of BMP image file.
- "03.text" is the file name and extension name of output Text document.
|