Add rows parameter to validate input
parent
23b40fc995
commit
71e6a4cb06
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue