Skip to content

Commit

Permalink
Update license from Apache 2.0 to AGPL-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbinDL committed Sep 14, 2024
1 parent 6c803e1 commit 1471e22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,16 @@ python pdf_extract.py --pdf assets/examples/example.pdf

## 协议

本仓库的代码依照 [Apache-2.0](LICENSE) 协议开源。

使用模型权重时,请遵循对应的模型协议:[LayoutLMv3](https://github.com/microsoft/unilm/tree/master/layoutlmv3) / [UniMERNet](https://github.com/opendatalab/UniMERNet) / [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) / [YOLOv8](https://github.com/ultralytics/ultralytics) / [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR).
本项目采用 [AGPL-3.0](LICENSE.md) 协议开源。

由于本项目中使用了 YOLO 代码和 PyMuPDF 进行文件处理,这些组件都需要遵循 AGPL-3.0 协议。因此,为了确保遵守这些依赖项的许可证要求,本仓库整体采用 AGPL-3.0 协议。

## 致谢

- [LayoutLMv3](https://github.com/microsoft/unilm/tree/master/layoutlmv3): 布局检测模型
- [UniMERNet](https://github.com/opendatalab/UniMERNet): 公式识别模型
- [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy): 表格识别模型
- [YOLOv8](https://github.com/ultralytics/ultralytics): 公式检测模型
- [YOLO](https://github.com/ultralytics/ultralytics): 公式检测模型
- [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR): OCR模型


Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,9 @@ Parameter explanations:

## License

This repository is licensed under the [Apache-2.0 License](LICENSE).

Please follow the model licenses to use the corresponding model weights: [LayoutLMv3](https://github.com/microsoft/unilm/tree/master/layoutlmv3) / [UniMERNet](https://github.com/opendatalab/UniMERNet) / [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) / [YOLOv8](https://github.com/ultralytics/ultralytics) / [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR).
The project is released under the [AGPL-3.0 license](LICENSE.md).

As this project incorporates YOLO code and PyMuPDF for file processing, both of which are licensed under AGPL-3.0, the entire repository adheres to the AGPL-3.0 license to ensure compliance with the licensing requirements of these dependencies.

## Acknowledgement

Expand Down

0 comments on commit 1471e22

Please sign in to comment.