|
@@ -113,7 +113,7 @@ def _base_preset(scope: Scope, method: Method) -> Dict[str, Any]:
|
|
|
if scope == "cell"
|
|
if scope == "cell"
|
|
|
else copy.deepcopy(_CONTRAST_PAGE_DEFAULT)
|
|
else copy.deepcopy(_CONTRAST_PAGE_DEFAULT)
|
|
|
)
|
|
)
|
|
|
- threshold = 175 if scope == "page" else 170
|
|
|
|
|
|
|
+ threshold = 175 if scope == "page" else 155
|
|
|
cfg: Dict[str, Any] = {
|
|
cfg: Dict[str, Any] = {
|
|
|
"enabled": True,
|
|
"enabled": True,
|
|
|
"detect_before_remove": scope == "page",
|
|
"detect_before_remove": scope == "page",
|