Skip to content

Commit

Permalink
Sample code change
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-n committed Mar 8, 2024
1 parent 32ef18e commit fd66e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ try {
#Build ExtractPDF options and set them into the operation
extract_pdf_options: ExtractPDFOptions = ExtractPDFOptions.builder() \
.with_elements_to_extract([ExtractElementType.TEXT, ExtractElementType.TABLES]) \
.with_elements_to_extract_renditions(ExtractRenditionsElementType.TABLES,ExtractRenditionsElementType.FIGURES]) \
.with_element_to_extract_renditions(ExtractRenditionsElementType.TABLES,ExtractRenditionsElementType.FIGURES]) \
.build()
extract_pdf_operation.set_options(extract_pdf_options)

Expand Down

0 comments on commit fd66e01

Please sign in to comment.