tool

agent-tool-marker-cleanup

Three deterministic CLIs for cleaning Marker OCR output before LLM proofreading. They run as a strip pipeline: `strip-marker-artifacts` → `strip-back-matter` → `clean-markdown`.

agent-tool-marker-cleanup

Three deterministic CLIs for cleaning Marker OCR output before LLM proofreading. They run as a strip pipeline: strip-marker-artifactsstrip-back-matterclean-markdown.

Install

uv tool install --editable D:/agent-tool-marker-cleanup

Usage

strip-marker-artifacts <input.md> <output.md>
strip-back-matter <input.md> <output.md>
clean-markdown <input.md> <output.md>

Origin

Migrated from C:/Users/chris/OneDrive/Documents/Reading/tools/{clean_markdown,strip_back_matter,strip_marker_artifacts}.py (deleted post-migration). See the migration spec for the migration record.