GraphCanon updated Sep 16, 2026 · GitHub synced Sep 16, 2026
27views this month
Decision brief
docs is a lightweight document management system that offers comprehensive functionalities including OCR and media conversion tools, accessible via Docker.
Good fit when
- Use docs when you require an open-source solution with the capabilities of high-end document management systems but prefer something lightweight.
- Opt for it if your project needs self-hosting options alongside cloud-based features such as file-sharing and workflow support.
Avoid when
- Do not use docs in environments where strict security protocols are necessary, as default configurations like the 'admin' password must be changed manually before production.
- Avoid this tool if your document management needs can't tolerate occasional instability during development or when you need a highly reliable and stable environment throughout.
- Requirements:
- Requires Docker; Requires Java 11, Tesseract 4 for OCR, ffmpeg for video thumbnails, mediainfo for video metadata extraction.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (2,565) are secondary evidence.
- npm downloads (30d)
- 4,397·npm downloads API·Sep 16, 2026
- Docker Hub pulls (30d)
- 7,302,769·Docker Hub API·Sep 16, 2026
Maintenance and security
Full trust report- Maintenance
- Active (29d since push)
- As of Sep 16, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 16, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install docs npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Provides document management functionalities similar to high-end solutions in an open-source format.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Sep 16, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Sep 16, 2026
- Languages
- javascript
Source: github.language · Sep 16, 2026
Categories
Tags
README
Install with Docker A preconfigured Docker image is available, including OCR and media conversion tools, listening on port 8080. If no PostgreSQL config is provided, the database is an embedded H2 database. The H2 embedded database should only be used for testing. For production...
For agents
This page has a .md twin and JSON over the API.