Read specific part of PDF with OCR

Hi,

I am looking to only scrape the bottom of a scanned PDF (no selectors) with OCR. Unfortunately the PDFs are varied so there are no solid anchor points. Unfortunately, read PDF with OCR does not return the value I need, but a manual OCR scrape on the area does, but does not work on other PC’s when deployed. How can I build this to avoid common OCR problems such as screen resolution etc?

Thanks,
Harry

Hy @harryt,

Pdf file should look the same in all files, make sure the zoom is always 100% to avoid any problems with screen resolution.
The get text activity should work well.

Regards