The commands are: "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" -ocr -lang eng "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-jpg0001.jpg" 01.text
Where
- "C:\Documents and Settings\admin\My Documents\Downloads\pdf2txtocrcmd\pdf2txtocr.exe" indicates the path of the application.
- "–ocr" indicates that the application will apply OCR technology to convert JPG to Text.
- "-lang eng" stands for the language the application to recognize.
- "C:\Documents and Settings\admin\Desktop\demo\ocr\ex-jpg0001.jpg" is the path of original JPG image.
- "01.text" is the name of output Text document.
|