This repository was archived by the owner on Apr 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
JHOCR Usage
4F2E4A2E edited this page Jun 4, 2015
·
2 revisions
Create your searchable pdf from an image using the tesseract java api tess4j or the tesseract binaries installed on your system.
txt to be added soon ...
Create your searchable pdf from an image using the tesseract java api tess4j.
tbd ...
Get home brew installed.
- check the home brew page for newer howtos
- otherwise run on your terminal (don't run it as sudo):
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
- accept xcode install
- run on your terminal:
brew doctor
- follow the steps an than run:
export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile
- run on your terminal:
brew install tesseract
- grab a bier
- wait untill finished and than test your installation with:
$ tesseract -v
tesseract 3.02.02
leptonica-1.69
libjpeg 8d : libpng 1.5.17 : libtiff 4.0.3 : zlib 1.2.5
Sources used for this article:
- Next, Next, Next and Finish :)
tbd ...
- sudo apt-get install tesseract-ocr
tbd ...
