[GH-ISSUE #5531] [FEAT] File analysis functionality: Slides, videos, code, etc. #5148

Closed
opened 2026-06-05 14:52:18 -04:00 by yindo · 0 comments
Owner

Originally created by @miraitech24 on GitHub (Apr 25, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5531

問題点
スライド資料や動画ファイル、ソースコードなどを扱うとき、重要な情報が一時ファイルやキャッシュ、特殊な形式の中に隠れていることがあります。現在のAnythingLLMでは、これらのファイルから意味のあるテキストを読み取れません。

要望
以下のような機能を追加してほしいです:

  • スライド資料(PPT/PPTX/ODP)を解析する
  • 動画ファイルから字幕やメタデータを抽出する(可能な場合)
  • ソースコードを構造を保ったまま読み取る(コメント含む)
  • 一時ファイルやキャッシュからテキストを抽出する

使用例
プロジェクトフォルダを分析するとき、スライドや動画に重要な情報が含まれているのに、今は無視されたりエラーになります。プレーンテキスト以外のファイルも対象にしたいです。


Problem:
When working with slides, video files, source code, etc., important information can be hidden within temporary files, caches, or files in special formats. Currently, AnythingLLM cannot read meaningful text from these files.

Request
I would like the following features added:

Analyze slide presentations (PPT/PPTX/ODP)
Extract subtitles and metadata from video files (if possible).
Read source code while preserving its structure (including comments).
Extract text from temporary files and cache.
Usage Example:
When analyzing project folders, important information is currently being ignored or resulting in errors in slides and videos. I would like to include files other than plain text files as well.

Originally created by @miraitech24 on GitHub (Apr 25, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5531 **問題点** スライド資料や動画ファイル、ソースコードなどを扱うとき、重要な情報が一時ファイルやキャッシュ、特殊な形式の中に隠れていることがあります。現在のAnythingLLMでは、これらのファイルから意味のあるテキストを読み取れません。 **要望** 以下のような機能を追加してほしいです: - スライド資料(PPT/PPTX/ODP)を解析する - 動画ファイルから字幕やメタデータを抽出する(可能な場合) - ソースコードを構造を保ったまま読み取る(コメント含む) - 一時ファイルやキャッシュからテキストを抽出する **使用例** プロジェクトフォルダを分析するとき、スライドや動画に重要な情報が含まれているのに、今は無視されたりエラーになります。プレーンテキスト以外のファイルも対象にしたいです。 --- Problem: When working with slides, video files, source code, etc., important information can be hidden within temporary files, caches, or files in special formats. Currently, AnythingLLM cannot read meaningful text from these files. Request I would like the following features added: Analyze slide presentations (PPT/PPTX/ODP) Extract subtitles and metadata from video files (if possible). Read source code while preserving its structure (including comments). Extract text from temporary files and cache. Usage Example: When analyzing project folders, important information is currently being ignored or resulting in errors in slides and videos. I would like to include files other than plain text files as well.
yindo closed this issue 2026-06-05 14:52:18 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5148