Category Blog

Android Offline Live OCR & Translation with ML Kit and Tesseract

Repository: https://github.com/AndreiMaksimovich/android-live-ocr-and-translation–demo In this article, I’ll walk through some technical details of the creation of an android technical demo project that showcases offline live OCR and translation. The project uses Google ML Kit Text Recognition V2 for OCR and Tesseract…

Cross-Platform Maps in React Native: Android, iOS, and Web

All source code and example project is available here: https://github.com/AndreiMaksimovich/react-native-maps-web–demo Android iOS Web Give it a try:  The Problem Maps are one of the most common features found in modern applications. In React Native, the default choice for maps is…