Google Cloud Document OCR Connected System

Overview

Provides support for Google Cloud Vision OCR of PDF and TIFF files (up to 2000 pages)

Key Features & Functionality

Integrations Provided:

  • Start Document OCR
    • Starts an OCR operation of a PDF or TIFF file (up to 2000 pages).
    • Results are saved as a JSON object in Google Cloud Storage at a specified location and bucket.
    • This operation can take a significant amount of time to process depending on the length and file size of the document.
    • This integration can either wait for results to be ready (up to 300 seconds) and return the formatted results, or return immediately and fetch the results from Google Cloud Storage later.
  • Format OCR Results
    • Given the Google Cloud Storage location of the OCR results, this integration formats OCR JSON results into an Appian object

Requirements:

Anonymous