Skip to content

Commit caf0d6c

Browse files
committed
Add PaddleOCR attribution notice
1 parent 374f6d7 commit caf0d6c

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

NOTICE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Third-Party Notices
2+
3+
FormulaOCR depends on open-source OCR and formula-recognition components. This file records the main third-party projects used by the application and the notices users should keep when redistributing binaries or offline model packages.
4+
5+
## PaddleOCR
6+
7+
- Project: PaddleOCR
8+
- Repository: https://github.com/PaddlePaddle/PaddleOCR
9+
- Organization: PaddlePaddle / PaddleOCR Authors
10+
- License: Apache License 2.0
11+
- Use in this project: formula recognition through PaddleOCR/PaddleX formula-recognition models.
12+
13+
PaddleOCR source code and model files are not vendored in this repository. If you redistribute a packaged build that includes PaddleOCR, PaddlePaddle, PaddleX, runtime libraries, or model weights, keep the original third-party license files, copyright notices, and any model-specific usage terms with the distributed package.
14+
15+
Suggested citation or acknowledgement:
16+
17+
```text
18+
This software uses PaddleOCR, an open-source OCR toolkit from the PaddlePaddle ecosystem:
19+
https://github.com/PaddlePaddle/PaddleOCR
20+
```
21+
22+
## Python Libraries
23+
24+
The application also uses Python packages listed in `requirements.txt`, including Pillow, paddlepaddle, paddlex, latex2mathml, requests, aiohttp, tokenizers, ftfy, and PyInstaller. Their licenses are controlled by their respective upstream projects.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ python -m formula_ocr_app.app --preview-self-test
9898

9999
部分测试依赖 Windows 剪贴板、Word 兼容格式或本地浏览器。
100100

101+
## 开源致谢
102+
103+
本项目的公式识别能力基于 [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) / PaddleX 公式识别模型实现。PaddleOCR 是 PaddlePaddle 生态下的开源 OCR 项目,通常按 Apache License 2.0 授权发布。
104+
105+
本仓库不包含 PaddleOCR 第三方源码、模型权重或打包后的运行时文件。若你在二进制包或离线包中一并分发 PaddleOCR、PaddlePaddle、PaddleX 或相关模型文件,请同时保留对应项目的许可证、版权声明和模型使用说明。更完整的第三方声明见 [NOTICE.md](NOTICE.md)
106+
101107
## 说明
102108

103109
本仓库只保存应用逻辑、界面代码、格式转换代码和必要资源。模型文件、PaddleOCR 第三方源码、打包后的可执行文件、日志和临时转换验证文件应通过 `.gitignore` 排除。

0 commit comments

Comments
 (0)