ecit241 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Standalone Tesseract build script #1326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was looking for a way to package up tesseract to run it in a distributed 
environment. But I wasn't able to find a good way to do so. I don't know if 
this is helpful or useful to other people, but I ended up creating a bash 
script to download and compile all the dependent libraries on the linux & OSX 
platform. I wasn't too familiar with Make or CMake so its just a shell script, 
but I have tested it on CentOS and OS X, and it works.

Its attached, hopefully it can help someone else

Original issue reported on code.google.com by wfow...@gmail.com on 1 Oct 2014 at 2:21

Attachments:

GoogleCodeExporter commented 9 years ago
Please publish it at site like gist[1] or pastebin[2] so I can link it to wiki.

[1] https://gist.github.com/
[2] http://pastebin.com/

Original comment by zde...@gmail.com on 17 Apr 2015 at 8:16

GoogleCodeExporter commented 9 years ago
I placed it to http://pastebin.com/VnGLHfbr
and linked in 
https://code.google.com/p/tesseract-ocr/wiki/Compiling?ts=1429620661&updated=Com
piling#Miscellaneous

Original comment by zde...@gmail.com on 21 Apr 2015 at 12:51