Fix docstrings and interlinks
This commit is contained in:
@@ -51,8 +51,8 @@ class Lattice(BaseParser):
|
||||
multiple cells.
|
||||
flag_size : bool, optional (default: False)
|
||||
Whether or not to highlight a substring using <s></s>
|
||||
if its size is different from rest of the string, useful for
|
||||
super and subscripts.
|
||||
if its size is different from rest of the string. (Useful for
|
||||
super and subscripts)
|
||||
line_close_tol : int, optional (default: 2)
|
||||
Tolerance parameter used to merge vertical and horizontal
|
||||
detected lines which lie close to each other.
|
||||
@@ -76,7 +76,7 @@ class Lattice(BaseParser):
|
||||
margins : tuple
|
||||
PDFMiner margins. (char_margin, line_margin, word_margin)
|
||||
|
||||
For for information, refer `PDFMiner docs <https://euske.github.io/pdfminer/>`_.
|
||||
For more information, refer `PDFMiner docs <https://euske.github.io/pdfminer/>`_.
|
||||
debug : bool, optional (default: False)
|
||||
Whether or not to return all text objects on the page
|
||||
which can be used to generate a matplotlib plot, to get
|
||||
|
||||
@@ -35,8 +35,8 @@ class Stream(BaseParser):
|
||||
multiple cells.
|
||||
flag_size : bool, optional (default: False)
|
||||
Whether or not to highlight a substring using <s></s>
|
||||
if its size is different from rest of the string, useful for
|
||||
super and subscripts.
|
||||
if its size is different from rest of the string. (Useful for
|
||||
super and subscripts)
|
||||
row_close_tol : int, optional (default: 2)
|
||||
Rows will be formed by combining text vertically
|
||||
within this tolerance.
|
||||
@@ -46,7 +46,7 @@ class Stream(BaseParser):
|
||||
margins : tuple, optional (default: (1.0, 0.5, 0.1))
|
||||
PDFMiner margins. (char_margin, line_margin, word_margin)
|
||||
|
||||
For for information, refer `PDFMiner docs <https://euske.github.io/pdfminer/>`_.
|
||||
For more information, refer `PDFMiner docs <https://euske.github.io/pdfminer/>`_.
|
||||
debug : bool, optional (default: False)
|
||||
Whether or not to return all text objects on the page
|
||||
which can be used to generate a matplotlib plot, to get
|
||||
|
||||
Reference in New Issue
Block a user