Chunkr AI is designed to be configurable, so there probably exists a configuration that will work for your use case.
Here are some examples to get you started.
For documents with complex layouts where elements need surrounding context (such as tables with separate legends, charts with explanatory text, or images that need page context), enable extended context processing:
When retrieving tasks, Chunkr generates pre-signed URLs for accessing:
Images
Input File
PDF File
These URLs expire after 10 minutes.
For longer persistence or storage, you can request base64-encoded URLs instead:
Copy
Ask AI
from chunkr_ai import Chunkrchunkr = Chunkr()# Get task with base64-encoded URLs instead of pre-signed URLstask = chunkr.get_task("task_123", base64_urls=True)