OutputStructure Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
[Missing <summary> documentation for "T:Bytescout.PDFExtractor.OutputStructure"]
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Legacy | 0 | 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. | |
LegacyFixed | 1 | The same as the default "Legacy" structure but with fixed issue when an array with single element appears as object. | |
OnlyText | 2 | Simplified structure that contains only text. | |
FieldValue | 3 | Simplified structure that contains only text in a form similar to "field-value" for easy post-processing. | |
OnlyAnnotations | 4 | Filtered structure that contains only annotation objects. | |
OnlyFormFields | 5 | Filtered structure that contains only form fields. | |
OnlyLinks | 6 | Filtered structure that contains only web links (URLs) - annotation objects of "Link" type that contain external URL. |
See Also