From 71e6a4cb0688366e5488c386214c9cb8111c0d90 Mon Sep 17 00:00:00 2001 From: Idan David Date: Sun, 5 Apr 2020 13:51:36 +0300 Subject: [PATCH] Add rows parameter to validate input --- camelot/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/utils.py b/camelot/utils.py index e7ad848..fc3e773 100644 --- a/camelot/utils.py +++ b/camelot/utils.py @@ -103,7 +103,7 @@ def download_url(url): return filepath -stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol"] +stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol", "rows"] lattice_kwargs = [ "process_background", "line_scale",