update the readme to reflect expanded capabilities

This commit is contained in:
Eliot Jones
2019-05-15 20:05:05 +01:00
parent 69b6958c9d
commit 9a8becde3e

View File

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