aws-samples / aws-samples/generative-ai-use-cases

【機能改善】PDFファイルをアップロードした際の文字認識

Open
#1,014 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dnc enhancement
Dominant language
TypeScript
Stars
1.4k
Forks
433
Avg merge
2h 35m
Merged PRs (30d)
1

Description

# 課題
現在、PDFファイルがスキャンされた画像ベースの場合、チャットインターフェースへの単純なアップロードでは文字認識(OCR)が行われず、テキストとして扱えません。

# 改善提案
PDFファイルを画像データに変換してからOCR処理を行い、テキスト抽出できるようにする機能の追加をお願いします。

# 期待される効果
- 画像ベースのPDFからもテキスト情報を抽出できるようになり、文字認識可能なケースが拡大します
- スキャンされた書類や画像化されたPDFも分析・検索対象にできるようになります

# 背景
エンドユーザー様から、業務で使用している画像ベースのPDF文書を処理できるようにしてほしいという要望を多数いただいております。この機能が実装されれば、ユーザーの利便性が大幅に向上します。

# サンプル画像

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No implementation files, tests, or entry points are named. Start by locating the PDF upload and text-extraction flow, then determine how scanned pages could be passed through OCR. Done means image-based PDFs produce searchable text in the chat interface and remain available for analysis.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ai, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.