Search found 10 matches

by kpejr
Wed Jul 15, 2015 3:50 pm
Forum: PDF
Topic: PDF field change script
Replies: 1
Views: 2743

PDF field change script

Is there any way to use NewActionJavaScript to add java script to a text box changed event. Something like this, but I don't see anywhere to add to anything but a button click: this.moGdPicturePDF.SetFormFieldAction(iFieldId, this.moGdPicturePDF.NewActionJavaScript("form1.PAGE.TOP.Changes.rawVa...
by kpejr
Thu Nov 15, 2012 7:18 pm
Forum: OCR, MRC & Document understanding
Topic: OCR 6s and 9s
Replies: 1
Views: 2983

OCR 6s and 9s

I am trying to OCR a bunch of post cards that have a database ID. The printer used a small font. Is there anything I can try to keep 6s and 9s from being read as 8s. See the attached image, I'm tring to read 5032166 and I'm getting 5032186.

Thanks
by kpejr
Thu May 03, 2012 7:54 pm
Forum: Announcements
Topic: GdPicture.NET 9 Beta!
Replies: 3
Views: 16192

Re: GdPicture.NET 9 Beta!

Is it possible to pay the upgrade fee before July 1st, since that would be in our next fiscal year?
by kpejr
Fri Feb 17, 2012 10:25 pm
Forum: OCR, MRC & Document understanding
Topic: Not getting correct character top & left
Replies: 1
Views: 3024

Re: Not getting correct character top & left

Figured it out, you have to use oGdPictureImaging.OCRTesseractGetCharCode instead of looking at the return string to get the characters. for (Int32 iCount = 0; iCount < oGdPictureImaging.OCRTesseractGetCharCount(); iCount++) //loop each line -NC KE 8/3/2011 { if (oGdPictureImaging.OCRTesseractGetCha...
by kpejr
Thu Feb 09, 2012 4:28 pm
Forum: OCR, MRC & Document understanding
Topic: Not getting correct character top & left
Replies: 1
Views: 3024

Not getting correct character top & left

See the attached project, I am calling oGdPictureImaging.OCRTesseractGetCharTop & oGdPictureImaging.OCRTesseractGetCharLeft and the red box that gets put on the image is way lower and to the left of were the character is.
by kpejr
Mon Nov 07, 2011 8:31 pm
Forum: PDF
Topic: Dynamic PDF to Tiff
Replies: 1
Views: 2069

Dynamic PDF to Tiff

I Think this isn't possible, but I thought I would ask just incase there is a workaround. When you convert a dynamic pdf to tiff you get a tiff file with an error message. This isn't unique to GDPicture, it also happens with GhostWriter and Windows 7 explorer. I tried to attach the PDF, but it would...
by kpejr
Tue Sep 13, 2011 4:59 pm
Forum: Image Processing & Document Imaging
Topic: Get SideBySide Error when trying to deskew
Replies: 5
Views: 3799

Re: Get SideBySide Error when trying to deskew

8.2.3 works.

Thanks Loïc
by kpejr
Tue Sep 13, 2011 1:47 pm
Forum: Image Processing & Document Imaging
Topic: Get SideBySide Error when trying to deskew
Replies: 5
Views: 3799

Re: Get SideBySide Error when trying to deskew

I get this erorr in Windows 7 WOW 32 both in production and development. I also get it using straight 64 bit in the test project. I get the application failed to start because the configuration is incorrect on XP 32 bit in production, same stack. We are publishing our application through click once....
by kpejr
Mon Sep 12, 2011 8:45 pm
Forum: Image Processing & Document Imaging
Topic: Get SideBySide Error when trying to deskew
Replies: 5
Views: 3799

Get SideBySide Error when trying to deskew

Version 8.2.2 Happens with sample project also. public byte[] Deskew(byte[] voBmp) { Int32 iImageID=0; GdPictureImaging oGdPictureImaging = new GdPictureImaging(); try { oGdPictureImaging.SetLicenseNumber("xxxx"); // Please, replace XXXX by a valid demo or commercial license key. //load im...
by kpejr
Fri Aug 19, 2011 9:52 pm
Forum: OCR, MRC & Document understanding
Topic: Windows Error Report after 200 ocr calls
Replies: 1
Views: 3305

Windows Error Report after 200 ocr calls

I get a Windows Error Report after about 200 ocr calls or so. I am scanning to a tif byte array and ocr'ing the top of the page. I've attached a sample image. It doesn't seem to be losing memory or have threads hanging when I look at task manager while scanning. Application: Soskb.Main.exe Framework...