Skip to content

Releases: OCR-D/core

v1.0.0b18

06 Sep 14:57
@kba kba
Compare
Choose a tag to compare
v1.0.0b18 Pre-release
Pre-release

[1.0.0b18] - 2019-09-06

Changed:

  • -m/--mets is not required anymore, #301
  • ocrd workspace prune-files: Throw on error removing non-existant file
  • -p/--parameter argument accepts raw JSON as well now, #239

Fixed:

  • OcrdFile: Default fileGrp to TEMP
  • OcrdFile: Accept url constructor arg
  • Workspace: Simplify file download code, add extensions to files
  • Processor: chdir to workspace directory on init so relative files resolve properly
  • typos in docstrings
  • README: 'module' -> 'package'
  • workspace.image_from_page: logic with rotation/angle
  • Adapted test suite to OCR-D/assets now with file extensions

Added:

  • utils: MIME_TO_EXT to map mime types to preferred extension
  • Validation of imageHeight/imageWidth in PAGE vs. actual image height/width, #229

v1.0.0b17

30 Aug 15:31
@kba kba
Compare
Choose a tag to compare
v1.0.0b17 Pre-release
Pre-release

Changed:

  • Require Pillow == 5.4.1 throughout (#290)

v1.0.0b16

21 Aug 10:04
@kba kba
Compare
Choose a tag to compare
v1.0.0b16 Pre-release
Pre-release

Added:

  • many utility methods for image manipulation and coordinate handling, #268, OCR-D/ocrd_tesserocr#49
    • bbox_from_points
    • bbox_from_xywh
    • bbox_from_polygon
    • coordinates_for_segment
    • coordinates_of_segment
    • crop_image
    • membername
    • image_from_polygon
    • points_from_bbox
    • points_from_polygon
    • points_from_xywh
    • polygon_from_bbox
    • polygon_from_x0y0x1y1
    • polygon_from_xywh
    • polygon_mask
    • rotate_coordinates
    • xywh_from_bbox
  • Spec-conformant handling of AlternativeImage, OCR-D/spec#116, OCR-D/ocrd_tesserocr#33, #284

Changed:

  • workspace bagger will create files with extension
  • save_mets is atomic now, #278, #285

v1.0.0b15

14 Aug 15:33
@kba kba
Compare
Choose a tag to compare
v1.0.0b15 Pre-release
Pre-release

Fixed:

  • regression in namespace handling of PAGE output, #277

v1.0.0b14

14 Aug 15:31
@kba kba
Compare
Choose a tag to compare
v1.0.0b14 Pre-release
Pre-release

Fixed:

  • METS is serialized as Unicode instead of character entities, #279

v1.0.0b13

13 Aug 17:00
@kba kba
Compare
Choose a tag to compare
v1.0.0b13 Pre-release
Pre-release

Added:

  • ocrd workspace remove to remove files, #275, #245
  • ocrd workspace remove-group to remove file groups, #275, #245
  • ocrd workspace prune-files

v1.0.0b12

08 Aug 10:27
@kba kba
Compare
Choose a tag to compare
v1.0.0b12 Pre-release
Pre-release

Fixed:

  • Regression with ocrd_page data types, #269
  • Segfault issue with Pillow >= 6.0.0, #270

v1.0.0b11

29 Jul 15:46
@kba kba
Compare
Choose a tag to compare
v1.0.0b11 Pre-release
Pre-release

Changed:

v1.0.0b10

25 Jun 13:30
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Handle TIFF ResolutionUnit not being set #250

Changed:

  • missing required parameters should raise exception, fix #244 #247

v1.0.0b9

20 May 13:45
@kba kba
Compare
Choose a tag to compare

Changed:

  • export additional region types from generated code, #241