0
votes

I am using RPA Uipath tool...Can anyone give some idea how to extract the table data from an image with the tabular structure I tried using Microsoft vision using Read text but it returns accurate data but in a single column all the values are coming instead of a tabular format? As my image contains a table structure.

Table

1

1 Answers

0
votes

Microsoft Computer Vision API gives result in JSON/Text format. You can create an array out of it and then transform it to a datatable.