自社インフラ上でドキュメント処理を実行

Self-Host Documentize

Run it locally or on your own infrastructure

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.

⚡ Quick Start

Choose the setup that fits your workflow. Both options take only a few steps.

.NET 9 (fastest way)

If you already have .NET installed, this is the quickest way to get started.

  1. Download the self-host package
  2. Extract the archive
  3. Run:
dotnet Documentize.SelfHost.dll

Then open http://localhost in your browser.

Docker

Prefer containers? Use the included Dockerfile to run Documentize anywhere.

  1. Download the Docker package
  2. Build the image:
docker build -t documentize .

Run the container:

docker run -p 80:80 documentize

Then open http://localhost.

🧩 Requirements

Minimal requirements depending on your setup:

  • .NET 9 Runtime for direct execution
  • Docker for containerized setup

⚙️ More Details

The self-host version is built as a standard ASP.NET Core application, so it behaves exactly like any modern .NET web API.

  • Runs locally or on any server
  • Default Docker port: 80
  • No external services required
  • Suitable for internal tools or production use

Download Options

Complete Package (ZIP)

Includes all necessary files, configuration, and documentation to get started.

Contains: managed dotnet 9 assembly

Docker Configuration

Just the Dockerfile for containerized deployment. Perfect for existing setups.

Single file ready for Docker builds

Deployment Notes

  • Requires Docker 20.10+ for containerized deployment
  • Minimum 2GB RAM recommended
  • Just run docker build and run without any configuration

Documentizeをセルフホスト型サービスとして展開し、統合REST APIを使用してドキュメントをローカルで処理します。プライベートネットワークや制御環境向けに設計。

セルフホスト版Documentizeの仕組み

1. APIを展開

Dockerまたはローカルホストを使用して、自社環境でREST APIとワーカーを実行。

2. REST経由でドキュメントを送信

変換、OCR、検索、AI処理用のAPIエンドポイントにファイルとパラメータをアップロード。

3. バックグラウンド処理

タスクは非同期で処理され、ステータス追跡と予測可能な実行が可能。

4. 結果を取得

タスク完了時に、処理済みドキュメントまたは構造化結果をダウンロード。

FAQs

セルフホスト版はどう展開しますか? +
Linux Dockerコンテナを使用するか、自社サーバー上で難読化されたアセンブリを実行可能です。
ドキュメントは自社インフラ外に送信されますか? +
いいえ。すべてのドキュメント処理は自社環境内でローカルに行われます。
APIで利用できる操作は何ですか? +
PDF変換、結合、分割、OCR、検索、圧縮、署名、解析、およびAIベースのドキュメントタスク。
セルフホスト版は無料ですか? +
デモ版は制限付きです。セルフホスト版のフル利用は、将来のリリースで従量課金をサポート予定です。
処理能力を拡張できますか? +
はい。ワーカーベースのアーキテクチャは水平スケーリングに対応しています。

Unlock the Power of Document Management

PDFロック

REST APIを使用してパスワードで文書をロック。

PDFアンロック

REST APIを介してパスワード保護された文書を解除。

文書変換

サポートされている形式間で文書を変換。

文書結合

複数の文書を1つの出力ファイルに結合。

PDF分割

ページまたは定義されたルールに基づき文書を分割。

OCR処理

スキャンした文書や画像からテキストを認識。

検索可能PDF

スキャンファイルから検索可能なPDFを生成。

PDF検索

文書内のテキストコンテンツを検索。

ページ削除

PDFページを削除。

ページ回転

文書ページを回転。

PDF圧縮

文書ページを圧縮。

デジタル署名

APIを使用して文書にデジタル署名。

PDF署名検証

文書内のデジタル署名を検証。

目次

目次を自動生成。

チェックリスト生成

AIを使用して文書から構造化されたチェックリストを生成。

イラスト生成

文書内容に基づくAI生成のイラストを作成。

セルフホスト展開

デモ版

無料
  • 評価用に制限されたドキュメント処理
  • REST APIアクセス
  • Dockerおよびオンプレミス展開