Hi ,
I am trying to integrate the VeryDoc Doc to any converter for converting my documents into tiff image. It is not converting pdf and txt file for conversion.
I am trying trail version of server edition my visual studio is 2008 and i have windows xp.
My requirement is that i want to convert the document into tiff file and then using another tool retrieve its OCR. I can have any kind of document.
Please let me know if i can try any other software to achieve this requirement. please treat it as urgent
===============================
Thanks for your message, you can run following command line to convert your documents to TIFF files,
Doc2any.exe -useprinter -useoffice 1 -xres 300 -yres 300 -bitcount 1 C:\test.doc C:\out.tif
Above command line will convert your DOC file to TIFF file at 1bit color depth, 300DPI, you can use OCR software to recognize output TIFF file properly.