From f787b957f850bd86631a45872414fea51dad2b8f Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Mon, 4 Jul 2022 11:57:01 +0200 Subject: [PATCH] Pull request #18: Docstrfix Merge in RR/image-prediction from docstrfix to master Squashed commit of the following: commit 8ccb07037074cc88ba5b72e4bedd5bc346eb0256 Merge: 77cd0a8 5d611d5 Author: Matthias Bisping Date: Mon Jul 4 11:50:52 2022 +0200 Merge branch 'master' of ssh://git.iqser.com:2222/rr/image-prediction into docstrfix commit 77cd0a860a69bfb8f4390dabdca23455b340bd9e Author: Matthias Bisping Date: Mon Jul 4 11:46:25 2022 +0200 fixed docstring commit eb53464ca9f1ccf881d90ece592ad50226decd7a Merge: 4efb9c7 fd0e4dc Author: Matthias Bisping Date: Tue Jun 21 15:22:03 2022 +0200 Merge branch 'master' of ssh://git.iqser.com:2222/rr/image-prediction commit 4efb9c79b10f23fa556ce43c8e7f05944dae1af6 Merge: 84a8b0a 9f18ef9 Author: Matthias Bisping Date: Thu May 12 11:51:30 2022 +0200 Merge branch 'master' of ssh://git.iqser.com:2222/rr/image-prediction commit 84a8b0a290081616240c3876f8db8a1ae8592096 Merge: 1624ee4 6030f40 Author: Matthias Bisping Date: Thu May 12 10:18:56 2022 +0200 Merge branch 'master' of ssh://git.iqser.com:2222/rr/image-prediction commit 1624ee40376b84a4519025343f913120c464407a Author: Matthias Bisping Date: Mon Apr 25 16:51:13 2022 +0200 Pull request #11: fixed assignment Merge in RR/image-prediction from image_prediction_service_overhaul_xref_and_empty_result_fix_fix to master Squashed commit of the following: commit 7312e57d1127b081bfdc6e96311e8348d3f8110d Author: Matthias Bisping Date: Mon Apr 25 16:45:12 2022 +0200 logging setup changed commit 955e353d74f414ee2d57b234bdf84d32817d14bf Author: Matthias Bisping Date: Mon Apr 25 16:37:52 2022 +0200 fixed assignment --- image_prediction/image_extractor/extractors/parsable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/image_prediction/image_extractor/extractors/parsable.py b/image_prediction/image_extractor/extractors/parsable.py index 9fe5b46..f478f38 100644 --- a/image_prediction/image_extractor/extractors/parsable.py +++ b/image_prediction/image_extractor/extractors/parsable.py @@ -25,7 +25,8 @@ class ParsablePDFImageExtractor(ImageExtractor): Args: verbose: Whether to show progressbar - tolerance: The tolerance in pixels for the distance images beyond which they will not be stitched together + tolerance: The tolerance in pixels for the distance between images, beyond which they will not be stitched + together """ self.doc: fitz.fitz.Document = None self.verbose = verbose