LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • PDF
    • Overview
  • Converting to PDF
  • Getting Information from a PDF
  • Extracting Data from a PDF
  • Merging Documents
  • Removing Duplicates
  • Saving a PDF
  • Setting Information in a PDF
Powered by GitBook
On this page
  • Removing Duplicates with a Confidence Threshold
  • Removing Duplicates without a Confidence Threshold

Was this helpful?

Export as PDF

Removing Duplicates

Automation procedures for removing duplicates from a PDF file.

Removing Duplicates with a Confidence Threshold

To remove duplicates from a PDF with a specified confidence threshold, use the following syntax:

get the pdf
the department's duplicate confidence threshold is 0.95
remove duplicates from the pdf

Removing Duplicates without a Confidence Threshold

To remove duplicates from a PDF without specifying a confidence threshold, use the following syntax:

get the pdf
remove duplicates from the pdf

Last updated 1 month ago

Was this helpful?