Skip to content

Amagong/tesseract-vs2013

 
 

Repository files navigation

tesseract-vs2013

Tesseract OCR engine dependencies with VS 2013 support, both 64 and 32 bit.

This repository contains the dependencies for Google's Tesseract OCR project for tesseract 3.03 and leptonica 1.71, along with dependencies for everything but WEBP support.

Build Instructions

  1. Open VS 2013 Developer Command Prompt and change the directory to this repository.
  2. Execute the following command msbuild build.proj

The build libraries and headers will be copied to ~\release when done.

Building tesseract

Note: The following assumes that your working directory is C:\tesseract-build\, however this can be wherever you want.

  1. Checkout the tesseract source from GIT Repo into C:\tesseract-build\tesseract.
  2. Apply the vs2013+64bit_support.patch to the tesseract source (this creates a new VS 2013 solution located at C:\tesseract-build\tesseract\vs2013\tesseract.sln).
  3. Copy the previously built dependencies to the parent directory (e.g. C:\tesseract-build\)
  4. Open the C:\tesseract-build\tesseract\vs2013\tesseract.sln solution in VS 2013 and build your desired configuration.

License

All projects are made available under their original license(s).

  • Leptonica - ~/liblept/leptonica-license.txt
  • GifLib - ~/giflib/COPYING
  • LibJpeg - ~/libjpeg/README
  • LibPng - ~/libpng/LICENSE
  • libtff - ~/libtiff/COPYRIGHT

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Tesseract OCR engine and dependencies with VS 2013 support, both 64 and 32 bit.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.2%
  • HTML 0.5%
  • Assembly 0.5%
  • Makefile 0.5%
  • C++ 0.3%
  • Perl 0.0%