All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DataExtractionOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFDataExtractionOptions
3 #define PDFTRON_H_CPPPDFDataExtractionOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace PDF{
8 
10 {
11 public:
14 
15 
21  bool GetDeepLearningAssist();
22 
30 
31 
38 
46 
47 
54 
62 
63 
70 
78 
79 
86 
94 
95 
101  UString GetPages();
102 
109  DataExtractionOptions& SetPages(const UString& value);
110 
111 
112 };
113 
114 }
115 }
116 
117 #include "../Impl/DataExtractionOptions.inl"
118 #endif // PDFTRON_H_CPPPDFDataExtractionOptions
DataExtractionOptions & SetPDFPassword(const UString &value)
DataExtractionOptions & SetLanguage(const UString &value)
DataExtractionOptions & SetDeepLearningAssist(bool value)
DataExtractionOptions & SetFormExtractionEngine(const UString &value)
DataExtractionOptions & SetOverlappingFormFieldBehavior(const UString &value)
DataExtractionOptions & SetPages(const UString &value)