From 9a8becde3e58732f3734394d5b0464193803d6df Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Wed, 15 May 2019 20:05:05 +0100 Subject: [PATCH] update the readme to reflect expanded capabilities --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1e0505..bc6be9fc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ [![Build status](https://ci.appveyor.com/api/projects/status/ni7et2j2ml60pdi3?svg=true)](https://ci.appveyor.com/project/EliotJones/pdf) [![codecov](https://codecov.io/gh/UglyToad/PdfPig/branch/master/graph/badge.svg)](https://codecov.io/gh/UglyToad/PdfPig) -This project allows users to read text content from PDF files. +This project allows users to read and extract text and other content from PDF files. In addition the library can be used to create simple PDF documents +containing text and geometrical shapes. This project aims to port [PDFBox](https://github.com/apache/pdfbox) to C#.