Document.CallBackGetHocr

public static interface Document.CallBackGetHocr

The call back procedure for hocr recognize.

Methods

MethodDescription
invoke(BufferedImage img)The call back procedure for hocr recognize.

invoke(BufferedImage img)

public abstract String invoke(BufferedImage img)

The call back procedure for hocr recognize.

Parameters:

ParameterTypeDescription
imgjava.awt.image.BufferedImageThe hocr image wrapper.

Returns: java.lang.String - The hocr text.