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
  • Overview
  • Getting a Label
  • Getting a Field

Was this helpful?

Export as PDF

Getting Information from a PDF

Basic procedures for extracting information from a PDF.

Last updated 1 month ago

Was this helpful?

Overview

There are several ways to get or extract data from a PDF in Kognitos. The procedures listed below are the most basic methods. For a more advanced method using OCR (Optical Character Recognition), refer to the procedure.

Getting a Label

This procedure allows you to retrieve a specific label from a PDF.

get the pdf
get the pdf's label where
    the label is "Invoice Number"

Getting a Field

This procedure allows you to retrieve a specific field from a PDF.

get the pdf
get the pdf's field where
    the field contains "Date"

Extract Data