Add rows parameter to validate input

pull/126/head
Idan David 2020-04-05 13:51:36 +03:00
parent 23b40fc995
commit 71e6a4cb06
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def download_url(url):
return filepath return filepath
stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol"] stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol", "rows"]
lattice_kwargs = [ lattice_kwargs = [
"process_background", "process_background",
"line_scale", "line_scale",