From 4634c06e6abddd44ddf57572a64255140b0ad571 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Mon, 11 Nov 2019 02:35:15 -0800 Subject: [PATCH] update PDF2SearchablePDF section --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1761659..0917834 100644 --- a/Home.md +++ b/Home.md @@ -265,4 +265,5 @@ If you find a bug and fix it yourself, the best thing to do is to attach the pat First read the [Wiki](https://github.com/tesseract-ocr/tesseract/wiki), particularly the [FAQ](FAQ) to see if your problem is addressed there. If not, search the [Tesseract user forum](http://groups.google.com/group/tesseract-ocr) or the [Tesseract developer forum](http://groups.google.com/group/tesseract-dev), and if you still can't find what you need, please ask us there. # 3rd-Party tools & sample usage: -1. [PDF2SearchablePDF](https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF): `pdf2searchablepdf mypdf.pdf`--produces **mypdf_searchable.pdf** as an output. \ No newline at end of file +1. [PDF2SearchablePDF](https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF): this is a lightweight bash-script wrapper around tesseract. + 1. Sample usage: `pdf2searchablepdf mypdf.pdf`--produces **mypdf_searchable.pdf** as an output. \ No newline at end of file