SDK for the Datalab document intelligence API. Current version 0.5.0, requires Python >=3.10. Released on a monthly cadence, still in early active development.
pip install datalab-python-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key (set DATALAB_API_KEY environment variable) and extract fields from a document.
Update code to handle dict response: `result['fields']` instead of `result[0]`.
Use `api_key='your_key'` instead of `token='your_token'`.
Always use `DatalabClient(api_key='...')`.