From e0cb93513085b9493daafd97b50af07ebfd282dd Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Wed, 19 Dec 2018 18:45:17 +0530 Subject: [PATCH] Fix docs --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 4be85ca..a36ea2c 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -534,4 +534,4 @@ To deal with such cases, you can tweak PDFMiner's `LAParams kwargs >> tables = camelot.read_pdf('foo.pdf', layout_kwargs={'detect_vertical': True}) + >>> tables = camelot.read_pdf('foo.pdf', layout_kwargs={'detect_vertical': False})