Add extractor to doc

This commit is contained in:
Gunnsteinn Hall 2018-03-22 14:48:41 +00:00
parent 5b17c89af4
commit 3c1db91380

4
doc.go
View File

@ -39,4 +39,8 @@
// and graphical reports. It is designed with simplicity in mind, with the goal of
// making it easy to create reports without needing any knowledge about the PDF
// format or specifications.
//
// - pdf/extractor: Package extractor is used for quickly extracting PDF content
// through a simple interface. Currently offers functionality for extracting textual
// content.
package unidoc