Skip to content

v0.3.1

Compare
Choose a tag to compare
@bertsky bertsky released this 17 Aug 10:27
· 36 commits to master since this release
fe4bd44

Fixed:

  • recognize: only apply one_channel_mode (whether to use binarized 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