Document X-Ray
Copyright (C) 2026 Clarion Technologies LLC

This program is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

If you run a modified version of this program as a network service, section 13 of the
AGPL requires you to offer its users the source of your version. This program does
that for you: /source serves an archive built from the running instance. Set
DOCXRAY_SOURCE_URL to also link a public repository.


THIRD-PARTY COMPONENTS
----------------------

PyMuPDF and MuPDF          AGPL-3.0 or Artifex commercial licence
                           https://pymupdf.readthedocs.io
                           Rendering pages and reading PDF structure. This is the
                           component that makes the AGPL apply to the whole work.

Flask                      BSD-3-Clause
Werkzeug                   BSD-3-Clause
Jinja2                     BSD-3-Clause
MarkupSafe                 BSD-3-Clause
Click                      BSD-3-Clause
itsdangerous               BSD-3-Clause
blinker                    MIT

Python standard library    PSF License
                           DOCX and XLSX scanning, archiving, and everything else.
