Your files ready for Gen AI ✨🚀 AlcheMark is a lightweight PDF to Markdown, alchemical-inspired toolkit that transmutes PDF documents into structured Markdown pages—complete with rich metadata and named‐entity annotations—empowering you to uncover insights page by page.
Stars
78
Forks
7
Watchers
78
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Refactor file path handling to use pathlib for improved compatibility
b51be62View on GitHubUpdate version to 0.1.8 in pyproject.toml and __init__.py; enhance language detection in FormatterMD
77126fcView on GitHubFixed: modify language field in FormattedResult model to be optional
428d091View on GitHubUpdate version to 0.1.6 in pyproject.toml and __init__.py
b81254fView on GitHubUpdate README.md to document new PDF to Markdown conversion options and test coverage
a038177View on GitHubEnhance FormatterMD and integration tests to support image handling in PDF to Markdown conversion
16d1baeView on GitHubEnhance PDF to Markdown conversion by adding inline image handling in base64 and updating FormatterMD
b742826View on GitHubRefactor PDF to Markdown conversion process and enhance FormatterMD to extract tables with content prop
563b7dbView on GitHubUpdate README.md to reflect project name change to AlcheMark, add a tagline, and include a Google Colab example for interactive usage.
b04c56cView on GitHubUpdate version to 0.1.5 and refactor package structure
807e2bfView on GitHubRefactor project structure and update configuration files
2bb3292View on GitHubEnhance testing framework by adding pytest configuration and multiple test cases for PDF to Markdown conversion, model validation, and formatter functionality. Update dependencies in pyproject.toml and uv.lock to include pytest and related tools for improved test coverage.
ffea716View on GitHubEnhance FormatterMD to support Markdown links and update models to include Link class; refactor element counting to return lists instead of counts.
9f0cbb9View on GitHub