CPDFConvertJsonPDFOptions Class Reference
Inherits from | CPDFConvertOptions : NSObject |
---|---|
Declared in | CPDFConvertJsonPDFOptions.h |
Overview
The parameter object (derived class of CPDFConvertOptions) that extracts text, images, and tables from a PDF into JSON.
isAllowOCR
Whether to use OCR.
@property (nonatomic, assign) BOOL isAllowOCR
Discussion
Whether to use OCR.
Declared In
CPDFConvertJsonPDFOptions.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
CPDFConvertJsonPDFOptions.h