Category Archive For "OCR"
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