SDK Integration
Integrate a Split model using the Mindee SDKs.
Last updated
Was this helpful?
Integrate a Split model using the Mindee SDKs.
Use the SDKs to send multi-page files to a Split model and process split results.
This section helps you choose the right starting point and move through the full integration flow.
Start with the page that matches your next step:
Split Quick Start ⇒ install a client library, send a file, and get your first result.
Split Result ⇒ access split ranges, document types, and optional chained extraction results.
Split Model Overview ⇒ understand how Split models group pages into logical documents.
Create your Split Model on the Mindee platform.
Upload some samples to the Live Test to validate the model.
Have these ready:
your API key
your Split Model's unique ID
a multi-page sample file for testing
a language choice for the SDK
Split responses contain a list of logical documents found in the source file.
Each split includes a document type and a 0-based page range.
Document types are returned exactly as configured on the platform.
If extraction chaining is enabled, each split can also include an extraction response.
Integration builds on the same client library concepts used across all model types.
Last updated
Was this helpful?
Was this helpful?

