From 216ec3c90b77df95aa4192ddc393527d54b6e33f Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 28 Jun 2021 00:28:35 +0530 Subject: [PATCH] Add faq --- docs/index.rst | 2 +- docs/user/faq.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b15fe33..65376b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -109,8 +109,8 @@ This part of the documentation begins with some background information about why user/install user/how-it-works user/quickstart - user/faq user/advanced + user/faq user/cli The API Documentation/Guide diff --git a/docs/user/faq.rst b/docs/user/faq.rst index 8081083..29bbdad 100644 --- a/docs/user/faq.rst +++ b/docs/user/faq.rst @@ -5,6 +5,11 @@ Frequently Asked Questions This part of the documentation answers some common questions. To add questions, please open an issue `here `_. +Does Camelot work with image-based PDFs? +---------------------------------------- + +**No**, Camelot only works with text-based PDFs and not scanned documents. (As Tabula `explains `_, "If you can click and drag to select text in your table in a PDF viewer, then your PDF is text-based".) + How to reduce memory usage for long PDFs? -----------------------------------------