Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
UN

Zipstack/unstract

LLM-Driven Extraction of Unstructured Data — Built for API Deployments & ETL Pipeline Workflows

stars
7.1k
Language
Python
GitHub
Source and compliance noteLast synced: Aug 8, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

Unstract is an open-source platform that leverages LLMs to extract structured JSON data from unstructured documents such as PDFs, images, and scans. It allows users to define extraction schemas using natural language prompts and deploy them as APIs or ETL pipelines, simplifying the transformation of raw documents into database-ready data.

Installation

git clone https://github.com/Zipstack/unstract && cd unstract && ./run-platform.sh (requires Docker, 8GB RAM, Linux/macOS)

Problem solved

Unstract eliminates the need for manual regex patterns and vendor-specific templates by using LLMs to handle document variations. It abstracts away the complexity of building custom LLM pipelines, offering a unified interface for multiple LLM providers and deployment options, thus reducing development time from days to minutes.

What you can build

Developers can build document processing systems that extract specific fields (e.g., invoices, IDs, medical records) into JSON, deployable via REST APIs or integrated into ETL workflows. It supports integration with AI agents via MCP and automation tools like n8n, enabling use cases in finance, insurance, healthcare, and compliance. The platform's ceiling includes handling diverse document types with minimal code, scaling via managed cloud, and extending to complex multi-step extraction pipelines.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

Unstract is ideal for teams needing rapid, flexible document-to-data extraction without building custom LLM infrastructure. It is less suitable for those with very simple, fixed-format documents or those requiring full control over the underlying LLM pipeline. The key trade-off is convenience and speed versus potential dependency on a platform and LLM costs.

Analyzed by Git-Stars - 8/7/2026