Firstly I 'd like to know if I have posted this thread to the correct location.
Since my platform is a .Net Console application and this option does not exist in your Platforms list when posting a new thread ?
Secondly, I'm using your OCR library , which is not a control so what control should I select again in when starting a new thread posting ?
I've successfully extracted text from a pdf image using your OCRProcessor.
But 3 issues remain;
- The OCR has placed 4 non-printable characters i.e. "\r\n\r\n" in place of every space character, can this be prevented and only an "\r\n" placed at the end actual new lines?
- Where a table exists the ocr does not return cell delimiter e.g. tab character, so it's not possible to know which cell the text was in , can this be achieved through some kind of property setting?
- The application will run unattended on a server. Is it possible to change the standard output of the OCR progress which is displayed in a command windows and sent to a file instead ?