Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Latest commit

 

History

History
82 lines (50 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

82 lines (50 loc) · 1.65 KB

Change Log

Versioned according to Semantic Versioning.

Unreleased

[0.5.0] - 2023-03-16

Added:

  • New line-based classification, #14
  • Resources now listed in the ocrd-tool.json, #15

0.4.0 - 2021-10-23

Added:

  • Support for classifying of sub-page elements, like regions, directed by parameter level, #12
  • List of fonts to recognize can be restricted with new active_classes parameter, #12

Fixed:

  • typegroups-classifier simple CLI working again, #11

0.3.0 - 2021-01-28

Changed:

  • Use self.resolve_resource to resolve network parameter, #8

0.2.0 - 2020-12-22

Changed:

  • default model is now bundled with the processor, #7

0.1.4 - 2020-12-21

Fixed:

  • imports in simple CLI, #5
  • --help/-h for simple CLI, #6

0.1.3 - 2020-12-10

Fixed:

  • pass on pageID, ht @mikegerber
  • use core's image API (image_from_page), ht @bertsky
  • annotate pcGtsId, Metadata, document processor, ht @bertsky

0.1.2 - 2020-10-14

Fixed:

  • getLogger mustn't be called in constructor, #3

0.1.1 - 2020-08-21

Fixed:

  • missing import json from setup.py

0.1.0 - 2020-08-21

Changed:

  • merge upstream, #2
  • use make_file_id and assert_file_grp_cardinality, #2