Releases: OCR-D/ocrd_kraken
Releases · OCR-D/ocrd_kraken
v0.4.1
v0.4.0
Fixed:
- binarize: OCR-D conformity (PAGE output, AlternativeImage input/output)
- docstrings
Added:
- recognize: param
overwrite_text
- segment: param
overwrite_segments
- segment: param
level-of-operation
(now supportstable
andregion
, too)
Changed:
- binarize: 🔥 renamed
level-of-operation=block
toregion
- segment: existing segmentation will be masked away (unless
overwrite_segments
)
v0.3.1
Fixed:
- recognize: only apply
one_channel_mode
(whether to usebinarized
input)
if the model has only one input channel - recognize: project text results to region level in order
- recognize: iterate line results via proper word splitting
- recognize: add proper line and word confidences
- recognize: avoid invalid polygons on single-glyph words
- recognize: workaround for better quality box cuts
- recognize: workaround for empty/failed line records
- segment: update blla.model URL (master→main)
Changed:
- recognize: pass lines in baseline format if any baselines are annotated
- recognize: ensure baselines are valid and consistent with line polygon
- recognize/segment: fall back to CPU if CUDA not available