Delegate Document.CallBackGetHocrWithPage

Document.CallBackGetHocrWithPage delegate

public delegate string CallBackGetHocrWithPage(Image img, Page page);
ParameterTypeDescription
imgImageThe hocr image.
pagePagePage that is being processed.

Return Value

The hocr text.

See Also