Link Search Menu Expand Document

OutputStructure Enumeration

[Missing <summary> documentation for "T:Bytescout.PDFExtractor.OutputStructure"]

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public enum OutputStructure
Members
Member nameValueDescription
Legacy0 Legacy JSON structure that's automatically serialized from full XML data generated by XMLExtractor. A little inconvenient for processing due to issues of automatic conversion of collections and other minor problems.
LegacyFixed1 The same as the default "Legacy" structure but with fixed issue when an array with single element appears as object.
OnlyText2 Simplified structure that contains only text.
FieldValue3 Simplified structure that contains only text in a form similar to "field-value" for easy post-processing.
OnlyAnnotations4 Filtered structure that contains only annotation objects.
OnlyFormFields5 Filtered structure that contains only form fields.
OnlyLinks6 Filtered structure that contains only web links (URLs) - annotation objects of "Link" type that contain external URL.
See Also

Reference