CPDFConvertJsonOptions Class Reference
Inherits from | CPDFConvertOptions : NSObject |
---|---|
Declared in | CPDFConvertJsonOptions.h |
Overview
The parameter object of extracting the text in PDFs to JSON (derived class of CPDFConvertOptions).
isAllowOCR
Whether to use OCR.
@property (nonatomic, assign) BOOL isAllowOCR
Discussion
Whether to use OCR.
Declared In
CPDFConvertJsonOptions.h
language
Set the OCR language,this takes effect only when IsAllowOCR is true.
@property (nonatomic, assign) COCRLanguage language
Discussion
Set the OCR language,this takes effect only when IsAllowOCR is true.
Declared In
CPDFConvertJsonOptions.h