fixed docstring
This commit is contained in:
parent
eb53464ca9
commit
77cd0a860a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user