# Xberg > Document text extraction for AI pipelines. Extract text, tables, and metadata from PDFs, images, Office documents, and 101 file formats — plus 371 programming languages for code intelligence. Available as an open-source library (Rust core, 15 language SDKs), a self-hosted single-container product (Xberg Pro), and a managed cloud platform (Xberg Enterprise). Xberg ships in three forms: the open-source library (MIT-licensed, self-hosted, free), Xberg Pro (a self-hosted single-container product for smaller extraction workloads), and Xberg Enterprise (a managed, multi-tenant cloud platform reached through the invitation-only Design Partner program — pricing disclosed on application, then locked for 24 months). All three share the same Rust extraction core; the open-source library ships the Tesseract, PaddleOCR, Candle, and VLM OCR backends, while the managed API uses the Tesseract backend. The cloud API base URL is `https://api.xberg.io`. The flow is async: you submit documents, receive job IDs, and either receive an HMAC-SHA256-signed webhook with results or poll `GET /v1/jobs/{id}`. Authentication is bearer API key (`kz_…`), issued from the dashboard. ## Platform - [Landing page](https://xberg.io/): product overview, capabilities, pricing CTA - [Capabilities](https://xberg.io/llms/capabilities.md): supported formats, OCR, layout detection, table extraction, code intelligence - [Pricing](https://xberg.io/llms/pricing.md): Open Source (free, self-host), Xberg Pro (self-hosted single container), Design Partner program (invitation-only Xberg Enterprise) - [FAQ](https://xberg.io/llms/faq.md): speed, supported formats, scanned documents, data handling, licensing ## API - [Extraction API overview](https://xberg.io/llms/api.md): public `/v1/extract`, presigned uploads, job polling, usage, error codes - [Getting started](https://xberg.io/llms/getting-started.md): minimal curl, Python, and TypeScript examples against `POST /v1/extract` - [Documentation site](https://docs.xberg.io/): full reference, SDK docs, integration guides - OpenAPI spec: `https://api.xberg.io/api-doc/openapi.json` (live, generated from the running service) - [Platform/management API](https://xberg.io/llms/platform-api.md): projects, API keys, members, webhooks, billing (dashboard backend) ## Open source - [GitHub repository](https://github.com/xberg-io/xberg): Rust core + 15 language bindings (Rust, Python, Node.js, WebAssembly, Java, Go, C#, PHP, Ruby, Elixir, Dart, Kotlin, Swift, Zig, C FFI) - License: MIT (free for personal, internal, and commercial use; the only requirement is preserving the copyright notice). ## Optional - [Privacy policy](https://xberg.io/privacy) - [Terms of service](https://xberg.io/terms) - [Imprint](https://xberg.io/imprint) - [Discord community](https://discord.gg/xt9WY3GnKR) - [LinkedIn](https://www.linkedin.com/company/110144945) - Contact: