web-reader
web-reader copied to clipboard
Define a threshold for the commands recognition
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.