v0.0.2
fregante/GhostTextv0.0.2Jul 1, 2026by chonknick
AI Summary
This release marks the transition of the project to the feyninc organization. It focuses on refining markdown parsing, improving developer experience for extractors and pipelines, and ensuring parity with MinerU-HTML.
Key Highlights
- First release under the feyninc org
- Markdown cleanup and error propagation improvements
- MinerU-HTML parity restored for simplify/reconstruct
- Apple MPS auto-detection added
- Model IDs updated to feyninc/pulpie-orange-{small,base,large}
New Features
- Support for extract_batch method
- Apple MPS auto-detection
Full Release Notes
First release under the feyninc org.
- Ships `pulpie.markdown` (the `[markdown]` extra now matches the docs).
- Extractor/Pipeline DX fixes: markdown cleanup, error propagation, `extract_batch`, dataclass results.
- MinerU-HTML-parity `simplify`/`reconstruct` port (byte-parity tested against the vendored oracle).
- Apple MPS auto-detection.
- Model IDs now resolve to `feyninc/pulpie-orange-{small,base,large}`.
Install: `pip install "pulpie[markdown]"`