Search found 6 matches

by dataco
Tue Dec 11, 2012 8:57 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Re: Extract OCR, only numeric text

Hi, I use your ocr1demo.app and I have changed the SetOptions line(OCR_Options.SetOptions(PXO_French, OCR_Auto, '0123456789>+', '', 'C:\Users\Public\Documents\SoftVelocity\Clarion8\accessory\TrackerSP\PXC_OCR\', OCR_Image_Autorotate, 300, 0)) I send you the input file 150.pdf and the output file 150...
by dataco
Mon Dec 10, 2012 3:53 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Re: Extract OCR, only numeric text

Hi,

Thank you for your library, it's work.


But thers is a little problem, when I open the output PDF file and save it as a text file, the result is an empty file !


You know why ?
by dataco
Wed Dec 05, 2012 12:59 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Re: Extract OCR, only numeric text

Hi,

I'm very interesting to this template, so I look forward to the patch!
by dataco
Mon Dec 03, 2012 11:20 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Re: Extract OCR, only numeric text

HI, It's compiling now, but the result is the same! The output PDF file is ok, but when I try to export the PDF file into a text file, the result is a empty file! If I put the blaklist parameter OCR_Options.SetOptions(PXO_French, OCR_Auto, '', 'ioO', 'C:\cw60\3rdparty\examples\TrackerSP\PXC_OCR\', O...
by dataco
Fri Nov 30, 2012 9:42 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Re: Extract OCR, only numeric text

I forgot to say that I use the SDK Trial Clarion.

I do what you said, but when I unzip the files into the Libsrc\Win of the Clarion 8 directory I have compilation errors(See attached image)

Thanks for your answer!
by dataco
Thu Nov 29, 2012 7:56 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6439

Extract OCR, only numeric text

Hi, I use the clarion SDK. It's possible to extract only(or force) numeric value when converting. I've try to use the whitelist option in OCR_Options.SetOptions(PXO_French, OCR_Auto, '0123456789', '', 'C:\cw60\3rdparty\examples\TrackerSP\PXC_OCR\ocrdats', OCR_Image_Autorotate, 300, 0) but it doesn't...