How to extract table data from an image in data table format

Hi,
Is there any way with which i can extract table data in a data table format. I have an image and a table in it. The way OCR is working is extracting data as a string but i meed it in table format so that I can use full row.

Thanks

This is the table i want to scrape from this image. There will be different rata in all rows.

Hi @rameezimtiaz

have you tried using cv activities

Thanks
Ashwin S

No. I canot use CV because of some HIPAA Complience issue. So i was using tesseract OCR. May be there is some other way which i dont know

Hi @rameezimtiaz

ensure you are able to do click and copy selected text activity

Thanks
Ashwin S

Its an image so i wont be able to click anything but i am able to copy and select text

Hi @rameezimtiaz

Use Screen Scrapping Activity

Thanks
Ashwin S

Hello , while screen scrapping we cannot get the whole data we need to move. Did you get the perfect logic for this?

Thanks.

Hi, I want to achieve the same task.
I have an image with table in it. I used tesseract ocr to extract the text from the tabular data image. Now I have tabular text in a string variable(I am using .net). Now I want to send the string variable data to excel with some heading and value.
Can you please help me in this.

Thanks