How to read multiple pages table data using Azure AI | Document Intelligence Studio | Custom Extraction model

Sanjay K 5 Reputation points
2023-10-13T08:14:20.2666667+00:00

Hi Team,

I am doing one POC to read the pdf document contains Text and tables data and facing the problem to read the table data (if same table data extended to multiple pages) from multiple pages.

Request to let me know if any suggestions on the same.

Thanks.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,645 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Kohl, Konstantin 0 Reputation points
    2024-04-15T15:53:14.1+00:00

    Has there been any progess in this matter?

    I'm having the same issue. Some Rows in my table span over 2 Pages. So even though different entries are recognized if a row spans over two pages, the information from the second Page gets lost.

    Page 1

    Header 1 Header 2
    Row 1 Row 1 - Text
    Row 2 Row 2 - long text

    Page 2

    Header 1 Header 2
    Row 2 - more text
    Row 3 Row 3

    In the example above I'd get the entire data from Row 1 and Row 3. But only the begining of Row 2 (long text) which is above the horizontal line and not the part from the second page ( more - text)

    Is there any known workaround?