Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ОпубликоватьВойти
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
Установки72k
Рейтинг★ 4.5
Отзывы24
↗ Исходный репозиторий

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 →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Маркетплейс возможностей ИИ. Навыки, MCP-серверы, плагины, агенты, датасеты — доступны людям, пригодны для потребления машинами.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Маркетплейс
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
  • Распределение дохода
Аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность