|
ComPDFKit Objective-C SDK
API Reference Documentation for ComPDFKit Objective-C SDK
|
PDF to Markdown conversion parameter object. More...
#include <base_type.h>
Properties | |
| BOOL | enableOCR |
| Whether to enable OCR. | |
| BOOL | containImage |
| Whether to include images (only effective when OCR is disabled) | |
| BOOL | containAnnotation |
| Whether to include annotations. | |
| NSString * | pageRanges |
| Page ranges for conversion (e.g. "1-3,5,7-9") | |
| BOOL | enableAILayout |
| Whether to remove AI content during conversion. | |
PDF to Markdown conversion parameter object.
Definition at line 405 of file base_type.h.
|
readwritenonatomicassign |
Whether to include annotations.
Definition at line 414 of file base_type.h.
|
readwritenonatomicassign |
Whether to include images (only effective when OCR is disabled)
Definition at line 411 of file base_type.h.
|
readwritenonatomicassign |
Whether to remove AI content during conversion.
Definition at line 420 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 408 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 417 of file base_type.h.