diff options
author | Nick White <git@njw.name> | 2015-07-28 16:58:10 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2015-07-28 16:58:10 +0100 |
commit | 6e989a0f7491290ca3b24c39e3b65aecdd082721 (patch) | |
tree | 1340108c44afb8a20910e76584c9999d45fd0309 | |
parent | 3d31a74f9ce04bfcae92e29ae2751def062d250a (diff) |
Mention OpenSSL in README
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ the page scans. ## technical 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 an optional graphical +dependencies beyond libc, network sockets, and OpenSSL. It should work +well on Linux, BSDs, OSX and Windows. There is an optional graphical interface, built with Tcl/Tk. There are some simple scripts to create searchable PDF, DjVu, or plain text files from the downloaded pages, which use tesseract OCR software. |