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 
24  bool GetDeepLearningAssist();
25 
36 
37 
38 
47  bool GetDetectEmptyFields();
48 
59 
60 
75 
76 
85 
95 
96 
97 
113 
114 
123 
133 
134 
144 
155 
156 
165 
175 
176 
184 
193 
194 
201  UString GetPages();
202 
210  DataExtractionOptions& SetPages(const UString& value);
211 
212 
220  bool GetTextRecoveryNSE();
221 
231 
232 };
233 
234 }
235 }
236 
237 #include "../Impl/DataExtractionOptions.inl"
238 #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 & AddInclusionZonesForPage(RectCollection &value, int page_num)
DataExtractionOptions & SetTextRecoveryNSE(bool value)
DataExtractionOptions & SetPages(const UString &value)
DataExtractionOptions & SetDetectEmptyFields(bool value)
DataExtractionOptions & SetMinimumConfidenceThreshold(double value)
DataExtractionOptions & AddExclusionZonesForPage(RectCollection &value, int page_num)