Search found 3 matches

by erasmo
Fri Oct 16, 2015 5:19 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Form recognize using Template
Replies: 4
Views: 5231

Re: Form recognize using Template

the support helped me , the mistake was mine, i don't had understood that need configure the tesseract

Code: Select all

OcrEngine ocrEngine = new TesseractOcr(TesseractOcrDllDirectory);
OcrFieldTemplate.OcrEngineManager = new OcrEngineManager(ocrEngine);
by erasmo
Tue Oct 13, 2015 7:41 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Form recognize using Template
Replies: 4
Views: 5231

Re: Form recognize using Template

hi vladimir, thank you for your help, the problem with the examples is , the objects in the parameters ,is only instantiate? what i need configure in this objects? i'm having troubles , the recognitionResult in all tries are null the method RecognizeFormWithOcrFields, is the same of the documentatio...
by erasmo
Fri Oct 09, 2015 8:50 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Form recognize using Template
Replies: 4
Views: 5231

Form recognize using Template

hi guys ,i created a template using the project of test(sample), but do not was successful in write the code for use the template and extract the text from pdf files, the project sample is a desktop application , this turn out the task hard, understand a code with desktop components associate. i nee...