> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/tasks/extract.md).

# 추출

***

<figure><img src="/files/7387dad89857c5481801e2280eace601d4fdec77" alt=""><figcaption></figcaption></figure>

***

## 인터랙티브 튜토리얼

{% hint style="info" icon="language" %}
**튜토리얼 언어 변경 방법**\
튜토리얼은 기본적으로 영어로 표시됩니다. 이 튜토리얼을 다른 언어로 보려면 오른쪽 상단 모서리에 마우스를 올리고 선택하세요 <i class="fa-language">:language:</i> **언어**.
{% endhint %}

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

***

## 사용 방법

{% stepper %}
{% step %}

#### “추출”을 선택하세요

왼쪽 작업 메뉴에서 선택하세요 <kbd><mark style="color:$tint;">**추출**<mark style="color:$tint;"></kbd>.

이것은 현재 장면에 대한 추출 작업 영역을 엽니다.
{% endstep %}

{% step %}

#### 제품 이미지 업로드

제품 이미지는 전경 요소로 사용됩니다.

이미지를 업로드하는 방법:

* 선택하기 <kbd><mark style="color:$primary;">**이미지 업로드**<mark style="color:$primary;"></kbd> 장면 내에서
* 컴퓨터의 폴더에서 이미지를 끌어다 놓기
* 화면 왼쪽 하단의 라이브러리 패널에서 이미지를 끌어다 놓기

업로드가 완료되면 제품이 장면에 나타납니다.
{% endstep %}

{% step %}

#### 추출할 요소 선택

추출하려는 영역 주위에 사각형을 그리려면 선택하고 드래그하세요. 로드된 후 Beachside는 자동으로 객체 주위에 선택 영역을 만듭니다.
{% endstep %}

{% step %}

#### 추출

모든 설정을 확인한 후, 선택하세요 <kbd><mark style="color:$primary;">**추출**<mark style="color:$primary;"></kbd>.

생성된 장면이 플레이그라운드에 표시됩니다.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.theseaai.com/main/kr/tasks/extract.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.
