Need to extract Table Line items from invoice using Modern Document Understanding

Hi,

I am trying to extract Table Line items from PDF invoice using DU modern.
While doing so getting the error below in image

.

Any help appreciated. Thanks in advance!

Hello @Mohammed_Umar_Farooq,

Use this :

Extracted_Data.Data.Item(“Items”).Values(0)(“LineNumber”).ToString

Try printing Extracted_Data.Rows(0)(“LineNumber”).ToString

1 Like

Thank Sagar, Infact I just figured the same.

Will mark this as solution.

Thanks! @Mohammed_Umar_Farooq

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.