Delegate Document.CallBackGetHocr

Document.CallBackGetHocr delegate

The call back procedure for hocr recognize.

public delegate string CallBackGetHocr(Image img);
ParameterTypeDescription
imgImageThe hocr image.

Return Value

The hocr text.

See Also