# PDF

{% hint style="warning" %}
**Most LLM chat applications, such as ChatGPT and Claude, can now interact directly with PDF files.**
{% endhint %}

### <mark style="color:orange;">ChatPDF</mark>

ChatGPTが最初にリリースされたとき、ファイルをアップロードする機能がなく、ユーザーはPDFドキュメントからテキストをコピーして貼り付けることで対話する必要がありました。この面倒なプロセスは、ChatPDFのような、PDFドキュメントと直接対話できるAPIベースのサードパーティアプリの作成につながりました。

<https://www.chatpdf.com/>

ChatGPTやClaudeのような大規模言語モデル（LLM）の継続的なアップグレードにより、これらのアプリケーションは現在、ファイルのアップロードに対応しており、LLMチャットインターフェース内でPDFを直接アップロードしてその内容を抽出および要約できます。

### <mark style="color:orange;">GPTs - PDF Ai PDF</mark>

さらに、GPTストアからのアプリを組み込んだ一部のサードパーティサービスは、より高度なPDFインタラクションを提供しています。例えば、PDF Ai PDFのように、複数のPDFドキュメントから会話型のナレッジベースを作成するソリューションがあります。

<https://chat.openai.com/g/g-V2KIUZSj0-pdf-ai-pdf>

### <mark style="color:orange;">Adobe Acrobat and Reader</mark>

2024年4月、AdobeはついにAdobe AcrobatとReaderに生成AI機能を搭載しました。このAI対応の対話型ツールは、PDFやドキュメントを効率的に操作するための主要な機能を提供します。

{% embed url="<https://www.adobe.com/acrobat/generative-ai-pdf.html>" %}


---

# 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.aiandbusiness.com/ja/to/naki/pdf.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.
