unstract
LLM-Driven Extraction of Unstructured Data for API Deployments and ETL Pipeline Workflows
GraphCanon updated 3w · GitHub synced 3w
Decision brief
Unstract is a Python-driven tool for transforming unstructured data into structured formats using OCR, PDF extraction, and other techniques to integrate with APIs and ETL workflows under AGPL-3.0 license.
Good fit when
- You prioritize open-source contributions and require the flexibility of the AGPL-3.0 license.
- Your project involves complex, generative AI tasks like JSON extraction from unstructured documents.
Avoid when
- Your workflow strictly adheres to closed-source software management policies and requires proprietary control.
- Projects needing direct integration with commercial data processing services incompatible with AGPL-3.0 licensing.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install unstract PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A Python-based repository enabling the use of LLM-driven techniques for extracting structured data from unstructured sources like documents, employing OCR, PDF extraction, and more.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Jul 28, 2026
Categories
Tags
README
System Requirements & Prerequisites
- Linux or macOS (Intel or M-series)
- Docker & Docker Compose
- 8 GB RAM minimum
- Git
Pull and run docker containers with a specific version tag.
./run-platform.sh -v v0.1.0
Build docker images locally as a specific version tag.
./run-platform.sh -b -v v0.1.0
Build docker images locally from working branch as current version tag.
./run-platform.sh -b -v current
Only do docker images pull with a specific version tag.
./run-platform.sh -p -v v0.1.0
Only do docker images pull by building locally with a specific version tag.
./run-platform.sh -p -b -v v0.1.0
Upgrade existing Unstract platform setup with docker images built locally from working branch as current version tag.
./run-platform.sh -u -b -v current
Pull and run docker containers in detached mode.
./run-platform.sh -d -v v0.1.0
---
# Install pre-commit hooks
./dev-env-cli.sh -p
---
## 📜 License
Unstract is released under the [AGPL-3.0 License](LICENSE).
---
<div align="center">
<p>Built with ❤️ by <a href="https://zipstack.com">Zipstack</a></p>
<p>
<a href="https://unstract.com">Website</a> ·
<a href="https://docs.unstract.com">Documentation</a> ·
<a href="https://unstract.com/pricing/">Pricing</a>
</p>
</div>
For agents
This page has a .md twin and JSON over the API.