Discover and explore top open-source AI tools and projects—updated daily.
alchaincyfDocument conversion and typesetting pipeline for AI workflows
New!
Top 49.2% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> Addresses the AI-era challenge of decoupling Markdown source from polished output formats (HTML, DOCX). It offers a unified pipeline to convert diverse inputs (PDF, URLs, images) to clean Markdown, render it into styled HTML via four distinct themes, or produce publisher-grade DOCX. This empowers users with professional, "anti-AI-slop" aesthetics and streamlined content workflows.
How It Works
This command-line suite provides four core capabilities. It converts any input (PDF, DOCX, images, URLs) to Markdown using markitdown. Markdown is then transformed into styled HTML via pandoc and four custom themes (article, report, reading, interactive), designed to avoid common AI-generated content aesthetics. It also converts HTML (local or URL) back to Markdown using html-to-markdown and trafilatura, intelligently extracting main content. Finally, it generates publisher-ready DOCX files from Markdown using python-docx with professional typesetting presets for books and submissions.
Quick Start & Requirements
Install via npx skills add alchaincyf/huashu-md-html. Requires Python 3 and pandoc. The tool self-checks for dependencies like python-docx and Pillow, providing installation commands. Users on macOS should use python3 -m pip install ... to avoid version conflicts. Detailed cookbooks are in the references/ directory.
Highlighted Details
article, report, reading, interactive themes are self-contained, professional, and avoid common AI-generated content pitfalls.Maintenance & Community
Developed by independent creator "花叔" (Huasheng). Contact and community links provided for X/Twitter (@AlchainHust), WeChat, Bilibili, YouTube, and personal websites.
Licensing & Compatibility
MIT License permits free personal and commercial use without authorization.
Limitations & Caveats
Command-line only. URL conversion quality may vary, requiring user comparison. Potential macOS Python environment issues exist.
2 weeks ago
Inactive