Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
OCRSettingData () | |
Constructor. | |
OCRSettingData (pdf::PDFDoc pdf_doc, const common::Range &page_range, bool is_editable) | |
Constructor, with parameters. More... | |
bool | operator!= (const OCRSettingData &data) |
Assign operator. More... | |
OCRSettingData & | operator= (const OCRSettingData &data) |
Assign operator. More... | |
void | Set (pdf::PDFDoc pdf_doc, const common::Range &page_range, bool is_editable) |
Set value. More... | |
Public Attributes | |
bool | is_editable |
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. | |
common::Range | page_range |
The range of pages that need to be OCR. | |
pdf::PDFDoc | pdf_doc |
A PDFDoc object that need to be OCR. | |
This class represents setting data used for OCR.
|
inline |
Constructor, with parameters.
[in] | pdf_doc | A PDFDoc object. |
[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. |
|
inline |
Assign operator.
[in] | data | Another OCRSettingData object, whose value would be assigned to current object. |
|
inline |
Assign operator.
[in] | data | Another OCRSettingData object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | pdf_doc | A PDFDoc object. |
[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. |