kreuzberg

Document intelligence framework for Python - Extract text, metadata, and structured data from PDFs, images, Office documents, and more. Built on Pandoc, PDFium, and Tesseract.

GitHubスター

2,340

ユーザー評価

未評価

お気に入り

0

閲覧数

6

フォーク

95

イシュー

5

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョン:
Python: 3.7以上
pip: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/Goldziher/kreuzberg.git
cd kreuzberg

2. 依存関係のインストール

bash
pip install -r requirements.txt

3. 環境の確認

必要な依存関係が正しくインストールされたことを確認します。

トラブルシューティング

よくある問題

問題: 依存関係がインストールされない 解決策: Pythonとpipのバージョンを確認し、再インストールを試みてください。