Skip to content
Snippets Groups Projects

Fix offset in `get_predicted_polygons_with_confidence()`

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -119,7 +119,7 @@ def get_predicted_polygons_with_confidence(
polygon, _ = get_polygon(
text_piece,
max_value,
offset,
start_index,
weights,
threshold_method=threshold_method,
threshold_value=threshold_value,
Loading