Search found 14 matches

by blagoye
Wed Apr 13, 2016 6:55 pm
Forum: COM interoperability
Topic: gdocrplug.tesseract.dll
Replies: 1
Views: 11695

gdocrplug.tesseract.dll

Hello,

We purchased gdPicturePro activex quite some time ago (~2009), and I was wondering has there been a new version of gdocrplug.tesseract.dll library available with any newer tesseract build implemented?

Thank you in advance!
by blagoye
Fri Jan 25, 2013 1:48 pm
Forum: Image Processing & Document Imaging
Topic: Run ActiveX methods on server side in ASP.NET
Replies: 4
Views: 4593

Re: Run ActiveX methods on server side in ASP.NET

Hello, Thanks for your reply. GdPicturePro5.Imaging is an interface not a class, and I don't know how to instantiate a new Imaging class in ASP.NET on the server side i.e. without using web-page ActiveX embedding. Anyway this is my code: Dim gdpImage As GdPicturePro5.Imaging = New GdPicturePro5.Imag...
by blagoye
Thu Jan 24, 2013 10:17 am
Forum: Image Processing & Document Imaging
Topic: Run ActiveX methods on server side in ASP.NET
Replies: 4
Views: 4593

Re: Run ActiveX methods on server side in ASP.NET

I would very appreciate a response, because I am in a big rush!

Thank you in advance!
by blagoye
Tue Jan 22, 2013 8:30 pm
Forum: Image Processing & Document Imaging
Topic: Run ActiveX methods on server side in ASP.NET
Replies: 4
Views: 4593

Run ActiveX methods on server side in ASP.NET

Hello, We have purchased GdPicturePro5 a while ago. I was wondering if it is possible to load gdPicturePro5.ocx file as a library on the server side, and use its functions without embedding it into the web page? I added a reference to gdPicturePro5.ocx to my ASP.NET project and it was imported as In...
by blagoye
Wed Aug 25, 2010 4:11 pm
Forum: OCR, MRC & Document understanding
Topic: Some Useful information
Replies: 26
Views: 16873

Tesseract v3.0

Hello, I was wondering is there going to be an implementation of Tesseract v3.0 in your OCR engine? As I understood in Tesseract v3.0 there is a support for serbian language which would be tremendously useful for our applications!! We would be ready to pay an extra fee for that specific version of T...
by blagoye
Sat Aug 21, 2010 11:29 pm
Forum: Image Processing & Document Imaging
Topic: JPEG quality and PDF compression
Replies: 1
Views: 2136

JPEG quality and PDF compression

Hi, I have trouble changing PDF compression level, and JPEG quality. Compressing is definitely present but changing it [1..9] i.e. [0..100] has no effect. We are using GDPicture5 Active-X control - it is bought. Here is what I am doing... Since I want clients to have the opportunity to view all scan...
by blagoye
Fri Aug 20, 2010 3:34 pm
Forum: Image Processing & Document Imaging
Topic: Cannot compress PDFs on deployment machines
Replies: 2
Views: 1825

Re: Cannot compress PDFs on deployment machines

That's it man! Thank you!
I thought that library was for compression of some weird image files :)! Maybe you should clarify that in the help file, but since I didn't find any similar posts on the forum the problem must be in my lousy understanding ;)

Best wishes!
by blagoye
Thu Aug 19, 2010 2:26 pm
Forum: Image Processing & Document Imaging
Topic: Cannot compress PDFs on deployment machines
Replies: 2
Views: 1825

Cannot compress PDFs on deployment machines

Hi, We have purchased GdPicturePro5 active x control, and we are satisfied with it's functionality. But PDF compressing options work on the developing machine and produce e.g. ~30kb PDFs for half filled page in B&W mode which is OK, but on the deploying PCs the same page produces 10x larger file...
by blagoye
Fri Nov 27, 2009 7:19 pm
Forum: Licensing
Topic: Purchasing GDTWain
Replies: 1
Views: 6456

Purchasing GDTWain

Hello, My firm is interested in purchasing your product. Could you help me with choosing the right one, because I'm little confused with the variety of your products. What we need to do is basically to scan, ocr, and export documents in VB.NET. We were using trial versions of active-x controls gdtwa...
by blagoye
Thu Nov 19, 2009 9:07 pm
Forum: TWAIN & WIA Acquisition
Topic: Paper size
Replies: 5
Views: 4261

Re: Paper size

Hello again, There is only one source and it's name starts with WIA. I've run, what it said to be, a TWAIN driver install that I found on scanner cd, but all it did is install this WIA driver. Fujitsu site only provides the same install packages that are already on the setup cd. How to obtain TWAIN ...
by blagoye
Thu Nov 19, 2009 10:31 am
Forum: TWAIN & WIA Acquisition
Topic: Paper size
Replies: 5
Views: 4261

Re: Paper size

I'm not sure if both drivers exist how to select one or the other. I use these functions to aquire available TWAIN sources: .TwainGetSourceCount .TwainGetSourceName .TwainOpenSource Anyway now I do have TWAIN driver for sure ;) I thought I installed it but anyway the problem is the same after I inst...
by blagoye
Tue Nov 17, 2009 4:58 pm
Forum: TWAIN & WIA Acquisition
Topic: Paper size
Replies: 5
Views: 4261

Paper size

Hello, I have a Fujitsu fi-5110C scanner and i am unable to set it's papersize. Is this a common thing with these scanners or am i doing something wrong? This is what i did: .TwainOpenSource(...) // this works because after i perform a successful scan .TwainSetPaperSize(GdTwainPro2.TwainPaperSize.A4...
by blagoye
Sun Nov 01, 2009 2:14 pm
Forum: TWAIN & WIA Acquisition
Topic: Change native file
Replies: 3
Views: 3109

Re: Change native file

I would but there isn't any!
This SetNativeImage() method is a member of an AxGdViewer object and I think it is used to choose which scanned image to display.
Is there a built-in way, through some kind of method, to choose which of the scanned images to save to a file?
by blagoye
Sat Oct 31, 2009 11:35 pm
Forum: TWAIN & WIA Acquisition
Topic: Change native file
Replies: 3
Views: 3109

Change native file

Hello!

I was wondering is it possible to choose which one of scanned GdPicture objects can be saved to a file i.e. is it possible to change the native image of a AxTwain object?

Thank you in advance!