com.antelmann.image
Class GOCR
java.lang.Object
com.antelmann.image.GOCR
@NativeCode(value="gocr048.exe")
public class GOCR
- extends Object
a wrapper around a command line OCR utility program; see http://jocr.sourceforge.net/
- Since:
- 12.10.2009, 15:00:15
- Author:
- Holger Antelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOCR
public GOCR()
- uses "C:\\tools\\bin\\gocr048.exe"
GOCR
public GOCR(String execFileName)
GOCR
public GOCR(File execFile)
getExecFileName
public String getExecFileName()
recognize
public String recognize(File imageFile)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
recognize
public String recognize(Image image)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads