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#.