Skip to content

Commit 841a6c1

Browse files
authored
Update faq.yml
1 parent 3ebddd1 commit 841a6c1

File tree

1 file changed

+6
-6
lines changed
  • articles/applied-ai-services/form-recognizer

1 file changed

+6
-6
lines changed

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ sections:
241241
answer: |
242242
Form Recognizer billing is calculated monthly based on the model type and number of pages analyzed:
243243
244-
- When you submit a document for analysis, all pages are analyzed unless you specify a page range with the `pages` parameter in your request.
244+
- When you submit a document for analysis, all pages are analyzed unless you specify a page range with the `pages` parameter in your request. When analyzing Microsoft Excel and PowerPoint documents with the new Read OCR model, each worksheet and slide is counted as one page respectively.
245245
246-
- When analyzing Microsoft Word and HTML files with the new Read OCR model, pages are counted in blocks of 3,000 characters each. For example, if your document contains 7,000 characters, it will be counted as three pages as two pages with 3,000 characters each and one page with 1,000 characters.
247-
248-
- In addition, if your Microsoft Word, Excel, and PowerPoint documents have embedded images, each image will be analyzed for text extraction and counted as a page. Therefore, the total analyzed pages for Microsoft Office documents will be equal to the sum of total text pages and total images analyzed. In the previous example if the document contains 2 embedded images, the total page count in the service output will be 3 + 2 equaling five pages.
249-
250-
- When analyzing Microsoft Excel and PowerPoint documents with the new Read OCR model, each worksheet and slide is counted as one page respectively.
246+
- When analyzing PDF and TIFF files, each page in the PDF file or each image in the TIFF file is counted as one page with no maximum character limits.
251247
248+
- When analyzing Microsoft Word and HTML files supported by only the Read model, pages are counted in blocks of 3,000 characters each. For example, if your document contains 7,000 characters, the two pages with 3,000 characters each and one page with 1,000 characters will add up to a total of three pages.
249+
250+
- In addition, when using the Read model, if your Microsoft Word, Excel, and PowerPoint pages have embedded images, each image will be analyzed and counted as a page. Therefore, the total analyzed pages for Microsoft Office documents will be equal to the sum of total text pages and total images analyzed. In the previous example if the document contains 2 embedded images, the total page count in the service output will be three text pages plus two images equaling a total of five pages.
251+
252252
- Training a custom model is always free with Form Recognizer. You’re only charged when a model is used to analyze a document.
253253
254254
- Container pricing is the same as cloud service pricing.

0 commit comments

Comments
 (0)