Getting a specific part of PDF with OCR

I’ve got bunch of pdf files, I want to read them with OCR. But I want to read only a specific part of them, like the screenshot below. Which activities would be better to start with my process?

@Burak_Baris_Gologlu
Read pdf ocr activity can be used and indicate the specific data in ocr engine.

HI,

Can you try either of the following?

  1. As ReadPDFwithOCR is only readable on a page-by-page basis, read the page and exteact target text using regex.

  2. If you already know coordinate of the target region, we can get image of the page using ExportPDF Page as Image, then crop it, finally use OCR.

image

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.