How to Fetch table from image

Hi Guys,

Can some body tell me how to fetch the table data from image?

Thanks,
Ashiskh

Screen scraping can do this, see especially OCR Screen Scraping with built-in OCR. Free RPA software for Windows, Mac and Linux.

If you can post a sample image, we can help in more detail.

image

I want to evaluate this table and it is in application which is an image on web.

thanks,
Ashiskh

OCRExtractRelative is what you need:

https://ui.vision/rpa/x/desktop-automation/screen-scraping#ocrextractrelative

But the data in table is dynamic and changes every time. it wont work with ocrextractrelative because it takes image to compare, isn’t it.

Thanks,
Ashiskh
P.S: your reponse is very prompt :slight_smile: thanks

ocrextractrelative works with green and pink boxes. The part inside the green box (called anchor) must not change, it can be e. g. the table header or something else nearby.

And the pink box is around the changing table. If the table would be in this forum, here is what I would use:

image

=> Only the part inside the pink box is send to the OCR API for processing.

PS: For numbers, use OCR engine2.

1 Like