update PDF2SearchablePDF section

Gabriel Staples 2019-11-11 02:35:15 -08:00
parent 7ccc4a43f7
commit 4634c06e6a

@ -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.
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.