Glide HomepageOpen Glide

Getting Started

Quickstart
Intro to Layout
Intro to the Data Editor
Data to Layout
Intro to Actions
Intro to Workflows
App Settings
Templates

Essentials

Data Sources
Basic Columns
Components
Security and User Data
Users
Publishing and Sharing

Automation

Actions
AI
Computed Columns
Integrations
Asana
Azure
Browser
CSV to JSON
Call API
Clearbit
Data Structures
Device Info
Discord
DocsAutomator
DocuSign
ElevenLabs
Files Integration
Giphy
GitHub
Gmail
Google Analytics
Google Calendar
Google Cloud
Google Cloud Vision
Google Gemini
Google Maps
Google Tag Manager
Gravatar
Hubspot
IFTTT Webhook
Image Editor
Intercom
JSON
Koala
Make
Meta Pixel
Microsoft Outlook
Microsoft Teams
Mixpanel
OpenAI Integration Setup
OpenAI and Glide
OpenGraph.io
PDFMonkey
Pexels
Pinecone
PostHog
Push Notifications
Radar
Replicate
Segment
Short.io
Slack
Stripe
Twilio
XML
Yelp
Zapier
ZenRows
Zendesk
urlbox
Workflows
View API Docs

Use Cases

Forms
Images in Glide
Conditions, Filtering, and Visibility
Duplicating Apps

Reference

Account
User Experience
Values
  • Integrations
  • Google Cloud Vision

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 enables computers and systems to interpret and analyze visual data and derive meaningful information from digital images, videos, and other visual inputs. These are known as Optical Character Recognition, or OCR, models. 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 Action

  1. In Glide, click the Settings icon in the upper-right corner.

  2. Navigate to the Integrations tab and then select Google Cloud Vision.

  3. Click the Add button.

  4. Enable the Vision API on your Google Cloud Project.

  5. Navigate to your Google Cloud Console API Credentials.

  6. Create and copy a new API Key for Glide.

  7. Back in Glide, add your API Key in your Google Cloud Vision integration settings.

Features

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

  1. Extract text from PDF files

  2. 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. Google Cloud Vision has a five page limit on extracting text from PDF files, so only five pages can be extracted at a time.

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

The Extract text from PDF feature is not available as a computed column.

  1. If you have not yet set up a URL column to store the PDF file links, and a text column to store the extracted text, do that first in the Data Editor.

  2. Select the component you'd like to add the action to. Remember, this must be a component that supports actions.

  3. Search for the Extract text from PDF files action or navigate to Integrations -> Google Cloud Vision -> Extract text from PDF files.

  4. Name the action.

  5. Choose an icon.

  6. Select the column with the File links.

  7. Choose the language ID for the text. A full list of languages and IDs can be found here.

  8. Choose the model, Document or Text.

  9. Choose which pages to extract, or leave blank to extract all.

  10. Specify where to store the extracted Text in Glide.

  11. Click away to save your configuration.

A note on page selection

You may select a range of pages separated by a comma (for example, 2-3, 5, 7-9 will extract text from pages 2, 3, 5, 7, 9 ) or use * to select all pages. Google Cloud Vision limits the number of files at one time to five.

Extract text from image

The Extract text from image feature will extract text from an image.

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

  1. If you have not yet set up a URL column to store the image file links, and a text column to store the extracted text, do that first in the Data Editor.

  2. Select the component you'd like to add the action to. Remember, this must be a component that supports actions.

  3. Search for the Extract text from image action or navigate to Integrations -> Google Cloud Vision -> Extract text from image.

  4. Name the action.

  5. Choose an icon.

  6. Select the column with the File links.

  7. Choose the language ID for the text. A full list of languages and IDs can be found here.

  8. Choose the model, Document or Text.

  9. Specify where to store the extracted Text in Glide.

  10. Click away to save your configuration.

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

Frequently Asked Questions

Have a question about Google Cloud Vision? Ask the Glide community.
Need more help? Hire an Expert.

Updated more than a week ago

Previous

Google Cloud

Next

Google Gemini

Was this article helpful?
Exit Preview Mode