From ddec47964c863927a5c3c9ac405b7947ca6d240a Mon Sep 17 00:00:00 2001 From: davidkong0987 <41882241+davidkong0987@users.noreply.github.com> Date: Wed, 9 Jan 2019 10:05:51 -0500 Subject: [PATCH] Update advanced.rst --- docs/user/advanced.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index e7b4ab7..a2eb2ef 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -224,6 +224,8 @@ Table areas that you want Camelot to analyze can be passed as a list of comma-se .. csv-table:: :file: ../_static/csv/table_areas.csv +Table areas accepts strings of the form x1,y1,x2,y2 where (x1, y1) -> left-top and (x2, y2) -> right-bottom in PDF coordinate space. In PDF coordinate space, the bottom left corner of the page has coordinates (0, 0). + Specify table regions ---------------------