TxtOptions

data class TxtOptions(var enableAiLayout: Boolean = true, var enableOcr: Boolean = false, var pageRanges: String = "", var tableFormat: Boolean = true, var outputDocumentPerPage: Boolean = false, var ocrOption: OCROption = OCROption.ALL)

Constructors

Link copied to clipboard
constructor(enableAiLayout: Boolean = true, enableOcr: Boolean = false, pageRanges: String = "", tableFormat: Boolean = true, outputDocumentPerPage: Boolean = false, ocrOption: OCROption = OCROption.ALL)

Properties

Link copied to clipboard

Whether to enable AI layout analysis during conversion.

Link copied to clipboard

Whether to use OCR.

Link copied to clipboard

Specify the OCR option.

Link copied to clipboard

whether to output one document per page.

Link copied to clipboard

Page ranges to convert.

Link copied to clipboard

Whether format table when convert pdf to txt.