eynollah/CHANGELOG.md

3.1 KiB

Change Log

Versioned according to Semantic Versioning.

Unreleased

0.3.1 - 2024-08-27

Fixed:

  • regression in OCR-D processor,
  • Expected Ptrcv::UMat for argument 'contour',
  • Memory usage explosion with very narrow images (e.g. book spine),

0.3.0 - 2023-05-13

Changed:

  • Eynollah light integration,
  • use PEP420 style qurator namespace,
  • set_memory_growth to all GPU devices alike,

Fixed:

  • PAGE-XML coordinates can have self-intersections,
  • reading order representation (XML order vs index),
  • allow cropping separately,
  • Order of regions,
  • error while running inference,
  • Eynollah crashes while processing image,
  • ValueError: bad marshal data,
  • contour extraction: inhomogeneous shape,
  • Confusing model dir variables,
  • New release?,

0.2.0 - 2023-03-24

Changed:

  • Convert default model from HDFS to TF SavedModel,

Added:

  • parmeter tables to toggle table detectino,
  • default model described in ocrd-tool.json,

0.1.0 - 2023-03-22

Fixed:

  • Do not produce spurious TextEquiv,
  • Less spammy logging, , ,

Changed:

  • Upgrade to tensorflow 2.4.0,
  • Improved README
  • CI: test for python 3.7+,

0.0.11 - 2022-02-02

Fixed:

0.0.10 - 2021-09-27

Fixed:

  • call to uild_pagexml_no_full_layout for empty pages,

0.0.9 - 2021-08-16

Added:

  • Table detection,

Fixed:

  • Catch exception,

0.0.8 - 2021-07-27

Fixed:

  • pc:PcGts/@pcGtsId was not set,

0.0.7 - 2021-07-01

Fixed:

  • slopes/slopes_h retval/arguments mixed up, ,

0.0.6 - 2021-06-22

Fixed:

0.0.5 - 2021-05-19

Changed:

  • Remove allow_enhancement parameter,

0.0.4 - 2021-05-18

  • fix contour bug,

0.0.3 - 2021-05-11

  • fix NaN bug,

0.0.2 - 2021-05-04

Fixed:

  • prevent negative coordinates for textlines in marginals
  • fix a bug in the contour logic,
  • the binarization model is added into the models and now binarization of input can be done at the first stage of eynollah's pipline. This option can be turned on by -ib (-input_binary) argument. This is suggested for very dark or bright documents

0.0.1 - 2021-04-22

Initial release