Skip to main content

SDK for the Datalab document intelligence API

Project description

Datalab SDK

A Python SDK for the Datalab API - a document intelligence platform powered by marker and surya.

See the full documentation at https://documentation.datalab.to.

Installation

pip install datalab-python-sdk

Quick Start

Authentication

Get your API key from https://www.datalab.to/app/keys:

export DATALAB_API_KEY="your_api_key_here"

Basic Usage

from datalab_sdk import DatalabClient

client = DatalabClient() # use env var from above, or pass api_key="your_api_key_here"

# Convert PDF to markdown
result = client.convert("document.pdf")
print(result.markdown)

# OCR a document
ocr_result = client.ocr("document.pdf")
print(ocr_result.pages)  # Get all text as string

Workflows

Workflows allow you to chain multiple document processing steps together. Each workflow consists of one or more steps that can depend on previous steps.

Note: All workflow operations require authentication. Make sure you have set your DATALAB_API_KEY environment variable or pass api_key when creating the client (see Authentication section above).

For more Workflow tips, see our examples here and documentation.

CLI Usage

The SDK includes a command-line interface:

# Convert document to markdown
datalab convert document.pdf

# OCR with JSON output
datalab ocr document.pdf --output-format json

# Workflow commands
datalab create-workflow --help
datalab execute-workflow --help
datalab get-execution-status --help
datalab list-workflows --help
datalab get-workflow --help
datalab visualize-workflow --help

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datalab_python_sdk-0.1.13.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datalab_python_sdk-0.1.13-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file datalab_python_sdk-0.1.13.tar.gz.

File metadata

  • Download URL: datalab_python_sdk-0.1.13.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for datalab_python_sdk-0.1.13.tar.gz
Algorithm Hash digest
SHA256 9d5863f4b0d4997f4c112a71e93b14fb5dde08a9d367da8666f6d2edbe13c612
MD5 42486d3c561d07421ca900523c1d5b23
BLAKE2b-256 473e0f8c356688f8f3c16ea6bfa21b2e5f2e04973fa91eea30f3152a0146fd41

See more details on using hashes here.

File details

Details for the file datalab_python_sdk-0.1.13-py3-none-any.whl.

File metadata

File hashes

Hashes for datalab_python_sdk-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 2547d87a53c831d65a62ecee744ba999a7b954ca000c90abbfd43175231fab85
MD5 286da9c6d093913533424c1606df1e56
BLAKE2b-256 287e34afeb223316647effd9aa94270ddaff7f35130f878655cd16c42e7d4c2a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page