Releases: OCR-D/ocrd_froc
Releases · OCR-D/ocrd_froc
v1.1.0
Changed:
make docker
: Overrideable $(DOCKER)
command and base on latest
OCR-D/core, #22
v1.0.1
Fixed:
Dockerfile
: Also build ocrd-all-tool.json
, document XDG variables, #20
v1.0.0
Changed:
- 🔥 port processor to v3 OCR-D/core API, #19
- switch to
src-layout
, #19
Added:
- Unit tests, CI and CD, #19
Fixed:
- Typos corrected, #16
ocr_method="none"
actually skips OCR, ran adaptive
before, #19
- typo corrected that prevented adaptive OCR, #19
v0.6.0
Changed:
- rename parameter
replace_textstyle
-> overwrite_style
, #8, #9
- rename parameter
network
-> model
, #8, #9
- parameter
overwrite_text
: If true, replace all existing textequivs, else (default) just add a textequiv, #8, #9
- parameter
overwrite_style
: if true (default), replace the fontFamily
attribute of existing textstyle or create new style if non exists., #8, #9
- parameter
min_score_style
: Score between 0 and 100, font classification results below this score will not be serialized or used for OCR, default: 0, #8, #9
Fixed:
- Require OCR-D/core v2.64.1+ with proper support for
importlib{.,_}metadata
, #10
- CI: Use most recent actions, #15
- missing top-level
__init__.py
, #12
v0.5.2
Fixed:
- typo in ocrd-tool.json:
ocrd-froc
-> ocrd-froc-recognize
, again
v0.5.1
Fixed:
- typo in ocrd-tool.json:
ocrd-froc
-> ocrd-froc-recognize
v0.5.0
Initial release for ocrd_all