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/faq.yml
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ sections:
109
109
- question: |
110
110
Can I process documents with more than two pages in Document Intelligence Studio?
111
111
answer: |
112
-
**Yes,**for paid-tier resources. **No**, for free-tier resources.
112
+
**Yes**, for paid-tier resources.
113
+
**No**, for free-tier resources.
113
114
114
115
- 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.
115
116
@@ -145,11 +146,11 @@ sections:
145
146
answer: |
146
147
**Yes.**
147
148
148
-
"Document Intelligence Studio has separate URL endpoints for sovereign cloud regions:"
149
+
Document Intelligence Studio has separate URL endpoints for sovereign cloud regions:
149
150
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).
151
152
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).
153
154
154
155
155
156
- name: App development
@@ -159,7 +160,7 @@ sections:
159
160
answer: |
160
161
**Yes.**
161
162
162
-
"Document Intelligence offers the latest development options within the following platforms:"
163
+
Document Intelligence offers the latest development options within the following platforms:
"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:
182
183
183
184
| Language/API | Migration guide|
184
185
| ----------- | ---------------- |
@@ -193,7 +194,7 @@ sections:
193
194
answer: |
194
195
**Yes.**
195
196
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:
197
198
198
199
- Single pages. For example, if you specify `1, 2`, pages 1 and 2 are processed.
199
200
- Finite ranges. For example, if you specify `2-5`, pages 2 to 5 are processed.
@@ -206,11 +207,13 @@ sections:
206
207
If you don't provide a page range, the entire document is processed.
207
208
208
209
- 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?
210
211
answer: |
212
+
**Yes.**
213
+
211
214
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.
212
215
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:
214
217
215
218
- 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).
0 commit comments