diff --git a/snippets/general-shared-text/pages-billing.mdx b/snippets/general-shared-text/pages-billing.mdx index 89550e2a..f9ca347e 100644 --- a/snippets/general-shared-text/pages-billing.mdx +++ b/snippets/general-shared-text/pages-billing.mdx @@ -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. \ No newline at end of file +- 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. \ No newline at end of file