A lightweight self-host version designed for developers. No complex setup, no external dependencies — just download, run, and start using Documentize in under a minute.
Choose the setup that fits your workflow. Both options take only a few steps.
If you already have .NET installed, this is the quickest way to get started.
dotnet Documentize.SelfHost.dllThen open http://localhost in your browser.
Prefer containers? Use the included Dockerfile to run Documentize anywhere.
docker build -t documentize .Run the container:
docker run -p 80:80 documentizeThen open http://localhost.
Minimal requirements depending on your setup:
The self-host version is built as a standard ASP.NET Core application, so it behaves exactly like any modern .NET web API.
Documentizeをセルフホスト型サービスとして展開し、統合REST APIを使用してドキュメントをローカルで処理します。プライベートネットワークや制御環境向けに設計。
Dockerまたはローカルホストを使用して、自社環境でREST APIとワーカーを実行。
変換、OCR、検索、AI処理用のAPIエンドポイントにファイルとパラメータをアップロード。
タスクは非同期で処理され、ステータス追跡と予測可能な実行が可能。
タスク完了時に、処理済みドキュメントまたは構造化結果をダウンロード。
REST APIを使用してパスワードで文書をロック。
REST APIを介してパスワード保護された文書を解除。
サポートされている形式間で文書を変換。
複数の文書を1つの出力ファイルに結合。
ページまたは定義されたルールに基づき文書を分割。
スキャンした文書や画像からテキストを認識。
スキャンファイルから検索可能なPDFを生成。
文書内のテキストコンテンツを検索。
PDFページを削除。
文書ページを回転。
文書ページを圧縮。
APIを使用して文書にデジタル署名。
文書内のデジタル署名を検証。
目次を自動生成。
AIを使用して文書から構造化されたチェックリストを生成。
文書内容に基づくAI生成のイラストを作成。