Add badges to README.md, tweak README.md header

This commit is contained in:
Jeremy Singer-Vine
2020-07-25 10:39:23 -04:00
parent 706c849677
commit 9e42dc3890
+3 -1
View File
@@ -1,4 +1,6 @@
# PDFPlumber `v0.5.22`
# pdfplumber
[![Version](https://img.shields.io/pypi/v/pdfplumber.svg)](https://pypi.python.org/pypi/pdfplumber) ![Tests](https://github.com/jsvine/pdfplumber/workflows/Tests/badge.svg) [![Code coverage](https://img.shields.io/codecov/c/gh/jsvine/pdfplumber/stable)](https://codecov.io/gh/jsvine/pdfplumber) [![Support Python versions](https://img.shields.io/pypi/pyversions/pdfplumber.svg)](https://pypi.python.org/pypi/pdfplumber)
Plumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual debugging.