Please, Java experts. I need help combining information below together to produce working b4x code/class that recognizes digital ink with ML Kit on Android
This is a B4A + B4i solution. It recognizes text in images based on Google ML Kit. Dependencies: - B4i (local Mac only): https://www.b4x.com/b4i/files/MLKit.zip - B4A: open B4A Sdk Manager - search for mlkit and install all items. Also search and install odml. Don't miss: - B4i...
I'm tried to wrap this feature for B4A and B4i in the past, however both implementations failed to initialize or download the model properly.
It is possible that I did something wrong. The unworking project is attached.
Working on Android implementation. I found the mistake.
This is a B4A class that wraps ML Kit digital ink recognition. More information here: https://developers.google.com/ml-kit/vision/digital-ink-recognition This feature has a large set of dependencies. I recommend starting with a simpler feature such as this one...