From c7b046180af4aa4ea44513f83605dcb7a33de2e2 Mon Sep 17 00:00:00 2001 From: Howie Zhao Date: Mon, 14 Dec 2020 16:14:25 +0800 Subject: [PATCH 1/2] refactor: change pdfminer to pdfminer.six --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c844d5b9..9cda88f5 100644 --- a/README.md +++ b/README.md @@ -1095,7 +1095,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [xlwings](https://github.com/ZoomerAnalytics/xlwings) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. * PDF - * [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents. + * [pdfminer.six](https://github.com/pdfminer/pdfminer.six) - Pdfminer.six is a community maintained fork of the original PDFMiner. * [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages. * [ReportLab](https://www.reportlab.com/opensource/) - Allowing Rapid creation of rich PDF documents. * Markdown From 8bfda028291ba5dc88d79ab211d70f81ce89a214 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 17 Jun 2024 01:45:05 +0800 Subject: [PATCH 2/2] Update FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7b835f59..aa22b9d0 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ # These are supported funding model platforms -open_collective: awesome-python