Skip to content

v0.5.0

Choose a tag to compare

@GiovanniPasq GiovanniPasq released this 22 May 18:29
· 13 commits to main since this release
18a41b7

New Features:

  1. VLM Checkpoint Conversion
    • Added checkpoint support to the VLM converter: resumes interrupted conversions from the last successfully processed page instead of restarting from scratch.

  2. Markdown Enrichment
    • Completed the markdown enrichment pipeline: regex-based artifact correction, chunk-and-send LLM correction flow, and optional summary generation.
    • Markdown enrichment is now available in bulk mode, mirroring single-file behaviour.

Improvements:

  1. Bug Fixes & Refactoring
    • Resolved various bugs affecting stability and correctness across the pipeline.
    • Internal refactoring for better maintainability.