Skip to content

Commit b29fde5

Browse files
committed
change document ID to false update overview
1 parent 7f79cad commit b29fde5

File tree

1 file changed

+12
-9
lines changed
  • articles/ai-services/document-intelligence

1 file changed

+12
-9
lines changed

articles/ai-services/document-intelligence/faq.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ sections:
109109
- question: |
110110
Can I process documents with more than two pages in Document Intelligence Studio?
111111
answer: |
112-
**Yes,**for paid-tier resources. **No**, for free-tier resources.
112+
**Yes**, for paid-tier resources.
113+
**No**, for free-tier resources.
113114
114115
- For free-tier (F0) resources, **only the first two pages** are analyzed whether you're using Document Intelligence Studio, the REST API, or client libraries.
115116
@@ -145,11 +146,11 @@ sections:
145146
answer: |
146147
**Yes.**
147148
148-
"Document Intelligence Studio has separate URL endpoints for sovereign cloud regions:"
149+
Document Intelligence Studio has separate URL endpoints for sovereign cloud regions:
149150
150-
- "URL for the Azure US Government cloud (Azure Fairfax): [Document Intelligence Studio US Government](https://formrecognizer.appliedai.azure.us/studio)."
151+
- URL for the Azure US Government cloud (Azure Fairfax): [Document Intelligence Studio US Government](https://formrecognizer.appliedai.azure.us/studio).
151152
152-
- "URL Microsoft Azure operated by 21Vianet (Azure China): [Document Intelligence Studio China](https://formrecognizer.appliedai.azure.cn/studio)."
153+
- URL Microsoft Azure operated by 21Vianet (Azure China): [Document Intelligence Studio China](https://formrecognizer.appliedai.azure.cn/studio).
153154
154155
155156
- name: App development
@@ -159,7 +160,7 @@ sections:
159160
answer: |
160161
**Yes.**
161162
162-
"Document Intelligence offers the latest development options within the following platforms:"
163+
Document Intelligence offers the latest development options within the following platforms:
163164
164165
- [REST API](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)
165166
@@ -178,7 +179,7 @@ sections:
178179
answer: |
179180
**Yes.**
180181
181-
"The following table provides links to detailed instructions for migrating to the newest version of Document Intelligence:"
182+
The following table provides links to detailed instructions for migrating to the newest version of Document Intelligence:
182183
183184
| Language/API | Migration guide|
184185
| ----------- | ---------------- |
@@ -193,7 +194,7 @@ sections:
193194
answer: |
194195
**Yes.**
195196
196-
"Use the `pages` parameter (supported in v2.1, v3.0, and later versions of the REST API) and specify pages for multiple-page PDF and TIFF documents. Accepted input includes the following ranges:"
197+
Use the `pages` parameter (supported in v2.1, v3.0, and later versions of the REST API) and specify pages for multiple-page PDF and TIFF documents. Accepted input includes the following ranges:
197198
198199
- Single pages. For example, if you specify `1, 2`, pages 1 and 2 are processed.
199200
- Finite ranges. For example, if you specify `2-5`, pages 2 to 5 are processed.
@@ -206,11 +207,13 @@ sections:
206207
If you don't provide a page range, the entire document is processed.
207208
208209
- question: |
209-
Do you recommend using Document Intelligence Studio or the FOTT Sample Labeling tool for my project?
210+
Do you recommend using Document Intelligence Studio rather than the FOTT Sample Labeling tool for my project?
210211
answer: |
212+
**Yes.**
213+
211214
We recommend [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) most of the time because it can reduce your time for configuring Document Intelligence resources and storage services.
212215
213-
Consider using the Form OCR Testing Tool (FOTT) only for the following scenarios:
216+
Only consider using the Form OCR Testing Tool (FOTT) for the following scenarios:
214217
215218
- Your data must remain within a single machine. Use the [FOTT Sample Labeling tool](/azure/ai-services/document-intelligence/label-tool) and a [Document Intelligence container](/azure/ai-services/document-intelligence/containers/install-run).
216219

0 commit comments

Comments
 (0)