From 9e42dc3890d3a5fd6d4cd6f91bef575df296876f Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Sat, 25 Jul 2020 10:39:23 -0400 Subject: [PATCH] Add badges to README.md, tweak README.md header --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8771cedf..8a8a482b 100644 --- a/README.md +++ b/README.md @@ -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.