v0.14.1
What's Changed
- Build(deps): Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #333
- Core: Remove markdown skip/original fallback and enforce fail-fast by @skytin1004 in #334
- Build(deps): Bump werkzeug from 3.1.4 to 3.1.5 by @dependabot[bot] in #335
- Improve image translation prompt generation and add line-number stripping utility by @skytin1004 in #336
- Core: Improve image text rendering with dynamic font sizing, supersampling, and better bounding-box fitting by @skytin1004 in #337
- Build: Upgrade version to v0.14.1 by @skytin1004 in #338
Improved image translation quality
Below is a before-and-after comparison demonstrating improved text rendering, dynamic font sizing, and bounding-box fitting.
Korean translated image (previous behavior)
In some edge cases, the detected regions from vision and the rendered translated text could become misaligned.

Korean translated image (v0.14.1)

Full Changelog: v0.14.0...v0.14.1
