Tag Android

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…

Automating Unity Builds with CI/CD

In this article, we’ll look at Unity APIs and supporting tools that can help you create a robust CI/CD pipeline for your projects. A complete example project – including the Unity project, Jenkins configuration, Docker containerization templates, and scripts –…