v1.7.4
datalab-to/markerv1.7.4Jun 2, 2025by tarun-menta
AI Summary
Bugfixes for text formatting modes, options to drop repeated text, and improvements to LLM equation processing.
Key Highlights
- Fixed bug in `format_lines` mode causing missing text
- Enabled option to drop repeated text from the OCR step
- Fixed bug in LLM equation processor when original latex was correct
New Features
- Option to drop repeated text
- Bugfixes for format lines and equation processing
Full Release Notes
- Fix bug in `format_lines` mode causing missing text - Enable option to drop repeated text from OCR step - Fix bug in LLM equation processor when original latex was correct ## What's Changed * Format Lines: Fix line merging by @tarun-menta in https://github.com/VikParuchuri/marker/pull/712 * Vik remove chars by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/720 * Fix annotations by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/705 * Enable dropping repeated text by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/724 * Add "no corrections needed" check to llm_equation, standardize in other files by @jacksontromero in https://github.com/VikParuchuri/marker/pull/721 ## New Contributors * @jacksontromero made their first contribution in https://github.com/VikParuchuri/marker/pull/721 **Full Changelog**: https://github.com/VikParuchuri/marker/compare/v1.7.3...v1.7.4