public static class ExtractPDFOptions.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ExtractPDFOptions.Builder |
addCharInfo(Boolean addCharInfo)
Boolean specifying whether to add character level bounding boxes to output json
|
ExtractPDFOptions.Builder |
addElementsToExtract(List<ExtractElementType> elementsToExtract)
Adds elements to extract (Text and/or Tables) to the list of elements to be extracted.
|
ExtractPDFOptions.Builder |
addElementsToExtractRenditions(List<ExtractRenditionsElementType> elementsToExtractRenditions)
Adds elements to extract (Figures and/or Tables) to the list of elements to be extracted.
|
ExtractPDFOptions.Builder |
addElementToExtract(ExtractElementType elementToExtract)
Adds an element to extract (Text or Tables)
|
ExtractPDFOptions.Builder |
addElementToExtractRenditions(ExtractRenditionsElementType elementToExtractRenditions)
Adds a rendition to extract (Figures or Tables)
|
ExtractPDFOptions.Builder |
addGetStylingInfo(Boolean getStylingInfo)
Boolean specifying whether to add styling information to output json
|
ExtractPDFOptions.Builder |
addTableStructureFormat(TableStructureType tableStructureType)
Adds the Table Structure format (Csv or Xlsx) for table renditions
|
ExtractPDFOptions |
build() |
public ExtractPDFOptions.Builder addElementToExtract(ExtractElementType elementToExtract)
elementToExtract
- element parameter for extract operationpublic ExtractPDFOptions.Builder addElementsToExtract(List<ExtractElementType> elementsToExtract)
elementsToExtract
- elements parameters for extract operationpublic ExtractPDFOptions.Builder addElementToExtractRenditions(ExtractRenditionsElementType elementToExtractRenditions)
elementToExtractRenditions
- the rendition parameter for extract operationpublic ExtractPDFOptions.Builder addElementsToExtractRenditions(List<ExtractRenditionsElementType> elementsToExtractRenditions)
elementsToExtractRenditions
- the renditions parameters for extract operationpublic ExtractPDFOptions.Builder addTableStructureFormat(TableStructureType tableStructureType)
tableStructureType
- parameter for output type of table structurepublic ExtractPDFOptions.Builder addCharInfo(Boolean addCharInfo)
addCharInfo
- Booleanpublic ExtractPDFOptions.Builder addGetStylingInfo(Boolean getStylingInfo)
getStylingInfo
- Booleanpublic ExtractPDFOptions build()
Copyright © 2022 Adobe. All rights reserved.