summaryrefslogtreecommitdiff
path: root/textproc/py-pdf-parser/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pdf-parser/DESCR')
-rw-r--r--textproc/py-pdf-parser/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/py-pdf-parser/DESCR b/textproc/py-pdf-parser/DESCR
new file mode 100644
index 00000000000..d8528b148a0
--- /dev/null
+++ b/textproc/py-pdf-parser/DESCR
@@ -0,0 +1,5 @@
+This tool will parse a PDF document to identify the fundamental
+elements used in the analyzed file. It will not render a PDF
+document. The code of the parser is quick-and-dirty, I'm not
+recommending this as text book case for PDF parsers, but it gets
+the job done.