Skip to content

Releases: datalab-to/marker

Minor fixes

30 Sep 15:40
c7385fa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

New Layout Model + Misc Updates

24 Sep 01:19
v1.10.0
7f089d9

Choose a tag to compare

Model Update

  • Upgrade to a new layout model through surya. Major performance boost

Misc Updates

  • README updates
  • Added a new flag - --html_tables_in_markdown. When output_format is set to markdown, this will render tables using html tags, instead of the default markdown syntax.

What's Changed

Full Changelog: v1.9.3...v1.10.0

Enable metadata storage

09 Sep 20:43
6dfabb2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2

04 Sep 18:47
v1.9.2
d86b27e

Choose a tag to compare

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

New Contributors

Full Changelog: v1.9.1...v1.9.2

Fix Blank Table Cells

02 Sep 14:39
7c7b09f

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

Marker Block Mode

29 Aug 23:03
v1.9.0
e419889

Choose a tag to compare

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

Full Changelog: v1.8.5...v1.9.0

Gemini JSON fix

23 Aug 17:09
480813d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.4...v1.8.5

Misc fixes

20 Aug 16:47
272a0fb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.8.4

New OCR model; better OCR heuristics

04 Aug 18:16
e4a2d2b

Choose a tag to compare

  • New OCR model that is better all-around, but particularly at math
  • Improved OCR heuristics, will now prioritize accuracy over speed
  • Drop format_lines, since force_ocr is generally a bit more accurate, and less error-prone

What's Changed

Full Changelog: v1.8.2...v1.8.3

Chunk renderer fixes

15 Jul 18:26
8b0969a

Choose a tag to compare

Minor bugfixes:

  • Add images to chunk renderer output
  • Fix batch size on MPS

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2