mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fixes grammar in comment
Co-authored-by: Florian <florian.brandes@posteo.de>
This commit is contained in:
parent
7aa0e5650b
commit
355b3fcb3d
@ -104,7 +104,7 @@ def convert_from_tiff_to_pdf(filepath: str) -> str:
|
|||||||
def scan_file_for_separating_barcodes(filepath: str) -> Tuple[Optional[str], List[int]]:
|
def scan_file_for_separating_barcodes(filepath: str) -> Tuple[Optional[str], List[int]]:
|
||||||
"""
|
"""
|
||||||
Scan the provided pdf file for page separating barcodes
|
Scan the provided pdf file for page separating barcodes
|
||||||
Returns a the PDF filepath and a list of pagenumbers,
|
Returns a PDF filepath and a list of pagenumbers,
|
||||||
which separate the file into new files
|
which separate the file into new files
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user