Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
an application to automatically extract text from comic books.
...It is based on the following 3 major algorithms
- Binarization of color images (Niblak and other methods)
- Connected components
- K-Means clustering
Apache Tesseract is used to perform Optical CharacterRecognition on the extracted text.
A subsequent version of the application will integrate with translation software in order to provide automated translation of comic book texts and re-inserion of translated texts
Java OCR is a suite of pure java libraries for image processing and characterrecognition. Small memory footprint and lack of external dependencies makes it suitable for android development. Provides modular structure for easier deployment
ContraCaptcha is a Java-based libary for solving (image-based) captchas. It provides classes for image processing and characterrecognition. It also includes solvers for some of the popular captcha-systems in use DISCLAIMER: only for learning purpose (;