Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion snippets/general-shared-text/pages-billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ We calculate a page as follows:

- For these file types, a page is a page, slide, or image: .pdf, .pptx, and .tiff.
- For .docx files that have page metadata, we calculate the number of pages based on that metadata.
- For all other file types, we calculate the number of pages as the file's size divided by 100 KB.
- For all other file types, we calculate the number of pages as the file's size divided by 100 KB.
- For non-file data, we calculate a page as 100 KB of incoming data to be processed.