Documentverwerking uitvoeren op uw eigen infrastructuur
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.
- Download the self-host package
- Extract the archive
- Run:
dotnet Documentize.SelfHost.dllThen open http://localhost in your browser.
Docker
Prefer containers? Use the included Dockerfile to run Documentize anywhere.
- Download the Docker package
- Build the image:
docker build -t documentize .Run the container:
docker run -p 80:80 documentizeThen 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) \
documentizeOption 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 }Implementeer Documentize AI op uw eigen infrastructuur met een uniforme REST API voor lokale documentautomatisering en volledige datacontrole.
Implementeer Documentize AI volledig op uw eigen infrastructuur met volledige datacontrole. Onze zelfgehoste documentverwerkingsoplossing biedt een eendrachtige REST API voor lokale documentautomatisering — perfect voor overheidsinstanties, zorgorganisaties, financiële instellingen en elke omgeving waarin cloudverwerking compliance‑ of beveiligingsrisico’s oplevert. Draai op Windows‑ of Linux‑servers met Docker‑ondersteuning, volledig offline na implementatie, met LDAP‑ of OAuth‑authenticatie. Dezelfde mogelijkheden als ons cloudplatform, nul data die uw firewall verlaat, volledige auditlogboeken voor elke documentbewerking.
Hoe Self‑Hosted Documentize werkt
1. API implementeren
Draai de REST‑API en workers in uw eigen omgeving met Docker of een lokale host.
2. Documenten verzenden via REST
Upload bestanden en parameters naar API‑eindpunten voor conversie, OCR, zoeken of AI‑verwerking.
3. Achtergrondverwerking
Taken worden asynchroon verwerkt met statustracking en voorspelbare uitvoering.
4. Resultaten ophalen
Download verwerkte documenten of gestructureerde resultaten wanneer de taak voltooid is.
FAQs
Zelf-gehoste document-API
PDF‑vergrendeling
Vergrendel documenten met een wachtwoord via de REST‑API.
PDF‑ontgrendeling
Ontgrendel wachtwoord‑beveiligde documenten via de REST‑API.
Documentconversie
Converteer documenten tussen ondersteunde formaten.
Document samenvoegen
Voeg meerdere documenten samen tot één uitvoerbestand.
PDF‑splitsen
Splits documenten per pagina of volgens gedefinieerde regels.
OCR‑verwerking
Herken tekst uit gescande documenten en afbeeldingen.
Doorzoekbaar PDF
Genereer doorzoekbare PDF’s van gescande bestanden.
PDF‑Zoeken
Zoek tekstinhoud in documenten.
Pagina verwijderen
Please provide the text you would like translated.
Pagina draaien
Documentpagina’s roteren.
PDF comprimeren
Documentpagina’s comprimeren.
Digitale Handtekening
Onderteken documenten digitaal met de API.
PDF-handtekeningverificatie
Verifieer digitale handtekeningen in documenten.
Inhoudsopgave
Please provide the text you would like translated.
Checklistgeneratie
Genereer gestructureerde checklists uit documenten met behulp van AI.
Illustratiegeneratie
Genereer AI‑gebaseerde illustraties voor documentinhoud.
Volledig gratis
Gratis plan
- Maak tot 5 geïllustreerde verhalen per dag zonder registratie of betaling.