Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 0 deletions platform/partitioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ To choose one of these strategies, select one of the **Partition Strategy** opti
<Note>
During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead.
Of those non-PDF and non-image files, all text-based files are processed and billed at the **Fast** rate instead. The other files are processed and billed at the **High Res** rate instead.

When you use the **VLM** strategy with embeddings for PDF files of 200 or more pages, you might notice some errors when
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
</Note>

9 changes: 9 additions & 0 deletions platform/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ To create an automatic workflow:
<Note>
During **Platinum** processing, any detected files that are not PDFs or images are processed and billed at either the **Advanced** or **Basic** rate instead.
Of those non-PDF and non-image files, all text-based files are processed and billed at the **Basic** rate instead. The other files are processed and billed at the **Advanced** rate instead.

When you use the **Platinum** strategy for PDF files of 200 or more pages, you might notice some errors when
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
</Note>

The **Platinum** option uses the following preconfigured workflow settings:
Expand Down Expand Up @@ -210,6 +213,9 @@ There are two ways to create a custom workflow:
<Note>
During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead.
Of those non-PDF and non-image files, all text-based files are processed and billed at the **Fast** rate instead. The other files are processed and billed at the **High Res** rate instead.

When you use the **VLM** strategy with embeddings for PDF files of 200 or more pages, you might notice some errors when
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
</Note>

[Learn more](/platform/partitioning).
Expand Down Expand Up @@ -398,6 +404,9 @@ There are two ways to create a custom workflow:
<Note>
During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead.
Of those non-PDF and non-image files, all text-based files are processed and billed at the **Fast** rate instead. The other files are processed and billed at the **High Res** rate instead.

When you use the **VLM** strategy with embeddings for PDF files of 200 or more pages, you might notice some errors when
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
</Note>

[Learn more](/platform/partitioning).
Expand Down
5 changes: 5 additions & 0 deletions snippets/quickstarts/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ allowfullscreen
- **Platinum**: For your most challenging documents, including scanned and handwritten content. It uses vision language models (VLMs).
During processing, files that are not PDFs or images are processed by using the **Advanced** strategy and are charged at the **Advanced** rate instead.

<Note>
When you use the **Platinum** strategy for PDF files of 200 or more pages, you might notice some errors when
these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
</Note>

9. The **Reprocess all** box applies only to the Amazon S3 and Azure Blob Storage source connectors:

- Checking this box reprocesses all documents in the source location on every workflow run.
Expand Down