I am working on a project which requires text recognition capabilities in React Native for embossed and dark images.
I’ve tried :
Google ML Kit – It works well for standard text recognition, it struggles with embossed images and dark backgrounds.
Tesseract.js – It is a good text recognition but does not support native environments.
react-native-tesseract-ocr – It is no longer maintained and lacks support for iOS.
are there any libraries or custom solutions that can effectively handle text extraction from embossed and dark images in a React Native environment. Compatibility with both iOS and Android is crucial.