pull/73/merge
发霉的橄榄果 2020-06-24 10:59:51 +08:00 committed by GitHub
commit 1afedaa82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* PDFMiner一个用于从 PDF 文档中抽取信息的工具。[官网](https://github.com/euske/pdfminer)
* PyPDF2一个可以分割合并和转换 PDF 页面的库。[官网](https://github.com/mstamy2/PyPDF2)
* ReportLab快速创建富文本 PDF 文档。[官网](http://www.reportlab.com/opensource/)
* python-pdfkit: 将网页转换为PDF文档。 [官网](https://github.com/JazzCore/python-pdfkit)
* Markdown
* Mistune快速并且功能齐全的纯 Python 实现的 Markdown 解析器。[官网](https://github.com/lepture/mistune)
* Python-MarkdownJohn Grubers Markdown 的 Python 版实现。[官网](https://github.com/waylan/Python-Markdown)