#include <DataExtractionOptions.h>
|
static SDF::Obj | GetArray (SDF::Obj dict, const char *key) |
|
static void | PutNumber (SDF::Obj dict, const char *key, double num) |
|
static void | PutBool (SDF::Obj dict, const char *key, bool val) |
|
static void | PutText (SDF::Obj dict, const char *key, const UString &text) |
|
static void | PutRect (SDF::Obj dict, const char *key, const Rect &rect) |
|
static void | PushBackNumber (SDF::Obj dict, const char *key, double num) |
|
static void | PushBackBool (SDF::Obj dict, const char *key, bool val) |
|
static void | PushBackText (SDF::Obj dict, const char *key, const UString &text) |
|
static void | PushBackRect (SDF::Obj dict, const char *key, const Rect &rect) |
|
static Rect | RectFromArray (SDF::Obj nums) |
|
static void | InsertRectCollection (SDF::Obj dict, const char *key, const RectCollection &rects, int index) |
|
static Rect | RectFromArray (void *) |
|
static double | ColorPtToNumber (const ColorPt &cp) |
|
static ColorPt | ColorPtFromNumber (double dnum) |
|
Definition at line 9 of file DataExtractionOptions.h.
pdftron::PDF::DataExtractionOptions::DataExtractionOptions |
( |
| ) |
|
pdftron::PDF::DataExtractionOptions::~DataExtractionOptions |
( |
| ) |
|
Adds the value to the ExclusionZonesForPage array. Optional list of page areas to be excluded from analysis. Zones should be provided as a collection of Rects paired with a page number. The Rects are then applied to the corresponding page. Rects are specified in User Space coordinates. If this is set, the specified areas will not be analyzed. If neither this nor InclusionZonesForPage is set, the entire page will be analyzed. This option only affects the GenericKeyValue, FormKeyValue, and FormField engines.
- Parameters
-
value | List of page areas to be excluded from analysis. |
page_num | The page number (1-indexed) to which the regions are applied. |
- Returns
- This object, for call chaining.
Adds the value to the InclusionZonesForPage array. Optional list of page areas to be included in analysis (to the exclusion of all other areas). Zones should be provided as a collection of Rects paired with a page number. The Rects are then applied to the corresponding page. Rects are specified in User Space coordinates. If this is set, only the areas specified will be analyzed. If neither this nor ExclusionZonesForPage is set, the entire page will be analyzed. This option only affects the GenericKeyValue, FormKeyValue, and FormField engines.
- Parameters
-
value | List of page areas to be included in analysis. |
page_num | The page number (1-indexed) to which the regions are applied. |
- Returns
- This object, for call chaining.
bool pdftron::PDF::DataExtractionOptions::GetDeepLearningAssist |
( |
| ) |
|
Gets the value DeepLearningAssist from the options object. Specifies if Deep Learning is used with table recognition in the DocStructure engine. The default is false. When true, table recognition accuracy improves at the cost of increased processing time. This only affects the DocStructure engine.
- Returns
- The current value for DeepLearningAssist.
UString pdftron::PDF::DataExtractionOptions::GetFormExtractionEngine |
( |
| ) |
|
Gets the value FormExtractionEngine from the options object. Specifies the form extraction engine used in DetectAndAddFormFieldsToPDF, either 'Form' or 'FormKeyValue'. The default is 'Form'.
- Returns
- The current value for FormExtractionEngine.
UString pdftron::PDF::DataExtractionOptions::GetLanguage |
( |
| ) |
|
Gets the value Language from the options object. Specifies the OCR language(s). Use 3-letter ISO 639-2 language codes, separated by spaces. Example: "eng deu spa fra". The default is English.
- Returns
- The current value for Language.
UString pdftron::PDF::DataExtractionOptions::GetOverlappingFormFieldBehavior |
( |
| ) |
|
Gets the value OverlappingFormFieldBehavior from the options object. When a detected form field overlaps with an existing one, keep either the old field (value 'KeepOld'), or the new one (value 'KeepNew', default).
- Returns
- The current value for OverlappingFormFieldBehavior.
UString pdftron::PDF::DataExtractionOptions::GetPages |
( |
| ) |
|
Gets the value Pages from the options object. Specifies a range of pages to be converted, such as "1-5". By default all pages are converted. The first page has the page number of 1.
- Returns
- The current value for Pages.
UString pdftron::PDF::DataExtractionOptions::GetPDFPassword |
( |
| ) |
|
Gets the value PDFPassword from the options object. Specifies the password if the PDF requires one. The default is no password.
- Returns
- The current value for PDFPassword.
Sets the value for DeepLearningAssist in the options object. Specifies if Deep Learning is used with table recognition in the DocStructure engine. The default is false. When true, table recognition accuracy improves at the cost of increased processing time. This only affects the DocStructure engine.
- Parameters
-
value | The new value for DeepLearningAssist. |
- Returns
- This object, for call chaining.
Sets the value for FormExtractionEngine in the options object. Specifies the form extraction engine used in DetectAndAddFormFieldsToPDF, either 'Form' or 'FormKeyValue'. The default is 'Form'.
- Parameters
-
value | The new value for FormExtractionEngine. |
- Returns
- This object, for call chaining.
Sets the value for Language in the options object. Specifies the OCR language(s). Use 3-letter ISO 639-2 language codes, separated by spaces. Example: "eng deu spa fra". The default is English.
- Parameters
-
value | The new value for Language. |
- Returns
- This object, for call chaining.
Sets the value for OverlappingFormFieldBehavior in the options object. When a detected form field overlaps with an existing one, keep either the old field (value 'KeepOld'), or the new one (value 'KeepNew', default).
- Parameters
-
value | The new value for OverlappingFormFieldBehavior. |
- Returns
- This object, for call chaining.
Sets the value for Pages in the options object. Specifies a range of pages to be converted, such as "1-5". By default all pages are converted. The first page has the page number of 1.
- Parameters
-
value | The new value for Pages. |
- Returns
- This object, for call chaining.
Sets the value for PDFPassword in the options object. Specifies the password if the PDF requires one. The default is no password.
- Parameters
-
value | The new value for PDFPassword. |
- Returns
- This object, for call chaining.
The documentation for this class was generated from the following file: