Skip to content

Commit 4ac5d6f

Browse files
authored
Merge pull request #205758 from sanjeev3/main
Update faq.yml
2 parents 57f3b1d + d6532f4 commit 4ac5d6f

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,13 @@ 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.
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.
247+
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.
247249
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 two embedded images, the total page count in the service output will be three + two = 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.
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.
251251
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

0 commit comments

Comments
 (0)