OCR Support
Using OCR requires tesseract installed in Linux or Mac. See Service Suitefor more information.
doOcr(byte[] data) → String
Reads an image and finds the string in that image
doOcr(InputStream data) → String
Reads an image and finds the string in that image
doHtmlOcr(byte[] data) → HtmlPage
Reads an image and finds text and xy position of the texts
doHtmlOcr(InputStream data) → HtmlPage
Reads an image and finds text and XY position of the texts