# データ抽出（Excel化など）

AIを用いて、PDFファイルから高度なデータ抽出・変換をおこないます。<br>

* **AIでExcel化**
  * 通帳や明細書などのPDFファイルから、情報をExcelに抽出
  * 申込みフォームなど、「項目：内容」形式のPDFから、情報をExcelに抽出
* **AIでテキスト認識**
  * 縦書・段組など、一般的なOCRが難しい複雑な文書のテキストを正確に認識

## 利用方法

※順次配信されるため、ご利用のバージョンに表示されないことがあります。

### AIでExcel化

* 文書DB画面で、文書の行を右クリックします
* **「AIでExcel化する(通帳など)」**&#x3092;選択するとAIがデータを整理してExcel化します
* 画面右上に「Excel化に成功しました」というポップアップが表示されますので、クリックするとExcelがダウンロードされます。

### AIでテキスト認識

* 文書DB画面で、文書の行を右クリックします
* **「AIでテキスト認識（縦書・段組など）」**&#x3092;選択するとテキスト認識が始まります。\
  ※分量の多い文書ですと、処理に時間がかかることがございます。
* 弁護革命に格納しているテキストデータが、AIの認識結果に置き換わります。
  * TXTモードで表示した際、新しいテキストデータが表示
  * 全文テキスト検索で、AIの認識結果が対象になる


---

# 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://docs.bengo-kakumei.jp/guide/ai/document-analysis-1.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.
