Skip to content

v2.5

Choose a tag to compare

@oksidgy oksidgy released this 08 Sep 03:25
· 1 commit to master since this release
982afbb
  • Added simple multilingual textual layer correctness classification based on letter percentage calculation (textual_layer_classifier=letter).
  • Added a new parameter textual_layer_classifier = [simple, ml (default), letter].
  • Remove parameter fast_textual_layer_detection. Now it is a textual_layer_classifier=simple.
  • Fix bug with table_type=table_wo_external_bounds (fixed cv2.BoundingRect).
  • Some refactoring TableRecognition.
  • Added parameter table_type and TableRecognition info into documentation.