diff --git a/image_prediction/predictor.py b/image_prediction/predictor.py index 0c2376b..0be1d79 100644 --- a/image_prediction/predictor.py +++ b/image_prediction/predictor.py @@ -119,4 +119,3 @@ class Predictor: return abs(x1 - x2) > 2 and abs(y1 - y2) > 2 yield from extract_and_stitch(pdf_path, convert_to_rgb=True, filter_fn=image_is_large_enough, **kwargs) -