An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi Selçuk Yavuz (Doğuş Hospitality & Retail),
The SplitMode feature in Azure Document Intelligence is designed to handle large or complex documents by splitting them into smaller sections for processing. This helps improve performance and accuracy when extracting data.
To enable SplitMode:
- Use the
splitModeparameter in your API request. - Set it to
truewhen you want the service to break down the document into logical segments. - Ensure your document meets the supported format and size limits.
For more details, check the official documentation: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/?view=doc-intel-4.0.0
If you’ve tried this and still face issues, please share your request payload and any error messages so we can assist further.If you feel that your quires have been resolved, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post.
Thank you!