From 0e7a3f6f18b3b4ef68ef9a018d8c05e6134e6d15 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Wed, 12 Sep 2018 18:47:14 +0530 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4975fb1..45c7ab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Camelot: PDF Table Parsing for Humans -Camelot is a Python library and command-line tool for extracting tables from PDF files. +![license](https://img.shields.io/badge/license-MIT-lightgrey.svg) ![python-version](https://img.shields.io/badge/python-2.7-blue.svg) + +Camelot is a Python library which makes it easy for anyone to extract tables from PDF files! ## Usage @@ -20,10 +22,10 @@ Camelot is a Python library and command-line tool for extracting tables from PDF 'page': 1 } >>> tables[0].to_csv('foo.csv') # to_json, to_excel, to_html ->>> tables[0].df # get a pandas dataframe! +>>> tables[0].df # get a pandas DataFrame! -There's a [command-line tool]() too! +There's a [command-line interface]() too! ## Installation