This commit is contained in:
Vinayak Mehta
2018-12-19 18:45:17 +05:30
parent 17d48be46e
commit e0cb935130
+1 -1
View File
@@ -534,4 +534,4 @@ To deal with such cases, you can tweak PDFMiner's `LAParams kwargs <https://gith
::
>>> tables = camelot.read_pdf('foo.pdf', layout_kwargs={'detect_vertical': True})
>>> tables = camelot.read_pdf('foo.pdf', layout_kwargs={'detect_vertical': False})