Remove mention of old mesh kwarg

pull/2/head
Kasper Socha 2019-01-03 15:07:44 +01:00
parent 99eee608d7
commit 417db134fc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Begin by importing the Camelot module::
>>> import camelot
Now, let's try to read a PDF. (You can check out the PDF used in this example `here`_.) Since the PDF has a table with clearly demarcated lines, we will use the :ref:`Lattice <lattice>` method here. To do that, we will set the ``mesh`` keyword argument to ``True``.
Now, let's try to read a PDF. (You can check out the PDF used in this example `here`_.) Since the PDF has a table with clearly demarcated lines, we will use the :ref:`Lattice <lattice>` method here.
.. note:: :ref:`Lattice <lattice>` is used by default. You can use :ref:`Stream <stream>` with ``flavor='stream'``.