Izpildiet dokumentu apstrādi savā infrastruktūrā

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

Izvietojiet Documentize kā pašhostētu pakalpojumu un apstrādājiet dokumentus lokāli, izmantojot vienotu REST API. Izstrādāts privātiem tīkliem un kontrolētām vidēm.

Kā darbojas pašhostētais Documentize

1. Izvietojiet API

Izpildiet REST API un darbiniekus savā vidē, izmantojot Docker vai lokālo hostu.

2. Sūtiet dokumentus caur REST

Augšupielādējiet failus un parametrus API galapunktos pārvēršanai, OCR, meklēšanai vai AI apstrādei.

3. Fona apstrāde

Uzdevumi tiek apstrādāti asinhroni, ar statusa izsekošanu un paredzamu izpildi.

4. Iegūstiet rezultātus

Lejupielādējiet apstrādātos dokumentus vai strukturētus rezultātus, kad uzdevums ir pabeigts.

FAQs

Varat izvietot, izmantojot Linux Docker konteineru, vai palaist obscurēto montāžu uz saviem serveriem.
Nē. Visa dokumentu apstrāde tiek veicama vietējā vidē.
PDF pārveidošana, apvienošana, sadalīšana, OCR, meklēšana, kompresija, parakstīšana, parsēšana un AI balstīti dokumentu uzdevumi.
Demonstrācijas versija ir ierobežota. Pilna pašhostēta lietošana nākotnes laidienos atbalstīs lietošanas maksas.
Jā. Darbinieku balstīta arhitektūra atbalsta horizontālo mērogošanu.

Unlock the Power of Document Management

PDF bloķēšana

Bloķējiet dokumentus ar paroli, izmantojot REST API.

PDF atbloķēšana

Atbloķējiet ar paroli aizsargātus dokumentus, izmantojot REST API.

Dokumentu konvertēšana

Konvertējiet dokumentus starp atbalstītajiem formātiem.

Dokumentu apvienošana

Apvienojiet vairākus dokumentus vienā izvades failā.

PDF sadalīšana

Sadaliet dokumentus pēc lapām vai definētām noteikumiem.

OCR apstrāde

Atpazīstiet tekstu no skenētiem dokumentiem un attēliem.

Meklējams PDF

Izveidojiet meklējamus PDF no skenētiem failiem.

PDF meklēšana

Meklējiet teksta saturu dokumentos.

Lapas noņemšana

Noņemiet PDF lapas.

Lapas pagriešana

Pagrieziet dokumenta lapas.

PDF saspiešana

Saspiediet dokumenta lapas.

Digitāla paraksta

Parakstiet dokumentus digitāli, izmantojot API.

PDF paraksta verifikācija

Verificējiet digitālos parakstus dokumentos.

Satura rādītājs

Izveidojiet satura rādītājus automātiski.

Kontrolsarakstu ģenerēšana

Izveidojiet strukturētus kontrolsarakstus no dokumentiem, izmantojot AI.

Ilustrāciju ģenerēšana

Izveidojiet AI balstītas ilustrācijas dokumenta saturam.

Pašhostētā izvietojums

Demo versija

Bezmaksas
  • Īslaicīga dokumentu apstrāde novērtēšanai
  • Piekļuve REST API
  • Docker un on‑prem izvietojums