Metadata-Version: 2.5
Name: morsel
Version: 1.0.2
Summary: Alias of aimorsel — local document extraction for LLMs and search. Installs the aimorsel package.
Project-URL: Homepage, https://aimorsel.dev
Project-URL: Repository, https://github.com/aimorsel/aimorsel
Author: AImorsel
License: Apache-2.0
Keywords: ai,converter,document,markdown,mcp,pdf,rag
Requires-Python: >=3.10
Requires-Dist: aimorsel>=1.0.2
Description-Content-Type: text/markdown

# morsel

Alias package for **[aimorsel](https://pypi.org/project/aimorsel/)** — the local-first
document feeder for AI (PDF / docx / xlsx / pptx / HTML / images → structured Markdown / JSON,
with RAG chunks, table CSV, a quality check and an MCP server). Fully offline.

`pip install morsel` and `pip install aimorsel` install the same thing; the CLI is `morsel`.
Requires Java 11+ on the system (the layout engine is Java).

- Website: https://aimorsel.dev
- Source: https://github.com/aimorsel/aimorsel
