DocConvert v2.0.1
What's Changed
Changed
- PyPI package renamed from
docconverttodocconvert-localto resolve a name conflict on PyPI. Update your install command:pip install docconvert-local
- CLI help text and error messages translated to English for broader accessibility.
pyproject.tomldescription aligned with README narrative.
Added
- Automated PyPI publishing: the release workflow now builds and publishes the package to PyPI in one step.
docconvertCLI entry point registered inpyproject.toml.
Documentation
- README completely rewritten with RAG/LLM pipeline narrative and comparison to MarkItDown.
- Repository metadata and badges updated.
CI / Build
- Added mypy type-checking to CI; fixed all type errors.
- Stabilized GUI test suite across Windows, macOS, and Linux runners.
- Fixed release workflow YAML syntax and Python inline-script indentation issues.
- Resolved textract optional-dependency install failures on Linux/macOS.
Fixed
- Repository URLs updated from old
codexname toDocConvert. - Badge links fixed (PyPI version badge now points to correct package).
Full Changelog: v2.0.0...v2.0.1