Entries Published On June, 2017
Java OCR Web Project – Tesseract Optical Character Recoginition(OCR)
This tutorial shows JAVA program which can be used to convert Image To Text pragmatically. First you have to install ‘tesseract-ocr-setup-3.02.02.exe’ in the location C:\Tesseract-OCR for this example. Project Structure in Eclipse You can update the location you installed the OCR here and the local host server information. Common_Things.java package common_things; public class Common_Things { public static String …
Continue reading
Check an email exist using JAVA- Java email verification and validation
This tutorial shows how to check an email exist using JAVA. This program works with the principle of Mail Exchange(MX) look up. Detailed documentation is shown in this page here. I cannot assure you the efficiency of this code. The result of the test will depend on the domain of emails since some domains will not …
Continue reading