Search found 6 matches

by bluescope buildings na
Thu Jan 28, 2016 3:38 pm
Forum: PDF-X OCR SDK
Topic: OCR SDK Memory error
Replies: 7
Views: 7702

Re: OCR SDK Memory error

We are currently running Version 5.5 (Build 315.0) which using the OCR under the document menu handles the same document just fine. I guess I incorrectly assumed that when we purchased the SDR we were getting the same software you were using in PDF-XChange, but the OCR issue implies that this isn't ...
by bluescope buildings na
Tue Jan 26, 2016 11:16 pm
Forum: PDF-X OCR SDK
Topic: OCR SDK Memory error
Replies: 7
Views: 7702

Re: OCR SDK Memory error

I feel the OCR software provided in the SDK really isn't usable. That is the sole purpose for my purchase of the SDK is to be able to "batch" OCR drawing files. Any real world examples crash in the OCR even with 200 DPI, I am using the 64bit DLL at the current time, and while it processes ...
by bluescope buildings na
Tue Jan 12, 2016 7:20 pm
Forum: PDF-X OCR SDK
Topic: OCR SDK Memory error
Replies: 7
Views: 7702

Re: OCR SDK Memory error

Switching to the 64-bit dll worked just fine, I noticed it was using about 1.2-1.3 gig processing the image. Probably just too much for a 32bit dll.

Thanks
Alan
by bluescope buildings na
Fri Jan 08, 2016 10:27 pm
Forum: PDF-X OCR SDK
Topic: OCR SDK Memory error
Replies: 7
Views: 7702

OCR SDK Memory error

I am running the x86 OCRDemoCsharp sample on a PDF file at 300 DPI, I get an error back -1039531032 from the OCR_MakeSearchable call, I have also got memory exceptions back from the call almost randomly. Is this a documented error code? Or does someone know the meaning of the code? Thanks Alan Ander...
by bluescope buildings na
Wed Jan 06, 2016 8:35 pm
Forum: PDF-X OCR SDK
Topic: OCR getting started
Replies: 2
Views: 5100

Re: OCR getting started

Resolution is: Currently the OCR SDK software uses the old style key and developer code, not the new key only method. Works fine with the old style key.

Alan
by bluescope buildings na
Tue Jan 05, 2016 8:29 pm
Forum: PDF-X OCR SDK
Topic: OCR getting started
Replies: 2
Views: 5100

OCR getting started

I purchased the Pro SDK and have downloaded the LIVE zip file with the password for the extraction, I placed the real dlls in my project directory (same location as the exe in the bin folder), I assign a string to my "key" value and pass it to the OCR_Init call, however what is the code va...