Search found 4 matches

by Dantevios
Tue Jun 23, 2009 11:28 pm
Forum: OCR, MRC & Document understanding
Topic: Setup and Deployment of the Tesseract OCR Engine
Replies: 2
Views: 3392

Re: Setup and Deployment of the Tesseract OCR Engine

I didn't even know you had a reference guide. Thank you for pointing that out to me :D . That answers my questions exactly on page 1 lol. I was not including msvbvm60.dll or any of the other dlls it says to include in the guide. When I figured out how to use your code I just added what DLLs I found ...
by Dantevios
Wed Jun 17, 2009 5:03 pm
Forum: OCR, MRC & Document understanding
Topic: Setup and Deployment of the Tesseract OCR Engine
Replies: 2
Views: 3392

Setup and Deployment of the Tesseract OCR Engine

I am having trouble deploying my project which utilizes the Tesseract OCR Engine /w the GDPicture Toolkit Light edition 4.0. My pictures will convert into PDFs, but the OCR is not being performed. So far I include gdpicture4.ocx in my setup and deployment project for Visual Studio 2008 to be placed ...
by Dantevios
Mon Jan 19, 2009 10:48 pm
Forum: Licensing
Topic: Tesseract Plugin
Replies: 1
Views: 3044

Tesseract Plugin

Hi, My company would like to purchase the Tesseract Plugin with a single developer license in order to do 1 simple thing: Turn TIFFs into searchable PDFs (which we have figured out how to do using our trial). Do we need to purchase any other modules in order to be able to turn TIFFs into searchable ...
by Dantevios
Sun Jan 18, 2009 8:01 pm
Forum: Example requests & Code samples
Topic: How to create searchable PDF
Replies: 11
Views: 29374

Re: How to create searchable PDF

What data type is Imaging1 , and how did you instantiate it? - Myself Nevermind. I figured it out. Imageing1 is an instantiation of GdPicturePro5.cImaging, in C# you instantiate it like this: GdPicturePro5.cImaging cImage = new GdPicturePro5.cImaging(); I have figured out how to make a single page ...