Search found 2 matches

by Rajas
Tue Oct 04, 2022 3:09 pm
Forum: PDF-XChange Core API SDK
Topic: OCR only Image on PDF and Insert OCR'ed text back to original co-ordinates on original PDF
Replies: 3
Views: 3161

Re: OCR only Image on PDF and Insert OCR'ed text back to original co-ordinates on original PDF

Hello Vasyl, Thank you for your reply. I went through the code snippet and I'm facing a issue under function OcrImagesOnPageRecursive() for PDFXEdit.IPXV_Inst inst = pdfCtl.Inst; where it is displayed as "pdfCtl" does not exist in current context, could you please let me know how should we...
by Rajas
Fri Sep 23, 2022 5:23 am
Forum: PDF-XChange Core API SDK
Topic: OCR only Image on PDF and Insert OCR'ed text back to original co-ordinates on original PDF
Replies: 3
Views: 3161

OCR only Image on PDF and Insert OCR'ed text back to original co-ordinates on original PDF

Hello, We are working to OCR only images present on the PDF document, then the OCR'ed Image text would be inserted back on to the original PDF document at their original coordinates(position). So far we have managed to parse the PDF content using IPXC_ContentItems and get the Images from PDF with th...