Skip to content

Releases: leop017/DocConvert

DocConvert v2.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:31

— 2026-09-01

Added

  • Chinese README (README_zh.md) — full translation of README.md with links from both sides.

Changed

  • Python API examples updated to use ConversionController(DEFAULT_CONFIG) and output_dir parameter, matching the API Reference.

Full Changelog: v2.0.3...HEAD

DocConvert v2.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:53

— 2026-09-01

CI / Build

  • Fixed Windows CI: textract no longer installed on Windows runners; TestDocConverterJsonFormat properly skipped via import check guard.

Full Changelog: v2.0.2...HEAD

DocConvert v2.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 07:57

What's Changed

Changed

  • PyPI package renamed from docconvert to docconvert-local to 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.toml description aligned with README narrative.

Added

  • Automated PyPI publishing: the release workflow now builds and publishes the package to PyPI in one step.
  • docconvert CLI entry point registered in pyproject.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 codex name to DocConvert.
  • Badge links fixed (PyPI version badge now points to correct package).

Full Changelog: v2.0.0...v2.0.1

DocConvert v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:16