Merge pull request #26 from camelot-dev/fix-25
[MRG] Update flavor kwargs
This commit is contained in:
+2
-1
@@ -103,7 +103,7 @@ def download_url(url):
|
|||||||
return filepath
|
return filepath
|
||||||
|
|
||||||
|
|
||||||
stream_kwargs = ["columns", "row_tol", "column_tol"]
|
stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol"]
|
||||||
lattice_kwargs = [
|
lattice_kwargs = [
|
||||||
"process_background",
|
"process_background",
|
||||||
"line_scale",
|
"line_scale",
|
||||||
@@ -114,6 +114,7 @@ lattice_kwargs = [
|
|||||||
"threshold_blocksize",
|
"threshold_blocksize",
|
||||||
"threshold_constant",
|
"threshold_constant",
|
||||||
"iterations",
|
"iterations",
|
||||||
|
"resolution",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user