what is the proper way to label tables? and if there exists a table on the same line as some text form recognizer considers the text to be a part of the table and include the text in the results.

Vijayakumar R 1 Reputation point
2021-01-04T09:03:25.507+00:00

if there exists a table on the same line as some text form recognizer considers the text a part of the table and include the text in the results.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,508 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,651 Reputation points
    2021-01-04T11:14:28.13+00:00

    @Vijayakumar R Thanks for the question, Can you please add more details about the input data and share the response that you are getting, also Is it prebuilt or Layout or train w/labels that you are trying?

    If you are extracting only text, tables and selection marks from documents you should use layout, if you also need to extract key value pairs you can train a custom model or use a pre-built (Invoice, Receipts, Business Cards).
    Layout results (text, tables and selection marks) are included in all the Analyze outputs (custom and pre-built) in the readResults (text) and pageResults (tables) of the JSON output.

    • Layout – extract text, tables selection marks no training required
    • Pre-built – Invoice, Receipts, Business Cards – extract values of interest from these type of documents
    • Custom – Extract key value pairs trained on your own documents