v1.9.2

flydelabs/flydev1.9.2Sep 4, 2025by tarun-menta

AI Summary

This release focuses on improving table processing by allowing LLM processors to loop and fixing text line cutting issues. It also adds support for new image formats in base64 conversion and updates commercial terms.

Key Highlights

  • Allow LLM processor to loop to improve tables
  • Detect and fix cases where table cells cut text lines
  • Add image format to img_to_base64
  • Update commercial terms

New Features

  • Image format support in img_to_base64

Full Release Notes

## Misc Updates
- Allow LLM processor to loop to improve tables further
- Detect and fix cases where table cells cut text lines to reduce hallucinations
- Update commercial terms

## What's Changed
* Table Hotfixes by @tarun-menta in https://github.com/datalab-to/marker/pull/865
* Vik/table loop by @VikParuchuri in https://github.com/datalab-to/marker/pull/864
* Updated commercial language by @sandy0kwon in https://github.com/datalab-to/marker/pull/843
* Add image format to img_to_base64 in BaseService by @EdmondChuiHW in https://github.com/datalab-to/marker/pull/869
* Dev by @VikParuchuri in https://github.com/datalab-to/marker/pull/868

## New Contributors
* @EdmondChuiHW made their first contribution in https://github.com/datalab-to/marker/pull/869

**Full Changelog**: https://github.com/datalab-to/marker/compare/v1.9.1...v1.9.2