Extract table data from image with table structure

Hi,

Can anyone give some idea how to extract the table data from image with tabular structure i tried using microsoft vision using Read text but it returns in a single column all the values instead of in a tabular format.
image
Suppose i get this output i want to separate to 2 different columns as this
image
So anyone can give any idea.

Thanks,
Sneha

Hi @Snehamayi_Sneha

Have you tried using computer vision activity

Thanks
Ashwin.S

Hi,

I tried it is coming as height,width,X,Y coordinates value.
Can you help me how to get a table data.

Thanks,
Sneha

Hi @Snehamayi_Sneha

Try DataScrapping

Thanks
Ashwin.S

hey,

Actually i am scrapping from scanned pdf which contains an table.

Thanks…

Can it be possible using string manipulation ?
As i am getting with accuracy just i need to separate to different columns

Hi @Snehamayi_Sneha

You can do it based on string manipulations

Thanks
Ashwin.S