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 Don't miss: - B4i dependencies + #PlistExtra (for MediaChooser) in Main module. - B4i bundle files under Files\Special. The...
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 Open B4A Sdk Manager and install the following resources: androidx.room:room-common-jvm Usage is quite simple and demonstrated in the...