mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
docs: sync license and acknowledgments in Chinese README; fix license badge
This commit is contained in:
parent
f5cb25aeb9
commit
c54b2d52e8
2 changed files with 24 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
[](https://github.com/LLLin000/PaperForge/releases)
|
||||
[](https://python.org)
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
|
||||
[简体中文](README.zh-CN.md) · **English**
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
# PaperForge
|
||||
|
||||
[](https://github.com/LLLin000/PaperForge/releases)
|
||||
[](https://github.com/LLLin000/PaperForge/releases)
|
||||
[](https://python.org)
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
|
||||
> [English](README.md) · **简体中文**
|
||||
|
||||
|
|
@ -201,6 +201,25 @@ pip install --upgrade git+https://github.com/LLLin000/PaperForge.git
|
|||
|
||||
---
|
||||
|
||||
## License
|
||||
## 协议
|
||||
|
||||
MIT License
|
||||
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) — 开源非商用。
|
||||
详见 [LICENSE](LICENSE)。
|
||||
|
||||
---
|
||||
|
||||
## 致谢
|
||||
|
||||
PaperForge 站在这些优秀项目的肩膀上:
|
||||
|
||||
| 项目 | 作用 |
|
||||
|------|------|
|
||||
| [PaddleOCR / PaddleOCR-VL](https://github.com/PaddlePaddle/PaddleOCR) | PDF OCR 引擎 — 文字提取、版面检测、图表分割 |
|
||||
| [Obsidian](https://obsidian.md) | 笔记平台 — 插件宿主、Vault 文件系统 |
|
||||
| [Better BibTeX for Zotero](https://retorque.re/zotero-better-bibtex/) | 文献数据自动导出为 JSON |
|
||||
| [PyMuPDF (fitz)](https://github.com/pymupdf/PyMuPDF) | 本地 PDF 验证与净化 |
|
||||
| [requests](https://github.com/psf/requests) | OCR API HTTP 客户端 |
|
||||
| [tenacity](https://github.com/jd/tenacity) | 指数退避重试机制 |
|
||||
| [Pillow](https://python-pillow.org) | 图表图片处理 |
|
||||
| [tqdm](https://github.com/tqdm/tqdm) | 进度条 |
|
||||
| [textual](https://github.com/Textualize/textual) | TUI 组件(诊断向导) |
|
||||
|
|
|
|||
Loading…
Reference in a new issue