Parameters in Convert Method to Create Searchable PDF from OCR in Java

Hallo,
could you please explain the meaning of the last 2 Parameters in
public boolean convert([Document.CallBackGetHocr](https://reference.aspose.com/pdf/java/com.aspose.pdf/Document.CallBackGetHocr) callback, boolean isTextVisible, boolean isOriginalImage)

Thank you,
Gerd

@GRein

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.