Search found 66 matches

by David
Thu Aug 11, 2016 9:13 am
Forum: Image Processing & Document Imaging
Topic: Cloning issue
Replies: 3
Views: 4776

Re: Cloning issue

Hi,

As mentioned within the documentation: The newly created image will be independent of the image source.

It will be a totally independent object.

Regards,

David
by David
Thu Aug 11, 2016 9:11 am
Forum: OCR, MRC & Document understanding
Topic: Image cleaning before create searchable PDF
Replies: 1
Views: 6359

Re: Image cleaning before create searchable PDF

Hi, The development team has implemented a new feature especially for this topic. The latest GdPicture.NET release fires an event when the image to be submitted to the engine is ready. You can catch this event and modify the image before it is provided to the ocr. In a nutshell:      ''' Occurs when...
by David
Mon Aug 08, 2016 11:58 am
Forum: Image Processing & Document Imaging
Topic: Changing bit depth
Replies: 1
Views: 4221

Re: Changing bit depth

Frédéric, Although the API is different than our beloved competitor, GdPicture.NET is obviously able to achieve such conversion. You will see a number of methods related to this topic listed there: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.12~GdPicture12.GdPictureImaging...
by David
Mon Aug 08, 2016 11:51 am
Forum: Image Processing & Document Imaging
Topic: Cloning issue
Replies: 3
Views: 4776

Re: Cloning issue

Hi Frédéric, Thank you for your interest in GdPicture.NET. You should consider the CreateClonedGdPictureImage method. This method creates a new GdPicture Image and initializes it with a copy of the contents of another GdPicture Image. The newly created image will be independent of the image source. ...
by David
Thu Jul 28, 2016 4:50 pm
Forum: DocuVieware
Topic: Can we use our own Amazon s3 as storage
Replies: 1
Views: 3185

Re: Can we use our own Amazon s3 as storage

Hi,

Our toolkits are not limited to a specific storage. I do not see a reason for an integrator not to be able to process documents within Amazon with our softwares.

Maybe I could see in more details if you could tell us a little bit more about your project.

Regards,

David
by David
Fri Jul 22, 2016 9:49 am
Forum: Barcode Reading & Writing
Topic: problem with barcode recocnition
Replies: 2
Views: 11883

Re: problem with barcode recocnition

Hi,

The barcode team worked on the engines to solve this issue. I'm happy to announce the issue has been fixed: a GdPicture.NET including this fix should be released next week.

Regards,

David
by David
Wed Jul 20, 2016 12:10 pm
Forum: Feature Requests
Topic: Showing more the one page (scrolling)
Replies: 10
Views: 17466

Re: Showing more the one page (scrolling)

I'm sorry we do not have the answer at the moment.

We adapt quite often our roadmap depending on the needs of our customers. I am not able to commit on a date for this at the moment.

Regards,

David
by David
Wed Jun 01, 2016 8:32 am
Forum: Example requests & Code samples
Topic: Saving A Scanned Image
Replies: 1
Views: 2388

Re: Saving A Scanned Image

Hi Reynold, Thank you for your interest in GdPicture.NET. I believe you should have a look at the "Creating a multipage TIFF file from a document in the scanner using the TWAIN protocol" documentation, it is available here: https://www.gdpicture.com/guides/gdpicture/Overview.html#Creating%...
by David
Fri May 27, 2016 2:35 pm
Forum: PDF
Topic: GDPicturePDF Memory Leak
Replies: 1
Views: 4027

Re: GDPicturePDF Memory Leak

Hi Elkay, Thank you for your message. The root of the issue is the image created with the call to RenderPageToGdPictureImage is never release: OldImageID = OldPDF.RenderPageToGdPictureImage(300.0, False) You should call ReleaseGdPictureImage with OldImageID before returning from the function. Have a...
by David
Wed May 04, 2016 2:13 pm
Forum: Feature Requests
Topic: Showing more the one page (scrolling)
Replies: 10
Views: 17466

Re: Showing more the one page (scrolling)

Hi,

I'm sorry the feature is not yet available. It would probably be in a medium V12 release or in v13.
Regards,

David
by David
Thu Mar 24, 2016 3:28 pm
Forum: Image Processing & Document Imaging
Topic: Using FXSmooth on 1 bit image creates 24 bit
Replies: 3
Views: 5257

Re: Using FXSmooth on 1 bit image creates 24 bit

Hi, FxSmooth somehow changes the value of a pixel with kind of average values of the neighborhood. It usually make sense for color and greyscale images, it is not often used for black and white image. For black and white images, a pixel is either black, either white, there's no real place for averag...
by David
Mon Mar 14, 2016 3:26 pm
Forum: OCR, MRC & Document understanding
Topic: OCR thai language with diacritic character.
Replies: 5
Views: 8660

Re: OCR thai language with diacritic character.

Thank you.

I can confirm the diacritic characters are not read properly with the latest version.

I have escalated the ticket to the development and I'll come back to you when I will have a diag.

Thank you

David
by David
Thu Mar 10, 2016 3:22 pm
Forum: OCR, MRC & Document understanding
Topic: OCR thai language with diacritic character.
Replies: 5
Views: 8660

Re: OCR thai language with diacritic character.

Hi Anan,

Can you please share the source file? As you can guess, we cannot work with the screen capture, we need the image file.

Thank you,

David
by David
Thu Mar 10, 2016 9:36 am
Forum: Example requests & Code samples
Topic: Add Annotation programmatically
Replies: 3
Views: 3761

Re: Add Annotation programmatically

Alisson,

I'm sorry not having understood your request properly. Good to see you have been able to find the solution.

Regards,

David
by David
Tue Mar 08, 2016 10:06 am
Forum: Image Processing & Document Imaging
Topic: AutoDeskew skews the image when it should not
Replies: 1
Views: 3646

Re: AutoDeskew skews the image when it should not

Hi Mat,

I have processed your image with GdPicture.NET 12 and Csharp-OCR sample. When deskewing, the image remains the same.

May I ask you to have a try with GdPicture.NET 12?