# Use Google Vision for OCR an image and store the text results in an Adalo record

This tutorial requires [Integromat](https://www.integromat.com/en/register) and [Google Cloud Vision](https://cloud.google.com/vision/docs/setup) to run successfully.

1\) Create a collection to store the data required. For the purpose of this tutorial we will name it OCR.

2\) Add 3 properties to this collection. "Name" as a text property, "Image" as an image property and "All text" as a text property.

![](/files/-MXGy-9WYQHCLCbdS2_J)

3\) Access the prebuilt Integromat template at: <https://www.integromat.com/en/integration/5347-use-google-vision-for-ocr-an-image-and-store-the-text-results-in-an-adalo-record>

4\) Follow the steps from the template to set it up.

![](/files/-MXGyQkT-yHjKDUzaZxy)

![](/files/-MXGyYfyH1qlIu8Q1s0T)

![](/files/-MXGyjm96t9PRzH3JHxD)

5\) Go back to the Builder for your app and add an image picker component and button to your home screen as shown below

![](/files/-MXGzjHtuyfC31JRueKH)

6\) Add an action to your button to Create a new OCR. The name field can be given anything you want there. I have chosen simply to use the current time as the name in this example. For the image property you will need to select the image picker by accessing the "form inputs" from the menu and selecting the image picker from the list. The "All text" field can remain blank as we will be using our automation to fill that field with data.

![](/files/-MXGzv5-DQrwLoEs3jN4)

7\) Open your app and add an image using the image picker and then click the "OCR it" button.

![](/files/-MXH-fXKfvgr9c2EZ1aI)

8\) Run the scenario in Integromat

![](/files/-MXH-zJqHIJ-nZm9-Z4L)

9\) Check that your record in Adalo was successfully updated with the text

![](/files/-MXH08762JMYvD70IYDS)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/integrations/integromat/use-google-vision-to-ocr-an-image-and-store-the-text-results-in-an-adalo-record.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
