Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (pdf_doc, page_range, is_editable) Set(pdf_doc | |
Constructor, with parameters. More... | |
Public Attributes | |
is_editable | |
Decide whether the OCR result is editable. true means the OCR result is editable. false means the OCR result can only be searched but not be edited. | |
page_range | |
The range of pages that need to be OCR. | |
is_editable | pdf_doc |
A valid PDF document that need to be OCR. | |
This class represents setting data used for OCR.
FSDK.OCRSettingData.constructor | ( | pdf_doc, | |
page_range, | |||
is_editable | |||
) |
Constructor, with parameters.
[in] | pdf_doc | A valid PDF document. |
[in] | page_range | The range of pages that need to be OCR. |
[in] | is_editable | true means the OCR result is editable. false means the OCR result can only be searched but not be edited. |
Set value.
[in] | pdf_doc | A valid PDF document. |
[in] | page_range | The range of pages that need to be OCR. |
[in] | is_editable | true means the OCR result is editable. false means the OCR result can only be searched but not be edited. |