Skip to content

v0.10.0

Compare
Choose a tag to compare
@bertsky bertsky released this 01 Dec 22:30
· 249 commits to master since this release
056d30d

Fixed:

  • when padding images, add the offset to coords of new segments
  • when segmenting regions, skip empty output coords more robustly
  • deskew/segment/recognize: skip empty input images more robustly
  • crop: fix pageId of new derived image
  • recognize: fix missing RIL for terminal GetUTF8Text()
  • recognize: fix Confidence() vs MeanTextConf()

Changed:

  • recognize: add all-in-one segmentation with flexible entry point
  • recognize: re-parameterize to segmentation_level+textequiv_level
  • recognize: 🔥 rename overwrite_words to overwrite_segments
  • segment*: delegate to recognize
  • recognize: also annotate orientation and skew when segmenting regions
  • fontshape: new processor for TextStyle detection via pre-LSTM models
  • crop: also use existing text regions, if any
  • deskew: delegate to core for reflection and rotation
  • deskew: always get new image and set feature deskewed (even for 0°)