From d0b79152604b7526932e1226bee925f102f7d2c9 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 3 Dec 2024 14:27:01 -0800 Subject: [PATCH] Billing non-file data as pages --- snippets/general-shared-text/pages-billing.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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