# AI OCR 텍스트 추출

워크플로 검색창에서 **AI OCR 텍스트 추출** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 세부 실행 요소를 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="vLKaXs2wioarlAjB9jAH" url="<https://app.arcade.software/share/vLKaXs2wioarlAjB9jAH>" %}

1. 텍스트를 추출할 이미지를 추가해 주세요.\
   \- PC의 이미지 파일을 업로드할 수 있습니다. \
   \- 이미지 URL 또는 바티 드라이드 경로를 입력할 수 있습니다. (데이터시트를 사용하여 대량 작업이 가능합니다)
2. 추출한 텍스트를 AI로 분석하거나 분류할 수 있습니다.\
   분석/분류를 하지 않고 텍스트 추출만도 가능합니다.
3. 액션 실행 결과는, 데이터시트 - OCR에 자동으로 삽입됩니다.

{% hint style="info" %}
png, jpg, jpeg,bmp,webp,tiff 형식의 이미지 업로드 가능하며, \
최대 업로드 가능 개수는 20개입니다.
{% endhint %}

***

> AI OCR 튜토리얼 영상을 확인해보세요!

{% embed url="<https://youtu.be/QXGXuz20iHE>" %}

## 원하는 이미지가 업로드되지 않을 때 <a href="#file_format" id="file_format"></a>

바티에서 지원되는 형식의 이미지를 업로드해주시면 AI OCR을 사용하실 수 있습니다.\
만약 이미지 업로드가 되지 않는다면 아래 체크리스트를 확인해보세요!

#### 1. 파일로 업로드할 때

* 파일 확장자가 png, jpg, jpeg, bmp, webp, tiff가 맞나요?

{% hint style="info" %}
확장자는 컴퓨터 파일탐색기의 '유형' 혹은 오른쪽 마우스를 클릭해 '속성'에서 확인할 수 있어요.

<img src="https://4259766993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tf5wU3gqEdnZAEnPTm6%2Fuploads%2FfkA3qj9ziN0KTp21tZRr%2Fimage.png?alt=media&#x26;token=951a5c13-ea08-41a5-90b1-479ba08547a0" alt="" data-size="original">

![](https://4259766993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tf5wU3gqEdnZAEnPTm6%2Fuploads%2FyWtf5KFsF9HBF0ODziUG%2Fimage.png?alt=media\&token=1baa9147-f3d1-4562-abe3-b2d7e4b70553)
{% endhint %}

#### 2. 이미지 URL로 업로드할 때

* 웹에 게시된 이미지가 맞나요?
* 주소에  이미지 확장자까지 포함되어 있나요?
* 예) <https://bati.ai/asset/image/logo.png>

#### 3. 바티 드라이브 링크로 업로드할 때

* 바티 드라이브에 파일을 업로드 하셨나요?
* 업로드한 파일의 경로가 정확한가요?
* 파일 경로에 확장자까지 포함되어있나요?
* 예) /Workflow/250722/명함.jpg


---

# 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://guide.bati.ai/service/action/ai-ocr.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.
