v1.8.4
datalab-to/markerv1.8.4Aug 20, 2025by VikParuchuri
AI Summary
Miscellaneous fixes including token limits, JSON retry logic, and table processing options.
Key Highlights
- Increased max tokens for equation processor
- Added block IDs to HTML renderer
- Fixed invalid JSON retry logic for Gemini
New Features
- Block IDs in HTML renderer
- disable_ocr_math option for table processor
Full Release Notes
## What's Changed * fix: increase max tokens for equation processor by @zanussbaum in https://github.com/datalab-to/marker/pull/828 * Add block ids to html renderer by @VikParuchuri in https://github.com/datalab-to/marker/pull/840 * Fix: retry on invalid JSON from Gemini by @runarmod in https://github.com/datalab-to/marker/pull/829 * Add disable_ocr_math to table processor (2) by @ArnoKlein in https://github.com/datalab-to/marker/pull/826 * Fix: show tqdm total iteration count by @runarmod in https://github.com/datalab-to/marker/pull/798 * Optional block ids by @VikParuchuri in https://github.com/datalab-to/marker/pull/842 ## New Contributors * @ArnoKlein made their first contribution in https://github.com/datalab-to/marker/pull/826 **Full Changelog**: https://github.com/datalab-to/marker/compare/v1.8.3...v1.8.4