web-reader icon indicating copy to clipboard operation
web-reader copied to clipboard

Define a threshold for the commands recognition

Open AurelioDeRosa opened this issue 9 years ago • 0 comments

The library should allow to set a threshold for the commands recognition. At the moment the library always execute a command, even if the recognized text is not similar to any of the commands supported. This means that when calculating the distance between the recognized string and the commands available if none of the commands is within the threshold, the library should not execute any command.

AurelioDeRosa avatar May 18 '16 20:05 AurelioDeRosa