Chạy Xử Lý Tài Liệu Trên Hạ Tầng Của Bạn

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

🔑 Licensing

Without a license the API runs in Trial Mode — output files may contain evaluation watermarks. Apply a license to enable full, watermark-free processing.

Option 1 — Environment variable

Base64-encode your .lic file and pass it as an environment variable before starting:

# Linux / macOS
export ASPOSE_PDF_LICENSE=$(base64 -w 0 Aspose.Pdf.lic)
dotnet Documentize.SelfHost.dll
# Docker
docker run -p 80:80 \
  -e ASPOSE_PDF_LICENSE=$(base64 -w 0 Aspose.Pdf.lic) \
  documentize

Option 2 — Upload via API

POST the .lic file to your running instance at any time. The license is saved to disk and re-applied automatically on the next restart.

curl -X POST http://localhost/webapi/license \
  -F "license=@Aspose.Pdf.lic"

Or use the Upload License widget in the sidebar — enter your instance URL, pick the file, and click Upload.

Check the current license status at any time:

GET http://localhost/webapi/license
# { "licensed": true }

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

Triển khai Documentize như một dịch vụ tự lưu trữ và xử lý tài liệu cục bộ bằng một REST API thống nhất. Được thiết kế cho mạng riêng và môi trường kiểm soát.

Cách Thức Hoạt Động của Documentize Tự Lưu Trữ

1. Triển khai API

Chạy REST API và các worker trong môi trường của bạn sử dụng Docker hoặc máy chủ cục bộ.

2. Gửi Tài Liệu Qua REST

Tải lên tệp và tham số tới các endpoint API để chuyển đổi, OCR, tìm kiếm hoặc xử lý AI.

3. Xử Lý Nền

Các nhiệm vụ được xử lý bất đồng bộ với việc theo dõi trạng thái và thực hiện dự đoán.

4. Lấy Kết Quả

Tải xuống tài liệu đã xử lý hoặc kết quả có cấu trúc khi nhiệm vụ hoàn thành.

FAQs

Bạn có thể triển khai bằng cách sử dụng một container Docker Linux hoặc chạy assembly đã được mã hóa trên máy chủ của mình.
Không. Tất cả việc xử lý tài liệu được thực hiện nội bộ trong môi trường của bạn.
Chuyển đổi PDF, hợp nhất, tách, OCR, tìm kiếm, nén, ký, phân tích và các nhiệm vụ tài liệu dựa trên AI.
Phiên bản demo có giới hạn. Sử dụng tự lưu trữ đầy đủ sẽ hỗ trợ tính phí theo tiêu thụ trong các bản phát hành tương lai.
Có. Kiến trúc dựa trên worker hỗ trợ mở rộng ngang.

Unlock the Power of Document Management

Khóa PDF

Khóa tài liệu bằng mật khẩu bằng REST API.

Mở khóa PDF

Mở khóa tài liệu được bảo vệ bằng mật khẩu qua REST API.

Chuyển Đổi Tài Liệu

Convert documents between supported formats.

Document Merge

Merge multiple documents into a single output file.

PDF Split

Split documents by pages or defined rules.

OCR Processing

Recognize text from scanned documents and images.

Searchable PDF

Generate searchable PDFs from scanned files.

PDF Search

Search text content inside documents.

Remove Page

Remove PDF pages.

Rotate page

Rotate document pages.

Compress PDF

Compress document pages.

Digital Signature

Sign documents digitally using the API.

PDF Signature Verification

Verify digital signatures in documents.

Hoàn toàn miễn phí

Gói miễn phí

Miễn phí
  • Tạo tối đa 5 câu chuyện minh họa mỗi ngày mà không cần đăng ký hoặc thanh toán.
  • Truy cập REST API
  • Triển khai Docker và on‑premise