CPDFConvertJsonTableOptions Class Reference

Inherits from CPDFConvertOptions : NSObject
Declared in CPDFConvertJsonTableOptions.h

Overview

The parameter object of extracting the tables 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

CPDFConvertJsonTableOptions.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

CPDFConvertJsonTableOptions.h