From 760d9eda47fd603220976e722a0b001702f4adac Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 11 Jul 2021 19:31:51 +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 c590058..7447be2 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -634,7 +634,7 @@ When using the :ref:`Lattice ` flavor, Camelot uses ``ghostscript`` to >>> tables = camelot.read_pdf(filename, backend="ghostscript") # default >>> tables = camelot.read_pdf(filename, backend="poppler") -.. note:: ``poppler`` will be made the default image conversion backend (replacing ``ghostscript``) with ``v0.12.0``. +.. note:: ``ghostscript`` will be replaced by ``poppler`` as the default image conversion backend in ``v0.12.0``. If you face issues with both ``ghostscript`` and ``poppler``, you can supply your own image conversion backend::