Extracted item table from the invoice using intelligent ocr

HI,
I have extracted the details from invoice and stored it in a datatable.
Datatable is printed in excel.
Each value is stored in their respective column.
But the extracted table is stored as with the string “table”.
Help me please!!!
Thanks in advance

This is the excel data i am getting

You want to remove that column from the datatable?

Then use filter data table activity to remove all the unnecessary info and then write it to excel @divakar_raja

Hello @divakar_raja,

Please have a look here: How to use the IntelligentOCR Package (the EDIT1 sample), to see what the extracted data exported using the “Export Extraction Results” contains. if a table has values, a NEW DataTable in the array of Tables in the DataSet output will exist, with the name of the table field, and all the values.


It wouldn’t load properly for me :l How did you go about exporting the “table” within the dataset?