summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-11-16 22:43:08 +0000
committerNick White <git@njw.me.uk>2011-11-16 22:43:08 +0000
commit05094aa978ab43c9f731a1851ac3d9bf78903697 (patch)
tree8cd0ee8b90f03cf84140fe457292017015938bc9
parent58521d1c5461ab98bc63415ad26e91d54612e43e (diff)
Mention ocr scripts in README
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index e46a28a..590fb54 100644
--- a/README
+++ b/README
@@ -30,7 +30,9 @@ please without any further prying.
Of course, being free to do what you like with it, you can also load
the book onto any device you have access to, share it, study it, and
-anything else you can do with normal computer files.
+anything else you can do with normal computer files. You can easily
+use OCR software to get text versions of downloaded books, making
+them accessible to people who can't easily read from the page scans.
"I have sworn upon the altar of God eternal hostility against every
form of tyranny over the mind of man."
@@ -40,5 +42,7 @@ form of tyranny over the mind of man."
Each tool is written in around 200 lines of portable C code, with no
dependencies beyond libc and network sockets. It should work well on
-Linux, BSDs, OSX and Windows. There is also an optional graphical
-interface, built with Tcl/Tk.
+Linux, BSDs, OSX and Windows. There is an optional graphical
+interface, built with Tcl/Tk. There are some simple scripts to create
+searchable PDF or plain text files from the downloaded pages, which
+use tesseract OCR software.