I came across this library which would really help with my text recognition app... https://github.com/xdrop/fuzzywuzzy
I guess I now have to learn how to port a Java library to B4A...
I think it's probably not very difficult, in this case (in other cases it is often necessary to create a wrapper, javaobject and reflection are not enough).
I came across this library which would really help with my text recognition app... https://github.com/xdrop/fuzzywuzzy
I guess I now have to learn how to port a Java library to B4A...