بنقرة واحدة
liteparse
Fast document parsing for RAG pipelines via LiteParse (Rust, 100x faster than Python parsers)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fast document parsing for RAG pipelines via LiteParse (Rust, 100x faster than Python parsers)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | liteparse |
| description | Fast document parsing for RAG pipelines via LiteParse (Rust, 100x faster than Python parsers) |
| tags | ["rag","document-parsing","rust","pdf","llm"] |
| related_skills | ["crawl4ai","huggingface-hub"] |
Parse PDFs, DOCX, HTML, and other documents 100x faster than Python parsers. From the LlamaIndex team.
cargo install liteparse or pip install liteparseliteparse document.pdf --output ./parsed/
liteparse ./documents/ --recursive --output ./parsed/
from liteparse import parse
result = parse("document.pdf")
print(result.markdown) # Clean markdown output
print(result.tables) # Extracted tables as dataframes
print(result.images) # Extracted images as paths
print(result.metadata) # Title, author, dates
liteparse serve --port 8091
# Add to agent config:
# "mcpServers": {"liteparse": {"command": "liteparse", "args": ["serve", "--port", "8091"]}}
| Format | Support | Notes |
|---|---|---|
| ✅ Full | Text, tables, images, metadata | |
| DOCX | ✅ Full | Headings, lists, tables |
| HTML | ✅ Full | DOM-aware extraction |
| Markdown | ✅ Passthrough | Clean formatting |
| EPUB | ✅ Full | Chapter structure preserved |
# Parse a test document and verify output
liteparse test.pdf --output ./test-output/
cat ./test-output/test.md # Should contain extracted text
ls ./test-output/ # Should contain images if present
In-process vector database for AI applications — embed vector search, hybrid retrieval, and full-text search directly into your application without managing a separate server.
LLM-powered knowledge extraction CLI — transform unstructured text into structured knowledge (graphs, hypergraphs, spatio-temporal graphs) with a single command.
Give your AI agent one-click internet access — Twitter, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Generate token-efficient CLIs for AI agents by reading API docs and studying community patterns. Prints Go binaries + Claude Code skills + MCP servers.
Terminal AI coding agent with video input, subagents, MCP support, and ACP editor integration
AI-powered code review CLI — deterministic pipelines + LLM agent, battle-tested at Alibaba scale