Search found 436 matches

by Gabriela
Mon May 27, 2019 3:16 pm
Forum: OCR, MRC & Document understanding
Topic: Tif image CreateAnchorTemplate and FindAnchor issue with DPI
Replies: 3
Views: 10590

Re: Tif image CreateAnchorTemplate and FindAnchor issue with DPI

Hi, The only possible solution here is that your template and all candidates need to have the same characteristics so the results are consistent. That means if the template is 300 DPI then the candidates should also be 300 DPI with the same kind of acquisition context. Of course, you can re-scale th...
by Gabriela
Fri May 24, 2019 1:04 pm
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 14211

Re: Why there is no image compression for GIF, JPEG, PNG image

Hello,

Please find the requested methods here:
for JPG (see Quality, Progressive parametets)
SaveAsJPEG
for PNG (see CompressionLevel parameter)
SaveAsPNG
Please refer to the parameters and set them according what you need.
by Gabriela
Sun May 19, 2019 9:05 pm
Forum: OCR, MRC & Document understanding
Topic: ADR a shrinked document matching a template
Replies: 1
Views: 15223

Re: ADR a shrinked document matching a template

Hi,

Here you can find some techniques on how to preprocess the document, for example, deskewing feature:
Deskewing images
by Gabriela
Sun May 19, 2019 9:00 pm
Forum: Annotations
Topic: Put Annotation and Show on Code
Replies: 1
Views: 9575

Re: Put Annotation and Show on Code

Hi,

Please find fully working sample applications in the installation package:
Sample Guide Overview
by Gabriela
Sun May 19, 2019 8:57 pm
Forum: Document Viewing
Topic: Touchscreen vertical scrolling
Replies: 1
Views: 11198

Re: Touchscreen vertical scrolling

Hello, WPF and WinForms handle touch events differently. WinForms have no direct support for touch events and therefore are interpreted as standard mouse events. WPF on the other side supports touch events and they are handled separately from mouse events. Thumbnails component is not able to recogni...
by Gabriela
Sun May 19, 2019 8:50 pm
Forum: Image Processing & Document Imaging
Topic: Image pixelated with Deskew function in GDPicture.Net 10
Replies: 1
Views: 9400

Re: Image pixelated with Deskew function in GDPicture.Net 10

Hello, Unfortunately, only one image is attached, so I'm not sure if it is before or after. At the same, the GdPicture10 is a very old version. We only support the current release of GdPicture14. Maybe you can try to evaluate this version with your images? https://www.gdpicture.com/download-gdpictur...
by Gabriela
Fri May 17, 2019 2:56 pm
Forum: PDF
Topic: PDF Extracting Text
Replies: 1
Views: 5471

Re: PDF Extracting Text

Hi,

I know maybe it is too late, but are you still using our product GdPicture ver 14? We have improved searching features in the toolkit. Let us know if you still experience any issues so we can assist you further.
by Gabriela
Fri May 17, 2019 2:44 pm
Forum: Image Processing & Document Imaging
Topic: Debugging after adding GDPicture to an IIS deployed Project
Replies: 1
Views: 10208

Re: Debugging after adding GDPicture to an IIS deployed Project

Hello,

Probably too late :), but if you're still using our current product GdPicture.NET ver 14 and you still experience any issues, let us know if we can help you.
by Gabriela
Fri May 17, 2019 2:35 pm
Forum: Image Processing & Document Imaging
Topic: Image overlay and seal addition
Replies: 1
Views: 10142

Re: Image overlay and seal addition

Hello,

Probably too late :), but if you're still using our current product GdPicture.NET ver 14 you can provide us with the example/application of what you are trying to achieve so we can assist you further. Let us know if we can still help you in any way.
by Gabriela
Fri May 17, 2019 2:30 pm
Forum: Document Viewing
Topic: Get mouse location when picture box move over GDViewer
Replies: 1
Views: 10283

Re: Get mouse location when picture box move over GDViewer

Hi,

You can use Rectangle of Selection feature using the GdPicture14.
Here is the method you may find useful: IsRectEditing
by Gabriela
Fri May 17, 2019 2:16 pm
Forum: Example requests & Code samples
Topic: EMF to Searchable PDF
Replies: 1
Views: 5400

Re: EMF to Searchable PDF

Hi,

Using the GdPicture14 version you can benefit from OCR features, which are included in the GdPicture PDF class directly:
OcrPage
OcrPages
Or you can use also the new GdPictureOCR class dedicated for OCR.
Give it a try!
by Gabriela
Fri May 17, 2019 10:52 am
Forum: Document Viewing
Topic: How to move the image freely by clicking left mouse button?
Replies: 3
Views: 10381

Re: How to move the image freely by clicking left mouse button?

Hi, Jun Wei, Of course, you can move your image freely. Please try to use our Document Viewer sample in your installation directory (GdPicture.NET 14\Samples\Bin\Document Viewer.exe). If you zoom the document so it exceeds the viewing area and the horizontal scrollbar appears, you can move the docum...
by Gabriela
Thu May 16, 2019 1:48 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13569

Re: Burning Annotation is not working

Hi, Marco,

The issue you have reported is fixed and will be available in the 14.1.20 release.
Thanks for pointing this to us.
by Gabriela
Mon May 13, 2019 1:28 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13569

Re: Burning Annotation is not working

Hello, Marco,

Thank you for reporting this. We have been able to reproduce the issue, it is currently in hands of the development team to find a reason or a bug. I will update you with more details as they come.
by Gabriela
Fri May 10, 2019 1:59 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13569

Re: Burning Annotation is not working

Hi, Marco, I have just tried your code using the latest release and here are both resulting documents, one with AutoSize property and the other without. Everything works as expected. Could you confirm you are using the latest published release 14.1.18? May I ask you to try with that release? Thank y...