@PrasannaCuddalore-7127 Thanks. Please try out prebuilt Invoice, Receipt, and Business Card models and the Layout API using the Form Recognizer Sample Tool. See how your data will be extracted without writing any code.
Please follow the doc for recommended input requirements.
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
All of the above will also include the text, tables and selection marks in the results.