I've developed a browser extension for image translation with the help of AI: https://github.com/xulihang/imagetrans_chrome_extension. Now I want to create an Android version to translate the screen. Can I use B4A to develop such an app?
It needs to do the following:
1. Take a screenshot of the current screen.
2. Show the translation above another app via overlay or a dialog.
3. On-device OCR, translation, text removing and rendering with OpenCV and ONNXRuntime. (Optional to call a B4J server app for better performance)
4. Provide a translation API for the browser extension to use.
It needs to do the following:
1. Take a screenshot of the current screen.
2. Show the translation above another app via overlay or a dialog.
3. On-device OCR, translation, text removing and rendering with OpenCV and ONNXRuntime. (Optional to call a B4J server app for better performance)
4. Provide a translation API for the browser extension to use.