Skip to content

Releases: OCR-D/ocrd_olena

v1.0.0

20 Dec 13:56
@kba kba
Compare
Choose a tag to compare

Fixed:

  • add namespace prefix to MetadataItem/Label(s), if any
  • use proper logging format, delegate to bashlib constants
  • pass input parameters to algorithms
  • respect -g option (page_id)
  • when AlternativeImage exists already, append after last
  • date: Use explicit formatting for iso8601 compliant date w/o TZ (kba/fix-created-date)
  • much improved olena build process

Changed

  • negate and convert output images in scribo itself (without extra ImageMagick CLI)
  • improved docker support, 2 docker builds: pure scribo and OCR-D binarization wrapper
  • overwrite image file IDs if necessary (bertsky/add-imagefile-force)

v0.0.2: make binarize process PAGE-XML (with AlternativeImage):

20 Dec 13:56
@kba kba
Compare
Choose a tag to compare

First release

  • detect whether input file was image/* or PAGE-XML
  • for image file, also generate a skeleton PAGE-XML
    (with AlternativeImage for the binarized result)
  • for PAGE-XML file, detect namespace (and prefix),
    then check whether AlternativeImage already exists
    or find imageFilename (both on disk and as METS ID),
    process image and add AlternativeImage for result
  • reference all new files (image under OCR-D-IMG-BIN,
    PAGE-XML under output fileGrp) in METS
  • encapsulate, add pointers for improvement of bashlib
    in core
  • improve documentation