Annual reports & 10-Ks
Separate the executive summary, financials, and risk factors so each section gets the right extraction schema.
Combined brokerage statements
One PDF, many accounts. Set partition_key: "account_number" and Split returns one partition per account, with no manual page-counting.
Patient charts & encounter histories
Group pages by patient visit using a partition key, then process each encounter with the right schema.
Mailroom & intake batches
Identify cover letters, policies, and supporting documents inside a single intake PDF so each team gets the right pages.
Long contracts & data rooms
Find the indemnity clause, fee schedule, or assignment language, then pass the page range to Extract.
Reuse one parse for many splits
Parse a 200-page packet once, then run Split with different section descriptions against the same jobid://. No re-uploading, no re-billing for the parse.