Problem with detection some character

PDF-X OCR SDK is a New product from us and intended to compliment our existing PDF and Imaging Tools to provide the Developer with an expanding set of professional tools for Optical Character Recognition tasks

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Problem with detection some character

Post by Audros »

Hello,
we use the ocr to read line from pdf using PDFXOCR.PDFXOCR_Funcs.OCR_GetFields(pdf, ref Options, out ret1, inFields, "\n", (uint)PDFXOCR.PDFXOCR_Funcs.PXO_FieldInputFlags.PXO_Origin_BottomLeft) method, but we have problem when we read some character like O and 0, the ocr is confused somtimes, which is not good in our case, we looked at some posts and from a mail received from your team who say that we should use 300 at accuracy, but we find this property in op.document.OCRPages operation of pdf xchage editor and not in OCR dll with PXO_Options class(it s one we use)
can tyou help us please?
best regard
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17823
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Problem with detection some character

Post by Tracker Supp-Stefan »

Hello Audros,

I've asked a colleague who works on the OCR SDK to take a look and we will post here as soon as we have any further news!

Regards,
Stefan
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: Problem with detection some character

Post by Audros »

Hi Stefan,
Thank you Sir.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17823
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Problem with detection some character

Post by Tracker Supp-Stefan »

Hello Audros,

A colleague from the dev team advised that
PXO_Options has an option for controlling the dpi:
raster_dpi

So please do try this out!

Regards,
Stefan
Post Reply