Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Data & ETL / Unstructured
⇄ConnectorData & ETLFree

Unstructured

Open-source document ingestion library — partition PDFs, HTML, DOCX, and 25+ formats into clean elements for RAG pipelines.

@ai-supply
Installs72k
Rating★ 4.5
Reviews24
Install (free) to download the source.↗ Source repository

Unstructured

Unstructured is the leading open-source library for ingesting and preprocessing unstructured documents for use in LLM applications. It partitions documents into typed elements (Title, NarrativeText, Table, Image, etc.), extracts metadata, and cleans text — making raw files ready for chunking and embedding.

Key Features

  • 25+ file formats — PDF, HTML, DOCX, PPTX, XLSX, EML, MSG, MD, RST, TXT, images, and more
  • Partition strategies — fast (rule-based), hi_res (layout detection with detectron2), ocr_only
  • Element types — Title, NarrativeText, Table, ListItem, Image, Header, Footer, FigureCaption
  • Table extraction — HTML table extraction from PDFs with hi_res strategy
  • LangChain / LlamaIndex connectors — UnstructuredLoader is a first-class integration in both
  • Connectors — S3, GCS, Azure Blob, Confluence, Google Drive, SharePoint, Slack, and more

Quick Start

pip install unstructured[pdf]
from unstructured.partition.pdf import partition_pdf

elements = partition_pdf("research_paper.pdf", strategy="hi_res")
for el in elements[:5]:
    print(el.category, ":", str(el)[:80])

Install via ai-supply

npx ai-supply add unstructured-document-ingestion

Curated mirror of the open-source Unstructured project (Apache-2.0). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy