자체 인프라에서 문서 처리 실행

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

Documentize AI를 완전히 자체 인프라에 배포하여 데이터 제어를 완벽하게 확보하십시오. 우리의 자체 호스팅 문서 처리 솔루션은 로컬 문서 자동화를 위한 통합 REST API를 제공하며, 정부 기관, 의료 기관, 금융 기관 및 클라우드 처리가 규정 준수 또는 보안 위험을 초래하는 모든 환경에 이상적입니다. Docker 지원이 가능한 Windows 또는 Linux 서버에서 실행되며, 배포 후 완전히 오프라인으로 운영되고, LDAP 또는 OAuth 인증을 사용합니다. 클라우드 플랫폼과 동일한 기능을 제공하고, 방화벽을 떠나는 데이터는 전혀 없으며, 모든 문서 작업에 대한 완전한 감사 로그를 기록합니다.

셀프 호스팅 Documentize 작동 방식

1. API 배포

Docker 또는 로컬 호스트를 사용하여 자체 환경에서 REST API와 워커 실행.

2. REST를 통해 문서 전송

변환, OCR, 검색 또는 AI 처리를 위해 파일과 파라미터를 API 엔드포인트로 업로드.

3. 백그라운드 처리

작업은 비동기적으로 처리되며 상태 추적과 예측 가능한 실행 제공.

4. 결과 가져오기

작업 완료 시 처리된 문서 또는 구조화된 결과 다운로드.

FAQs

Linux Docker 컨테이너를 사용하거나 자체 서버에서 난독화된 어셈블리를 실행할 수 있습니다.
아니요. 모든 문서 처리는 자체 환경 내에서 로컬로 수행됩니다.
PDF 변환, 병합, 분할, OCR, 검색, 압축, 서명, 파싱 및 AI 기반 문서 작업.
데모 버전은 제한적입니다. 전체 셀프 호스팅 사용은 향후 릴리스에서 사용량 기반 과금 지원 예정입니다.
예. 워커 기반 아키텍처는 수평 확장을 지원합니다.

Unlock the Power of Document Management

PDF 잠금

REST API를 사용하여 문서를 비밀번호로 잠금.

PDF 잠금 해제

REST API를 통해 비밀번호로 보호된 문서 잠금 해제.

문서 변환

지원되는 형식 간 문서를 변환.

문서 병합

여러 문서를 하나의 출력 파일로 병합.

PDF 분할

페이지 또는 정의된 규칙에 따라 문서를 분할.

OCR 처리

스캔 문서 및 이미지에서 텍스트 인식.

검색 가능한 PDF

스캔 파일에서 검색 가능한 PDF 생성.

PDF 검색

문서 내 텍스트 콘텐츠 검색.

페이지 제거

PDF 페이지 제거.

페이지 회전

문서 페이지 회전.

PDF 압축

문서 페이지 압축.

디지털 서명

API를 사용하여 문서를 디지털 서명.

PDF 서명 검증

문서의 디지털 서명을 검증.

목차

목차 자동 생성.

체크리스트 생성

AI를 사용하여 문서에서 구조화된 체크리스트 생성.

일러스트 생성

문서 내용을 기반으로 AI 생성 일러스트 생성.

완전 무료

무료 플랜

무료
  • 등록이나 결제 없이 하루에 최대 5개의 일러스트 스토리를 만들 수 있습니다.
  • REST API 접근
  • Docker 및 온프레미스 배포