|
i know that how to run normal .exe using Runtime class.
Here is my actual requirement...
the input files will be places in one folder(normally .tif images)..i will give those to OCREngine(Omnipage)..it will processes and gives me the output in .txt or .csv fomat
Instead of maula processing (taking .tif image and giving it to OCR) my java code has to do this..but the main condition is nowhere i want to found the GUI of Omnipage.
|