Search found 66 matches

by David
Tue Feb 09, 2016 7:02 pm
Forum: Image Processing & Document Imaging
Topic: find text boundaries in image
Replies: 1
Views: 3974

Re: find text boundaries in image

Hi, This feature can be implemented by the mean of the character recognition engine embed in GdPicture.NET. Please have a look at the OCR sample: GdPicture.NET 11\Samples\WinForm\C#\OCR This sample application draws small red rectangles around the characters: for (ncpt = 1; ncpt <= oGdPictureImaging...
by David
Tue Feb 09, 2016 10:00 am
Forum: Office Open XML & Open Document
Topic: Excel, PowerPoint and other unsupported formats
Replies: 8
Views: 19475

Re: plans for support

Hi Marc,

Read more in the posts bellow.

Regards,

David
by David
Tue Feb 09, 2016 9:58 am
Forum: DocuVieware
Topic: gallery demo question
Replies: 7
Views: 6599

Re: gallery demo question

Hi Marc, Thank you for your interest in our online demonstrations! This DocuVieware demo offers a preview of upcoming features, we are please to know it is of interest for you. We are busy with the implementation of the Open Xml Office support. GdPicture 12.0 will offer the possibility to display an...
by David
Mon Feb 08, 2016 5:20 pm
Forum: OCR, MRC & Document understanding
Topic: OCRTesseractDoOCR() returning blank result with custom creat
Replies: 1
Views: 6656

Re: OCRTesseractDoOCR() returning blank result with custom c

Hi, The reason for the error could be a different trained data file format, different Tesseract engine version, etc. As suggested in the other post, could you please give us more details about the ocr challenges you want to solve? May I ask you to share the input data for the training process and yo...
by David
Mon Feb 08, 2016 3:36 pm
Forum: OCR, MRC & Document understanding
Topic: Support To Create .traineddata files.
Replies: 1
Views: 7176

Re: Support To Create .traineddata files.

Hi, GdPicture doesn't expose this feature at the moment. Please note training an engine my be quite challenging and requires quite some knowledge in computer vision. May I ask you to share some image for which you have difficulties reading these numbers? We would like to have a look at them to be ab...
by David
Mon Feb 08, 2016 3:28 pm
Forum: Example requests & Code samples
Topic: Transfer to SFTP
Replies: 1
Views: 2712

Re: Transfer to SFTP

Hi, Sorry for the long delay before answering. The feature is unfortunately not available out of the box in GdPicture at the moment. I have added the request to our wish-list. Please note you could implement a quick workaround by downloading the file using an SFTP library, see for instance: http://s...