Versioned according to Semantic Versioning.
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 resolvenetwork
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
andassert_file_grp_cardinality
, #2