v1.1.0

datalab-to/markerv1.1.0Dec 12, 2024by iammosespaulr

AI Summary

This release focuses on bug fixes and improvements to the `pdftext` dependency, incorporating heuristic-based segmentation and updating related libraries.

Key Highlights

  • Fixed `chunk_convert.sh` to handle `output_dir` correctly
  • Updated to the latest pdftext release with heuristic-based segmentation
  • Updated Surya and Tabled dependencies
  • Fixed blank page and TOC (Table of Contents) bugs
  • Updated README.md and examples

New Features

  • Heuristic-based segmentation for enhanced performance
  • Improved script handling for output directories
  • Updated Surya layout model and Tabled table extraction

Full Release Notes

## What's Changed
* Fix `chunk_convert.sh` to handle `output_dir` correctly by @Leon-Sander in https://github.com/VikParuchuri/marker/pull/415
* `pdftext` Improvements and Misc Bugfixes by @VikParuchuri and @iammosespaulr in https://github.com/VikParuchuri/marker/pull/422
   * Blank page and TOC bugfixes
   * Fix README.md and updated examples
   * Update to the [latest pdftext release](https://github.com/VikParuchuri/pdftext/releases/tag/v0.4.0), incorporating heuristic-based segmentation for enhanced performance and accuracy
   * Update [surya](https://github.com/VikParuchuri/surya/releases/tag/v0.8.0) and [tabled](https://github.com/VikParuchuri/tabled/releases/tag/v0.2.0) dependencies, incorporating various bugfixes.

## New Contributors
* @Leon-Sander made their first contribution in https://github.com/VikParuchuri/marker/pull/415

**Full Changelog**: https://github.com/VikParuchuri/marker/compare/v1.0.2...v1.1.0