bgustreadimg — THIRD-PARTY NOTICES
================================================================

This product includes third-party software and models. The following
notices are provided in accordance with the respective licenses.

1. PP-OCRv5 Models (text detection & recognition)
----------------------------------------------------------------
- Project:  PaddlePaddle / PaddleOCR
- URL:      https://github.com/PaddlePaddle/PaddleOCR
- License:  Apache License 2.0 — see LICENSES/PP-OCRv5.txt
- Models:   PP-OCRv5_mobile_det.onnx, PP-OCRv5_mobile_rec.onnx,
            ppocrv5_dict.txt
- Note:     Distributed as assets of the bgustreadimg GitHub Release.
            Redistribution must retain the PaddlePaddle attribution and
            a copy of the Apache-2.0 license.

2. ONNX Runtime (inference engine)
----------------------------------------------------------------
- Project:  Microsoft ONNX Runtime
- URL:      https://github.com/microsoft/onnxruntime
- License:  MIT — see LICENSES/ONNX-Runtime.txt
- Note:     Used for native inference via the `ort` crate, and for
            browser inference via `onnxruntime-web` (optional peer
            dependency of bgustreadimg-wasm).

3. ort crate (Rust bindings for ONNX Runtime)
----------------------------------------------------------------
- Project:  pykeio/ort
- URL:      https://github.com/pykeio/ort
- License:  MIT / Apache-2.0 dual

4. Algorithm: Sauvola adaptive binarization
----------------------------------------------------------------
- J. Sauvola, T. Seppänen, S. Haapakoski, M. Pietikäinen,
  "Adaptive document binarization", ICDAR 1997.
  DOI: 10.1109/ICDAR.1997.619831
- J. Sauvola, M. Pietikäinen, "Adaptive document image binarization",
  Pattern Recognition 33(2):225-236, 2000.
  DOI: 10.1016/S0031-3203(99)00055-2