Search found 3 matches

by fantasio
Mon Mar 22, 2010 1:34 pm
Forum: Image Processing & Document Imaging
Topic: how to remove lines thicker than 3 pixels
Replies: 1
Views: 1440

how to remove lines thicker than 3 pixels

Hello Support, After using ADRGetLastConfidence Method to return the closest template for my image, I want to clean it up by removing vertical and horizontal lines. But, FxBitonaRemoveLinesV3 or FxBitonaRemoveLinesH3 are not enough. The lines to remove are thicker than 3 pixels. Is there any solutio...
by fantasio
Mon Mar 22, 2010 1:24 pm
Forum: OCR, MRC & Document understanding
Topic: Invalid Parameter returned
Replies: 2
Views: 9040

Re: Invalid Parameter returned

Thanks Loïc,

I found my mistake.

The reference to GdPicture.NET.dll that I have added to my project was not the right one.

It works fine now.

Best regards
by fantasio
Fri Mar 19, 2010 12:32 pm
Forum: OCR, MRC & Document understanding
Topic: Invalid Parameter returned
Replies: 2
Views: 9040

Invalid Parameter returned

Hello Support, I'm trying to evaluate ADR and I have some problems With this sample code, partially issued from this forum, ADRAddGdPictureImageToTemplate always returns 2 (InvalidParameter) Dim ImageID As Integer = Imaging1.CreateGdPictureImageFromFile("") Dim TemplateID As Integer = Imag...