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

# Skill Designer の概要

> ABBYY Vantage の Skill Designer を使用して、文書処理用の Classification、Document、OCR、Process の各 Skill を作成、学習、デプロイします。

**Skill Designer** は、文書処理 Skill の作成、学習、デプロイを行うための ABBYY Vantage のクラウドベースの中核機能です。ブラウザーから直接、抽出ルールの作成、文書の分類、複数ステップの処理ワークフローの構築を行えます。

<Note>
  ほとんどの Skill では Skill Designer が適しています。[Document Splitter skills](/ja/vantage/documentation/advanced-designer/document-splitter/splitter)、またはカスタムアクティビティ、スクリプト、多数の異なるレイアウトを必要とする Document skill には、代わりにデスクトップ版の [Advanced Designer](/ja/vantage/documentation/advanced-designer/introduction) を使用してください。
</Note>

<div id="types-of-skills">
  ## Skillの種類
</div>

Skill Designer では、4種類のSkillをサポートしています。

| Skill type                                                                            | Description                                                |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [分類スキル](/ja/vantage/documentation/skill-designer/classification/classification-skill) | 文書タイプを識別し、適切なハンドラーに振り分けます。                                 |
| [Document Skill](/ja/vantage/documentation/skill-designer/document/document-skill)    | 文書タイプのレイアウトと抽出ルールを定義し、文書から構造化データを抽出します。                    |
| [OCR Skill](/ja/vantage/documentation/skill-designer/ocr-skill/ocr-skill)             | 言語、PDF処理モード、出力形式などのテキスト認識設定を制御します。                         |
| [Process Skill](/ja/vantage/documentation/skill-designer/process/process-skill)       | 分類スキル、Document Skill、ビジネスルールを組み合わせて、複数ステップの処理ワークフローを構成します。 |

<div id="how-it-works">
  ## 仕組み
</div>

以下の順序は、Document skill で一般的なものです。具体的な Step は Skill type によって異なります。たとえば、OCR や Process skills では、ラベル付けや Model のトレーニングは必要ありません。

<Steps>
  <Step title="サンプル文書を収集する">
    処理したい文書タイプの代表的な文書
    (構造化、半構造化、非構造化) を収集します。
  </Step>

  <Step title="文書を分類する">
    複数の文書タイプがある場合は、分類スキルを構築して、
    各文書を適切な Document skill または抽出 Step に自動的に振り分けます。
  </Step>

  <Step title="field にラベル付けして注釈を追加する">
    サンプル文書上で field に印を付けて、
    抽出したいデータ項目を定義します。
  </Step>

  <Step title="Skill をトレーニングする">
    ABBYY のトレーニングパイプライン (高速学習またはディープラーニング) を使用して、
    抽出 Model をトレーニングします。
  </Step>

  <Step title="レビューして検証する">
    人によるレビューで、信頼度の低い抽出結果を見つけます。ラベル付けと
    ビジネスルールを調整して、精度を向上させます。
  </Step>

  <Step title="公開してデプロイする">
    Skill を公開して、業務ワークフロー内で利用できるようにし、
    API 経由で呼び出せるようにします。
  </Step>

  <Step title="監視して改善を繰り返す">
    パフォーマンス指標を追跡し、新しいサンプルを取り込んで、
    時間の経過とともに Skill を再トレーニングまたは調整します。
  </Step>
</Steps>

<div id="whats-next">
  ## 次に行うこと
</div>

<CardGroup cols={2}>
  <Card title="分類スキルの設定" icon="tags" href="/ja/vantage/documentation/skill-designer/classification/classification-skill-setup">
    分類スキルを一から設定し、ドキュメントを種類ごとに振り分けます。
  </Card>

  <Card title="Document Skillの設定" icon="file-lines" href="/ja/vantage/documentation/skill-designer/document/set-up">
    Document Skillを設定し、定型データ用の抽出fieldを定義します。
  </Card>

  <Card title="OCR Skillの設定" icon="text-size" href="/ja/vantage/documentation/skill-designer/ocr-skill/set-up-ocr">
    言語、PDFモード、出力形式に対応するOCR Skillを設定します。
  </Card>

  <Card title="Process Skillのアクティビティ" icon="diagram-project" href="/ja/vantage/documentation/skill-designer/process/process-skill">
    分類、Document、OCRの各Skillをワークフローにつなげます。
  </Card>
</CardGroup>
