From 7bdd9a315609d695b17a4c9f340783923a0eaed4 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 1 Dec 2018 06:29:35 +0530 Subject: [PATCH] Update 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 e26d22c..9610408 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -146,7 +146,7 @@ Finally, let's plot all line intersections present on the table's PDF page. Specify table areas ------------------- -Since :ref:`Stream ` treats the whole page as a table, `for now`_, it's useful to specify table boundaries in cases such as `these <../_static/pdf/table_areas.pdf>`__. You can plot the text on this page and note the top left and bottom right coordinates of the table. +In cases such as `these <../_static/pdf/table_areas.pdf>`__, it can be useful to specify table boundaries. You can plot the text on this page and note the top left and bottom right coordinates of the table. Table areas that you want Camelot to analyze can be passed as a list of comma-separated strings to :meth:`read_pdf() `, using the ``table_areas`` keyword argument.