We use cookies to improve our service. Learn more.

Reference / Integrations

Google Cloud Vision

Integrate vision detection features in your app

Google Cloud’s Vision API allows you to use the Vertex AI Vision environment to build and manage applications. Vision also uses machine learning models to process and interpret images. In Glide, you can use the Google Cloud Vision integration to extract text from PDFs and image files.

Don't see the Google Cloud Vision integration?

You may need to upgrade your plan. Browse Glide's plans and find the right fit for you.

Adding and Configuring the Integration

To start using the Google Cloud Vision integration, you first need to add it to your project.

Features

The Google Cloud Vision integration in Glide currently supports two features:

  • Extract text from PDF files
  • Extract text from image

Extract text from PDF files

The Extract text from PDF files feature lets you select a PDF file, and Google Cloud Vision will extract text from the document. You can then use that text in your app.

The action can be added to a Component that supports Actions (e.g., a Button component), added to an action sequence in the Action Editor.

Below is a table outlining the different settings:

FieldDescriptionRequired field?Example
FileA link to the PDF
LanguageThe language of the texten
ModelThe Vision model to process the document throughDocument
PagesThe pages to extract text from1-3,5,7-*
TextWhere the extracted text should be stored.

A note on page selection: You may select a range of pages separated by a comma (for example, 1-3,5,7-9 will extract text from pages 1,2,3,5,7,8,9) or use * to select all pages.

Extract text from image

The Extract text from image feature will extract text from an image. For example, you could extract the text from a picture of a receipt:

The action can be added to a Component that supports Actions (e.g., a Button component), added to an action sequence in the Action Editor, or added as a Computed Column.

Below is a table outlining the different settings:

FieldDescriptionRequired field?Example
FileA link to the image you want to extract text from
LanguageThe language the text is inen
ModelThe Vision model to process the image throughText
TextThe field where Glide should store the text.

To learn more generally about Integrations in Glide, including how they affect your app’s usage, check out our Introduction to Integrations.

FAQs

Updated 2 weeks ago
Was this helpful?