Txt
|
public class TxtOptions
The TxtOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| TxtOptions |
| Name | Description | |
|---|---|---|
| EnableAiLayout | Whether to enable AI layout analysis during conversion. | |
| EnableOCR | Whether to use OCR. | |
| OcrOption | Specify the OCR option. | |
| OutputDocumentPerPage | whether to output one document per page. | |
| PageRanges | Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity. | |
| TableFormat | Whether format table when convert pdf to txt. |