Search found 352 matches

by SamiKharma
Sun Dec 14, 2014 10:58 am
Forum: Annotations
Topic: Image manipulation and Annotation
Replies: 5
Views: 9327

Re: Image manipulation and Annotation

Hi,

The scenario you have described is very normal and used daily. Could you please be more specific, for example, a precise set of actions that you take that do not work?

Best,
Sami
by SamiKharma
Thu Dec 04, 2014 12:31 pm
Forum: General discussions
Topic: Supported windows OS versions
Replies: 5
Views: 5409

Re: Supported windows OS versions

Hi,

Yes it does. GdPicture works on all major Windows OS systems.

Best,
Sami
by SamiKharma
Thu Dec 04, 2014 12:27 pm
Forum: Image Processing & Document Imaging
Topic: How to add pixel?
Replies: 2
Views: 3044

Re: How to add pixel?

Hi,

I cannot speak with specificity because I do not have the full view of the case, but here is an idea:
Try to draw your frames on the 32 bit image, then convert it.

If you still have problems after that, a code and sample images would be of help.

Best,
Sami
by SamiKharma
Thu Nov 27, 2014 10:20 am
Forum: Document Viewing
Topic: Filter list of thumbs to only show specific thumbs
Replies: 1
Views: 6397

Re: Filter list of thumbs to only show specific thumbs

Hi, I am not sure I understand a 100% what you mean by: With the click of a button, we only want to show favorite pages the user has marked with a bookmark But in any case, what ever you aim to achieve will be handled within your program by manually adding thumbnails and taking them out, instead of ...
by SamiKharma
Thu Nov 27, 2014 10:11 am
Forum: Image Processing & Document Imaging
Topic: [C# 2010] - Barcode: special settings?
Replies: 4
Views: 4656

Re: [C# 2010] - Barcode: special settings?

Hi, The post was answered two years ago along with V9, and the documentation links have changed since then. In any case, here are the functions: Public Overloads Function DrawText( _ ByVal ImageID As Integer, _ ByVal Text As String, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Font...
by SamiKharma
Tue Nov 04, 2014 12:09 pm
Forum: OCR, MRC & Document understanding
Topic: Sample ADR with Javascript
Replies: 2
Views: 7569

Re: Sample ADR with Javascript

Hi,
since some of our consultants believe that the recognition of documents is performed using OCR
That is not true, OCR, like OMR and ICR is one of the post-processes of form processing.
The procedure is here, please note point 3:
http://en.wikipedia.org/wiki/Forms_processing#Process

Best,
Sami
by SamiKharma
Wed Oct 22, 2014 10:09 am
Forum: PDF
Topic: GdPicturePDF copies - prints too many
Replies: 3
Views: 3331

Re: GdPicturePDF copies - prints too many

Hi,

You need to create a ticket on support.gdpicture.com with your license key for you to know the versions you are entitled to and the options available to you.

Best,
Sami
by SamiKharma
Thu Oct 16, 2014 12:14 pm
Forum: PDF
Topic: DigiSignWithStamp
Replies: 2
Views: 3161

Re: DigiSignWithStamp

Hi,

Set the last parameter of oGdPicturePDF.AddImageFromGdPictureImage to true.
I think that should do the trick.

Best regards,
Sami
by SamiKharma
Thu Oct 16, 2014 12:12 pm
Forum: PDF
Topic: PDF Resolution??
Replies: 1
Views: 2745

Re: PDF Resolution??

Hi, Question 1: How do I check the PDF Resolution? There is no such thing as PDF resolution. If a PDF has an embedded image that image can have a resolution. But the PDF itself does not. Question 2: How do i tell the NEW PDF to use the higher resolution? There is no answer because of answer to 1. Co...
by SamiKharma
Thu Oct 16, 2014 12:10 pm
Forum: Document Viewing
Topic: GDViewer .NET10
Replies: 1
Views: 3937

Re: GDViewer .NET10

Hi, You should check the status returned from: gdViewer1.SaveDocumentToTIFF(@"d:\TEEEMP.TIF", TiffCompression.TiffCompressionCCITT3) This will give you more information on why the error occurs. Also it is really a good idea to follow the error handling mechanism of GdPicture instead of try...
by SamiKharma
Thu Oct 16, 2014 12:08 pm
Forum: Document Viewing
Topic: Not all PDF-Layers are displayed
Replies: 1
Views: 3906

Re: Not all PDF-Layers are displayed

Hi,

Unfortunately we cannot do anything without the PDF file.

Best,
Sami
by SamiKharma
Thu Oct 16, 2014 12:06 pm
Forum: TWAIN & WIA Acquisition
Topic: Weird message after lat page is scanned
Replies: 1
Views: 5952

Re: Weird message after lat page is scanned

Hi,

Since we do not have much information we can go on, my best guess is that this message is coming from your scanner and is not compliant with the Twain as it keeps on popping up. To make sure you should try different scanners with the same application.

Best,
Sami
by SamiKharma
Tue Oct 14, 2014 3:03 pm
Forum: Image Processing & Document Imaging
Topic: Deskew and Resize
Replies: 2
Views: 3235

Re: Deskew and Resize

Hi, My guess is that you are using those corners to define an area of interest, and then resize the area of interest into a defined template size, so that the recognition parameters (positions) match. There are several issues with the above technique: 1. The opposite lines are good, but they do not ...
by SamiKharma
Tue Oct 14, 2014 9:44 am
Forum: OCR, MRC & Document understanding
Topic: Forms Processing - OMR/Forms Processing sample issue
Replies: 1
Views: 6767

Re: Forms Processing - OMR/Forms Processing sample issue

Hi,

It is impossible to tell what the problem is without having the original images.
Also from the look of things, you are using really low dpi images with bad quality sampling, that would not help in any kind of processing, be it preprocessing or recognition.

Best,
Sami
by SamiKharma
Wed Oct 08, 2014 10:17 am
Forum: Document Viewing
Topic: select text in pdf
Replies: 7
Views: 7517

Re: select text in pdf

Hi,

Unfortunately no, you cannot select text via mouse as of yet.

Best,
Sami