Hallo,
could you please explain the meaning of the last 2 Parameters in
public boolean convert(Document.CallBackGetHocr callback, boolean isTextVisible, boolean isOriginalImage)
Thank you,
Gerd
Hallo,
could you please explain the meaning of the last 2 Parameters in
public boolean convert(Document.CallBackGetHocr callback, boolean isTextVisible, boolean isOriginalImage)
Thank you,
Gerd
The Parameter isTextVisible
is used to show/hide searchable text on page. Default value is FALSE. Whereas isOriginalImage
is used to get original image from PDF. Default value is FALSE.