From 125bae23ccf6deabc02c05643b9f55f7067e995f Mon Sep 17 00:00:00 2001 From: oculushut Date: Wed, 20 Dec 2017 00:20:46 +0000 Subject: [PATCH 1/2] Update README.md Adds specific location for location of html file with more information for Command Line Tools pdf2txt.py. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a323316..2c73bd3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ direction (horizontal or vertical) for each text portion. You need to provide a password for protected PDF documents when its access is restricted. You cannot extract any text from a PDF document which does not have extraction permission. -(For details, refer to the html document.) +(For details, refer to /docs/index.html.) **dumppdf.py** From 46d6e571eb0bb8768641e9e78089bbfa23f25d4e Mon Sep 17 00:00:00 2001 From: oculushut Date: Wed, 20 Dec 2017 00:23:00 +0000 Subject: [PATCH 2/2] Update README.md Adds specific location for HTML file containing more information on dumppdf.py command line tool. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c73bd3..f49dbca 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ dumppdf.py dumps the internal contents of a PDF file in pseudo-XML format. This program is primarily for debugging purposes, but it's also possible to extract some meaningful contents (e.g. images). -(For details, refer to the html document.) +(For details, refer to /docs/index.html.) TODO