You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-read.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ description: Extract print and handwritten text from scanned and digital documen
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
8
-
ms.custom:
9
-
- ignite-2023
10
8
ms.topic: conceptual
11
9
ms.date: 08/07/2024
12
10
ms.author: lajanuar
@@ -135,7 +133,7 @@ POST /documentModels/prebuilt-read:analyze?output=pdf
135
133
202
136
134
```
137
135
138
-
Poll for completion of the `Analyze` operation. Once the operation is complete, issue a `GET` request to retrieve the PDF format of the `Analyze` operation results.
136
+
Poll for completion of the `Analyze` operation. Once the operation is complete, issue a `GET` request to retrieve the PDF format of the `Analyze` operation results.
139
137
140
138
Upon successful completion, the PDF can be retrieved and downloaded as `application/pdf`. This operation allows direct downloading of the embedded text form of PDF instead of Base64-encoded JSON.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/faq.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ sections:
52
52
answer: |
53
53
**Yes.**
54
54
55
-
Document Intelligence now includes [custom generative](concept-custom.md) a new type of extraction model that uses Generative AI and large language models (LLMs) to extract fields from documents. In the past you've had to use a RAG (retrieval augmented generation) pattern to extract fields. The new model provides high quality results with a single API call.
55
+
Document Intelligence now includes [custom generative](concept-custom.md) a new type of extraction model that uses Generative AI and large language models (LLMs) to extract fields from documents. In the past, you used a RAG (retrieval augmented generation) pattern to extract fields. The new model provides high quality results with a single API call.
56
56
You can also use a document generative AI solution to chat with your documents (RAG), generate captivating content from those documents, and access Azure OpenAI Service models on your data.
57
57
58
58
- With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents using natural language. You can easily find answers, gain valuable insights, and generate new and engaging content from existing documents.
@@ -64,9 +64,9 @@ sections:
64
64
answer: |
65
65
**Yes.**
66
66
67
-
Document Intelligence can provide the building blocks to enable semantic chunking. Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure context dense chunks and relevence improvement.
67
+
Document Intelligence can provide the building blocks to enable semantic chunking. Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure context dense chunks and relevance improvement.
68
68
69
-
- Document Intelligence provides a layout model that provides an visual decomposition of the document into lines, paragraphs, sections, headers and footers.
69
+
- Document Intelligence provides a layout model that provides a visual decomposition of the document into lines, paragraphs, sections, headers, and footers.
70
70
71
71
- You can then choose to retrieve the results in markdown format, to further chunk the document on section or paragraph boundaries.
72
72
@@ -295,11 +295,11 @@ sections:
295
295
296
296
Although training is free for all custom generative and custom template models, creating the training dataset for all models requires running the Layout model on the training documents. Customers are responsible for this cost.
297
297
298
-
Custom generative models also rely on the auto label feature to speed up the generation of the labeled dataset. There is a cost associated with this action. While the build operation for template and generative models is free, creating the labeled dataset can result in some minimal costs.
298
+
Custom generative models also rely on the auto label feature to speed up the generation of the labeled dataset. There's a cost associated with this action. While the build operation for template and generative models is free, creating the labeled dataset can result in some minimal costs.
299
299
300
-
Custom neural models have a limit on the number of models/the amount of time that models can be trained for free. The first 10 hours of training are free. If training a single model for longer than 10 hours or training multiple models that exceed the 10 hour limit, you will need to enable paid training by setting a training budget. See [training a custom neural model](concept-custom-neural.md) for details.
300
+
Custom neural models have a limit on the number of models/the amount of time that models can be trained for free. The first 10 hours of training are free. If training a single model for longer than 10 hours or training multiple models that exceed the 10 hour limit, you need to enable paid training by setting a training budget. See [training a custom neural model](concept-custom-neural.md) for details.
301
301
302
-
For v3.0 or v3.1 models the paid training tier only applies to additional models, the training time per model is not configurable.
302
+
For v3.0 or v3.1 models the paid training tier only applies to added models, the training time per model isn't configurable.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The Document Intelligence [**2024-07-31-preview**](/rest/api/aiservices/document
57
57
*[🆕 US Tax model](concept-tax-document.md)
58
58
* New unified US tax model that can extract from forms such as W-2, 1098, 1099, and 1040.
59
59
* 🆕 Searchable PDF. The [prebuilt read](concept-read.md) model now supports [PDF output](concept-read.md#searchable-pdf) to download PDFs with embedded text from extraction results, allowing for PDF to be utilized in scenarios such as search copy of contents.
60
-
*[Layout model](concept-layout.md) now supports improved [figure detection](concept-layout.md#figures) where figures from documents can now be downloaded as an image file to be used for further figure understanding. The layout model also features improvements to the OCR model for scanned text targeting improvements for single characters, boxed text and dense text documents.
60
+
*[Layout model](concept-layout.md) now supports improved [figure detection](concept-layout.md#figures) where figures from documents can now be downloaded as an image file to be used for further figure understanding. The layout model also features improvements to the OCR model for scanned text targeting improvements for single characters, boxed text, and dense text documents.
61
61
*[🆕 Batch API](concept-batch-analysis.md)
62
62
* Document Intelligence now adds support for batch analysis operation to support analyzing a set of documents to simplify developer experience and improve efficiency.
0 commit comments