The Magic operation now only checks the most commonly used Internet languages by default, to lower false positives and improve performance.

This commit is contained in:
n1474335 2018-02-14 13:08:03 +00:00
parent 2bc563b693
commit 544d78f461
3 changed files with 64 additions and 48 deletions

View file

@ -92,6 +92,11 @@ const OperationConfig = {
name: "Depth",
type: "number",
value: 3
},
{
name: "Extensive language support",
type: "boolean",
value: false
}
]
},