소스 검색

doc: fix a tag

Byaidu 1 년 전
부모
커밋
108e24de66
2개의 변경된 파일12개의 추가작업 그리고 18개의 파일을 삭제
  1. 3 6
      README.md
  2. 9 12
      README_zh-CN.md

+ 3 - 6
README.md

@@ -5,15 +5,12 @@ English | [简体中文](README_zh-CN.md)
 <p align="center">
   <!-- PyPI -->
   <a href="https://pypi.org/project/pdf2zh/">
-    <img src="https://img.shields.io/pypi/v/pdf2zh"/>
-  </a>
+    <img src="https://img.shields.io/pypi/v/pdf2zh"/></a>
   <!-- License -->
   <a href="./LICENSE">
-    <img src="https://img.shields.io/github/license/Byaidu/PDFMathTranslate"/>
-  </a>
+    <img src="https://img.shields.io/github/license/Byaidu/PDFMathTranslate"/></a>
   <a href="https://t.me/+kXx8BQCnUTc3NDM9">
-    <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat-squeare&logo=telegram&logoColor=white"/>
-  </a>
+    <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat-squeare&logo=telegram&logoColor=white"/></a>
 </p>
 
 PDF scientific paper translation and bilingual comparison.

+ 9 - 12
README_zh-CN.md

@@ -5,15 +5,12 @@
 <p align="center">
   <!-- PyPI -->
   <a href="https://pypi.org/project/pdf2zh/">
-    <img src="https://img.shields.io/pypi/v/pdf2zh"/>
-  </a>
+    <img src="https://img.shields.io/pypi/v/pdf2zh"/></a>
   <!-- License -->
   <a href="./LICENSE">
-    <img src="https://img.shields.io/github/license/Byaidu/PDFMathTranslate"/>
-  </a>
+    <img src="https://img.shields.io/github/license/Byaidu/PDFMathTranslate"/></a>
   <a href="https://t.me/+kXx8BQCnUTc3NDM9">
-    <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat-squeare&logo=telegram&logoColor=white"/>
-  </a>
+    <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat-squeare&logo=telegram&logoColor=white"/></a>
 </p>
 
 PDF 文档翻译及双语对照
@@ -93,17 +90,17 @@ pdf2zh example.pdf -f "(CM[^RT].*|MS.*|.*Ital)" -c "(\(|\||\)|\+|=|\d|[\u0080-\u
 
 ## 致谢
 
-文档合并: [PyMuPDF](https://github.com/pymupdf/PyMuPDF)
+文档合并[PyMuPDF](https://github.com/pymupdf/PyMuPDF)
 
-文档解析: [Pdfminer.six](https://github.com/pdfminer/pdfminer.six)
+文档解析[Pdfminer.six](https://github.com/pdfminer/pdfminer.six)
 
-文档提取: [MinerU](https://github.com/opendatalab/MinerU)
+文档提取[MinerU](https://github.com/opendatalab/MinerU)
 
-多线程翻译: [MathTranslate](https://github.com/SUSYUSTC/MathTranslate)
+多线程翻译[MathTranslate](https://github.com/SUSYUSTC/MathTranslate)
 
-布局解析: [DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO)
+布局解析[DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO)
 
-文档标准: [PDF Explained](https://zxyle.github.io/PDF-Explained/), [PDF Cheat Sheets](https://pdfa.org/resource/pdf-cheat-sheets/)
+文档标准[PDF Explained](https://zxyle.github.io/PDF-Explained/), [PDF Cheat Sheets](https://pdfa.org/resource/pdf-cheat-sheets/)
 
 ## Star History