Fix docstrings and interlinks

This commit is contained in:
Vinayak Mehta
2018-09-11 07:35:30 +05:30
parent 3713c08642
commit 17ea5f335e
7 changed files with 65 additions and 49 deletions
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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