Clarify example for argument pages in read_pdf (#177)

This commit is contained in:
gison93
2018-10-28 10:11:04 +01:00
committed by Vinayak Mehta
parent 2830ed9418
commit 4366313484
+1 -1
View File
@@ -18,7 +18,7 @@ def read_pdf(filepath, pages='1', flavor='lattice', suppress_warnings=False,
Path to PDF file. Path to PDF file.
pages : str, optional (default: '1') pages : str, optional (default: '1')
Comma-separated page numbers. Comma-separated page numbers.
Example: 1,3,4 or 1,4-end. Example: '1,3,4' or '1,4-end'.
flavor : str (default: 'lattice') flavor : str (default: 'lattice')
The parsing method to use ('lattice' or 'stream'). The parsing method to use ('lattice' or 'stream').
Lattice is used by default. Lattice is used by default.