Lihang Xu
Lihang Xu
> The pull request: [openjdk/jfx#1236](https://github.com/openjdk/jfx/pull/1236) This fix has been merged. But I don't know how to build JRE with JavaFX. I am waiting for a third-party build like Liberica JRE...
The builds with the fix has come out. But liberica jdk hasn't provided such a build. We can use the latest JDK 23 and JavaFX 23 following this thread: https://www.b4x.com/android/forum/threads/trying-to-use-the-latest-java-23-and-javafx-23.161167/
Fixed in 3.0.0 by using JavaFX 23.
这种背景复杂带描边的用二值化的话,需要把阈值调大一点。 或者直接用manga-image-translator去生成掩膜:https://github.com/xulihang/ImageTrans_plugins/tree/master/mangaTranslatorOCR
还可以看这篇博客:https://www.basiccat.org/zh/details-about-image-text-removal-using-imagetrans/
Base64 will increase the size by 33%. I've implemented a simple animated QR codes reading web app by directly using the bytes: https://github.com/xulihang/AnimatedQRCodeReader
Animated QR codes implemented in JavaScript: https://github.com/xulihang/AnimatedQRCodeReader
I didn't find many solutions. This is the only plugin that works for MRZ: https://github.com/tony-xlh/vision-camera-dynamsoft-label-recognizer It works with vision camera v2.
Which project is not open source? The online generator project is open source.
I've figured out the reason in my case. I disabled frameprocessor before the taking photo action which causes this problem. ```js frameProcessor={taken ? undefined: frameProcessor} ```