v1.9.0
datalab-to/markerv1.9.0Aug 29, 2025by tarun-menta
AI Summary
Introduced Block Mode inference for OCR, shifting processing from line-level to block-level to improve accuracy.
Key Highlights
- Moved OCR to block-level inference
- Improved overall accuracy at the cost of slightly slower processing
New Features
- Block mode inference
Full Release Notes
Moving marker to **block mode** inference. OCR is done at the block level now, instead of the line level. While this is a bit slower, it boosts accuracy. ## What's Changed * Marker Block Mode by @tarun-menta in https://github.com/datalab-to/marker/pull/831 * Dev by @tarun-menta in https://github.com/datalab-to/marker/pull/856 **Full Changelog**: https://github.com/datalab-to/marker/compare/v1.8.5...v1.9.0