Im trying to process something like a business card to get the contact details out of it. My application is java based and i was trying to use tesseract/OCR but they are c++ friendly. Any suggestions on how i could get this to work ?
I have something like :
Tesseract tesseractInstance = Tesseract.getInstance();
try
{
System.out.println(instance.doOCR(image));
}
catch (TesseractException e)
{
System.err.println(e.getMessage());
}
but this doesnt look for a specific text.