Extract Table from Image

Hello Team,
I have a image containing Table,is it possible to extract the table from Image as Datatable
Please guide

@Mayyur , yes it is possible through Data Scrapping, it will give u complete table as datatable

1 Like

Hey ,

Screen Scrapping will give you String value of whole table you need to split that value by space and newline than can be formatted into data table by using FOR EACH loop .

IT WILL WORK !!

,
This is the image,Please guide

sorry the data scrapping wont work for image

Is there any way of getting data in a DT format

It’s not possible to scrap directly the table form Image you have scrap it into string then play string manipulation into it .
you have to follow the steps i mentioned above .