mirror of
https://github.com/docling-project/docling.git
synced 2026-05-17 13:10:38 +00:00
42157a3e10
* Move client SDK to docling Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Add client SDK examples Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Mark client SDK as experimental Signed-off-by: Christoph Auer <cau@zurich.ibm.com> --------- Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Client SDK Examples
Experimental: The
docling.service_clientSDK is experimental. Its API may change in future releases without notice.
These examples use the docling.service_client SDK against an already running
docling-serve instance. They do not start a service process.
Set the service endpoint before running them:
export DOCLING_SERVICE_URL="https://your-docling-service.example.com"
export DOCLING_SERVICE_API_KEY="your-api-key" # optional
Run from the repository root, or from any environment where docling is
installed:
python docs/examples/service_client/convert_compat.py
python docs/examples/service_client/task_api.py
python docs/examples/service_client/batch_and_chunk.py