> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 实体提取

## 指令说明

**描述：** 从目标文本中，识别出实体词汇，比如人名、地址、机构名等

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/EtocdB47VU9Ofcfu/helpcenter/commands/ai/images/extractentitycommand-10.jpg?fit=max&auto=format&n=EtocdB47VU9Ofcfu&q=85&s=73256b6df55a21d8cef8cd19565cbdff" alt="实体提取指令参数面板" width="645" height="635" data-path="helpcenter/commands/ai/images/extractentitycommand-10.jpg" />

    | 参数          | 说明                                        |
    | ----------- | ----------------------------------------- |
    | **AI引擎**    | OpenA                                     |
    | **文本内容**    | 输入要目标文本内容                                 |
    | **提取目标**    | 可选择要提取实体的有：全部、人名、地名、机构名、时间、产品名、地址、自定义提取目标 |
    | **返回结果保存至** | 将提取的关键词保存到列表变量                            |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/EtocdB47VU9Ofcfu/helpcenter/commands/ai/images/extractentitycommand-01.png?fit=max&auto=format&n=EtocdB47VU9Ofcfu&q=85&s=6ebf14f07befa074108230d253c25d0e" alt="实体提取使用示例" width="813" height="779" data-path="helpcenter/commands/ai/images/extractentitycommand-01.png" />

**该流程执行逻辑：**

1. 选择 AI 引擎，输入待处理的文本并设置需要提取的实体类型。
2. 执行实体提取，并将识别结果保存到指定变量。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/EtocdB47VU9Ofcfu/helpcenter/commands/ai/images/extractentitycommand-03.png?fit=max&auto=format&n=EtocdB47VU9Ofcfu&q=85&s=7c8932e47eeafc48f7316269e81891b5" alt="实体提取使用示例 - 效果展示" width="1218" height="974" data-path="helpcenter/commands/ai/images/extractentitycommand-03.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
