Hello @Gomes, Sabrina D , Thanks for using Microsoft Q&A Platform.
The Read OCR model is available in Azure AI Vision and Document Intelligence with some common features: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview-ocr#ocr-common-features
The Document Intelligence Read Optical Character Recognition (OCR) model is a part of Azure's Applied AI Services and is best for extracting text from PDF documents and scanned images. It can extract both printed and handwritten text and can detect paragraphs, text lines, words, locations, and languages. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/concept-read?view=doc-intel-3.1.0
Please refer to this documentation to know more about the Read edition that best fits your scenario: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview-ocr#ocr-read-editions
You can use layout model to extract the paragraphs, tables, selection marks, lines and words.
I would suggest visiting this documentation to choose the model that best suits your requirement. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/choose-model-feature?view=doc-intel-3.1.0
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.