ClinParser
Copyright (c) 2026 Nandhakumar Saravanan
Licensed under the MIT License (see LICENSE).

This project depends on the following third-party packages:

  docling      MIT
  pandas       BSD-3-Clause
  Markdown     BSD-3-Clause
  Pillow       HPND (permissive)
  tqdm         MIT / MPL-2.0 (dual-licensed)
  PyMuPDF      AGPL-3.0, or a commercial license from Artifex

PyMuPDF (imported as `fitz`) is used for image extraction and page/coordinate
lookups (src/clinparser/processor/image_processor.py,
src/clinparser/processor/toc_processor.py). Unlike the other dependencies above,
it is NOT permissively licensed by default:

  - Under the GNU AGPL-3.0, PyMuPDF is free to use, including commercially,
    but anyone who distributes software built on it, or runs it as a network
    service that users interact with, must make the complete source of that
    combined application available under AGPL-compatible terms.
  - A commercial license removing this obligation is available from Artifex
    Software (https://artifex.com/licensing), the exclusive licensing agent
    for PyMuPDF/MuPDF.

If you are building a proprietary or SaaS product on top of ClinParser, this
applies to you because of the PyMuPDF dependency. Consult Artifex or your own
counsel before shipping such a product.
