fixed docstring

This commit is contained in:
Matthias Bisping 2022-07-04 11:46:25 +02:00
parent eb53464ca9
commit 77cd0a860a

View File

@ -25,7 +25,8 @@ class ParsablePDFImageExtractor(ImageExtractor):
Args: Args:
verbose: Whether to show progressbar 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.doc: fitz.fitz.Document = None
self.verbose = verbose self.verbose = verbose