0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

無料AIでPDFと画像をOCRするWebアプリ

Posted at

はじめに

無料AIでPDFと画像をOCRする」をstreamlit cloud の Free 版で Webアプリにしました。

Webアプリのアクセス先

構築手順

  1. Webアプリ ソースコード作成
    https://github.com/katsu-yoshimu/AI_OCR/blob/main/ai_ocr_app.py 参照

  2. Streamlit cloud アカウント作成&Webアプリ作成(Create app)
    参考を参照

  3. Webアプリに Gemini APIキー設定
    参考を参照

    設定内容は以下のとおり

    # .streamlit/secrets.toml
    [gemini]
    api_key = "ここはご自分のAPIキー値を指定してください"
    

注意事項

  • Gemini API 追加利用規約の『プライベート情報、機密情報、または個人情報を送信 しないでください。』が許容できるか?
  • 無料枠なので1分間に15回。1日に1500回の実行上限がある
  • PDF・画像ファイルのOCR結果の出力形式はHTMLのみ

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?