Search found 10 matches

by ronk
Thu Nov 29, 2012 7:12 am
Forum: COM interoperability
Topic: [VFP 9] OCR PDF pages
Replies: 6
Views: 20781

Re: [VFP 9] OCR PDF pages

Many, many thanks for your help on this - the code works just fine, I wonder if you had any thoughts on my other question I asked, i.e.: Also, can you advise how to automatically properly orient pdf files that were scanned at the wrong angle? At the moment the text is scanned at the angle of the doc...
by ronk
Tue Nov 27, 2012 4:00 pm
Forum: PDF
Topic: PDF Using Visual Foxpro
Replies: 1
Views: 2486

PDF Using Visual Foxpro

I have posted a number of times seeking help to upgrade my client from GdPicturePro5 to the latest .Net version. I have received some help but some posts have been ignored or not understood. So that I can advise my client to update their software, can you please advise the following: Many pdf docume...
by ronk
Fri Nov 23, 2012 6:26 am
Forum: COM interoperability
Topic: [VFP 9] OCR PDF pages
Replies: 6
Views: 20781

Re: Upgrade to lastest version from GdPicturePro5

Having worked on this some more, I can see that the OCRTesseractDoOCR does not work as it did previously. My comment about ImageID is evaluating to 0 was because I was applying it to pdf documents; when I apply it to jpg documents for example everything works fine. So please ignore what has gone bef...
by ronk
Wed Nov 21, 2012 5:15 pm
Forum: COM interoperability
Topic: [VFP 9] OCR PDF pages
Replies: 6
Views: 20781

Re: Upgrade to lastest version from GdPicturePro5

I am sorry that I am not making sense and thank you again for your rapid response. My client has an existing Visual Foxpro program that, amongst other things, scans the contents of various documents of various types from a hard drive into the memo field of a FoxPro table. It does so currently by emp...
by ronk
Wed Nov 21, 2012 5:28 am
Forum: COM interoperability
Topic: [VFP 9] OCR PDF pages
Replies: 6
Views: 20781

[VFP 9] OCR PDF pages

I have been prviously advised to post here as I am trying to show my client that the latest version will improve their program. The program is written in Visual Foxpro 9.2. With some previous help I was able to register as follows using the 30 trial version: oGdPictureImaging = CREATEOBJECT("Gd...
by ronk
Wed Nov 21, 2012 4:39 am
Forum: OCR, MRC & Document understanding
Topic: SetLicenseNumberOCRTesseract
Replies: 4
Views: 4300

Re: SetLicenseNumberOCRTesseract

Sorry for the last post - I realise I was using an invalid value for vimage so please ignore that part. I still have an issue but wiil post in the code snippet area.

Thanks.
by ronk
Tue Nov 20, 2012 11:43 am
Forum: OCR, MRC & Document understanding
Topic: SetLicenseNumberOCRTesseract
Replies: 4
Views: 4300

Re: SetLicenseNumberOCRTesseract

Thank you for your prompt reply. Unfortunately I have zero experience outside Visual Foxpro in any of the supported languages and am not always sure how to convert them. Do you mean (in Visual Foxpro): LicMgr = CreateObject("GdPicture9.LicenseManager") LicMgr.RegisterKEY(MY_PLUGIN_KEY) &am...
by ronk
Tue Nov 20, 2012 3:28 am
Forum: OCR, MRC & Document understanding
Topic: SetLicenseNumberOCRTesseract
Replies: 4
Views: 4300

SetLicenseNumberOCRTesseract

I have an old Visual Foxpro application that my client wants to upgrade to .net version from GdPicture Toolkit Pro version 5. I have previously received some help and know that I need to do the folllowing to use the .net version : oGdPictureImaging = CREATEOBJECT("GdPicture9.GdPictureImaging&qu...
by ronk
Wed Aug 29, 2012 10:36 am
Forum: OCR, MRC & Document understanding
Topic: Upgrading to GdPicture.Net
Replies: 3
Views: 3686

Re: Upgrading to GdPicture.Net

Many thanks for your quick reply and appreciate your comments about compatibility. When I run your suggestion it says "Class not registered". Since the project I am wanting alter is rather smal in terms of Gdpicture commands used, is there are quick way you can suggest for me to learn how ...
by ronk
Wed Aug 29, 2012 8:10 am
Forum: OCR, MRC & Document understanding
Topic: Upgrading to GdPicture.Net
Replies: 3
Views: 3686

Upgrading to GdPicture.Net

I work for a client who used GdPicturePro5 in Visual Foxpro. They have existimg lines of code that work fine with the version 5 but the second line fails as being an invalid class when I use the new version demo. The lines of code are (the word gdpicturepro5 has been changd to gdpicture9 represent t...