Page 1 of 1

Can only do OCR for image in document?

Posted: Tue Jun 14, 2016 10:01 am
by crimsonlogic
Hi Support,

Is there any method or options I can use to tell SDK to do OCR on image only, not for whole document?

Because I found the file size will be increased much, and this is not I want.

Thanks!

Re: Can only do OCR for image in document?

Posted: Tue Jun 14, 2016 11:37 am
by Tracker Supp-Stefan
Hello crimsonlogic,

You can do "zonal OCR" using e.g. PXO_InputField, but you will need to know before hand where those regions are - so you will e.g. need to use the CoreAPI SDK before that to analyze the content of the page, and decide where the images are.

Regards,
Stefan

Re: Can only do OCR for image in document?

Posted: Wed Jun 15, 2016 2:12 am
by crimsonlogic
Thanks for your information, I will try with your suggestion.

Re: Can only do OCR for image in document?

Posted: Wed Jun 15, 2016 9:09 am
by Tracker Supp-Stefan
:)