CPDFConvertCsvOptions Class Reference
Inherits from | CPDFConvertOptions : NSObject |
---|---|
Declared in | CPDFConvertCsvOptions.h |
isAllowOCR
Whether to use OCR.
@property (nonatomic, assign) BOOL isAllowOCR
Discussion
Whether to use OCR.
Declared In
CPDFConvertCsvOptions.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
CPDFConvertCsvOptions.h
isMergeCSV
Whether to merge CSV when converting.
@property (nonatomic, assign) BOOL isMergeCSV
Discussion
Whether to merge CSV when converting.
Declared In
CPDFConvertCsvOptions.h
isAILayoutAnalysis
Enable the layout analysis of ComPDFKit Document AI or not.
@property (nonatomic, assign) BOOL isAILayoutAnalysis
Discussion
Enable the layout analysis of ComPDFKit Document AI or not.
Declared In
CPDFConvertCsvOptions.h