Esegui l’Elaborazione Documenti sulla Tua Infrastruttura
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 }Distribuisci Documentize AI interamente sulla tua infrastruttura con controllo totale dei dati. La nostra soluzione di elaborazione documenti self‑hosted offre un'API REST unificata per l'automazione locale dei documenti — perfetta per agenzie governative, organizzazioni sanitarie, istituzioni finanziarie e qualsiasi ambiente in cui l'elaborazione cloud genera rischi di conformità o di sicurezza. Funziona su server Windows o Linux con supporto Docker, completamente offline dopo l'installazione, con autenticazione LDAP o OAuth. Stesse capacità della nostra piattaforma cloud, zero dati che escono dal tuo firewall, registrazione completa di audit per ogni operazione sui documenti.
Come Funziona Documentize Self-Hosted
1. Distribuisci l’API
Esegui l’API REST e i worker nel tuo ambiente usando Docker o un host locale.
2. Invia Documenti via REST
Carica file e parametri agli endpoint API per conversione, OCR, ricerca o elaborazione AI.
3. Elaborazione in Background
Le attività vengono elaborate in modo asincrono con tracciamento dello stato e esecuzione prevedibile.
4. Recupera i Risultati
Scarica i documenti elaborati o i risultati strutturati al completamento dell’attività.
FAQs
Unlock the Power of Document Management
Blocca PDF
Blocca documenti con password tramite API REST.
Sblocca PDF
Sblocca documenti protetti da password tramite API REST.
Conversione Documenti
Converti documenti tra formati supportati.
Unione Documenti
Unisci più documenti in un unico file di output.
Dividi PDF
Dividi documenti per pagina o regole definite.
Elaborazione OCR
Riconosci testo da documenti e immagini scansionati.
PDF Ricercabile
Crea PDF ricercabili da file scansionati.
Ricerca PDF
Cerca contenuti testuali all’interno dei documenti.
Rimuovi Pagina
Rimuovi pagine PDF.
Ruota Pagina
Ruota le pagine del documento.
Comprimi PDF
Comprimi le pagine del documento.
Firma Digitale
Firma digitalmente i documenti tramite API.
Verifica Firma PDF
Verifica firme digitali nei documenti.
Indice
Genera automaticamente indici dei contenuti.
Generazione Checklist
Genera checklist strutturate dai documenti usando l’IA.
Generazione Illustrazioni
Genera illustrazioni basate su IA per i contenuti dei documenti.
Completamente gratuito
Piano gratuito
- Crea fino a 5 storie illustrate al giorno senza registrazione né pagamento.
- Accesso API REST
- Distribuzione con Docker e on-premises