> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/integrations/integromat/use-google-vision-to-ocr-an-image-and-store-the-text-results-in-an-adalo-record.md).

# Google Visionを使って画像をOCR処理し、その結果をAdaloレコードに保存

このチュートリアルを実行するには、[Integromat](https://www.integromat.com/en/register)と[Google Cloud Vision](https://cloud.google.com/vision/docs/setup)が必要です。

1\) 必要なデータを保存するためのコレクションを作成します。このチュートリアルでは、OCRと名前を付けます。

2\) このコレクションに3つのプロパティを追加します。テキストプロパティとして「名前」、画像プロパティとして「画像」、テキストプロパティとして「すべてのテキスト」を追加します。

![](/files/c59xZq9Gp9b5bu6jATcj)

3\) 以下のURLから事前に作成されたIntegromatのテンプレートにアクセスします: <https://www.integromat.com/en/integration/5347-use-google-vision-for-ocr-an-image-and-store-the-text-results-in-an-adalo-record>

4\) テンプレートからステップに従って設定を行います。

![](/files/VYElFIYm0k4BeZ9uiGo2)

![](/files/ltAn40PPbUBVanyv9qkq)

![](/files/LbkvftuI9gCqy5bS90qw)

5\) アプリのビルダーに戻り、ホーム画面に画像ピッカーコンポーネントとボタンを追加します。

![](/files/qwHFzXwzWl2ERNpaexJa)

6\) ボタンに新しいOCRを作成するアクションを追加します。名前フィールドには任意の名前を入力します。この例では、名前として現在の時刻を使用することにしました。画像プロパティには、メニューから「フォーム入力」にアクセスし、リストから画像ピッカーを選択する必要があります。「すべてのテキスト」フィールドは空白のままにしておきます。このフィールドにデータを入力するために自動化を使用します。

![](/files/W7KD7ZaVr6yFAfkmbl1D)

7\) アプリを開き、画像ピッカーを使用して画像を追加し、「OCR it」ボタンをクリックします。

![](/files/fH9BD3mEjbLbPbf8shPI)

8\) Integromatでシナリオを実行します。

![](/files/1Tm6xOrM9qCC0zyXPuiP)

9\) Adaloのレコードがテキストで正常に更新されたか確認します。

![](/files/K5EWBC4mneir9CD17Mqa)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
