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.
Choose the setup that fits your workflow. Both options take only a few steps.
If you already have .NET installed, this is the quickest way to get started.
dotnet Documentize.SelfHost.dllThen open http://localhost in your browser.
Prefer containers? Use the included Dockerfile to run Documentize anywhere.
docker build -t documentize .Run the container:
docker run -p 80:80 documentizeThen open http://localhost.
Minimal requirements depending on your setup:
The self-host version is built as a standard ASP.NET Core application, so it behaves exactly like any modern .NET web API.
Deploy Documentize as a self-hosted service and process documents locally using a unified REST API. Designed for private networks and controlled environments.
Run the REST API and workers in your own environment using Docker or a local host.
Upload files and parameters to API endpoints for conversion, OCR, search, or AI processing.
Tasks are processed asynchronously with status tracking and predictable execution.
Download processed documents or structured results when the task is completed.
Lock documents with a password using the REST API.
Unlock password-protected documents via REST API.
Convert documents between supported formats.
Merge multiple documents into a single output file.
Split documents by pages or defined rules.
Recognize text from scanned documents and images.
Generate searchable PDFs from scanned files.
Search text content inside documents.
Remove PDF pages.
Rotate document pages.
Compress document pages.
Sign documents digitally using the API.
Verify digital signatures in documents.
Generate tables of contents automatically.
Generate structured checklists from documents using AI.
Generate AI-based illustrations for document content.