Sign in Sign up
rubygems

pikuri-extractors

pikuri-extractors plugs additional document formats into pikuri-core's +Pikuri::Extractor+ registry. The bundled +Pikuri::Extractors::DOCUMENTS+ extractor converts office documents (DOCX, ODT, XLSX, legacy XLS, PPTX, EPUB, RTF) to Markdown by piping the bytes through pandoc / markitdown — preferably inside a one-shot, networkless, locally-built docker container (the untrusted bytes never touch the host filesystem or network), falling back to a host-installed pandoc / markitdown CLI when docker is absent. Registration is explicit — +Pikuri::Extractors::DOCUMENTS.register+ — so requiring the gem changes nothing by itself; the host script picks which extractors it wires in.

Activity

Latest release
2w ago
Total releases
3
Cadence
~43 days
Last 12 months
3

Reach

Downloads
561

Details

License
MIT
First release
Jun 04, 2026
Releases
Version Released
0.1.0 minor
0.0.7 patch
0.0.6 initial