# VS2015_Tesseract **Repository Path**: mbed/VS2015_Tesseract ## Basic Information - **Project Name**: VS2015_Tesseract - **Description**: Visual Studio Projects for Tessearct and dependencies - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build status](https://ci.appveyor.com/api/projects/status/nli486fa8syrwb0g?svg=true)](https://ci.appveyor.com/project/peirick/vs2015-tesseract) # Visual Studio Projects for Tessearct and dependencies. This repository should help developers to compile tesseract OCR with Visual Studio. It contains a *build_tesseract.bat* to build the latest tesseract version. A simple *test_tesseract.bat* is available to show how to run OCR on different image fileformats and generate a pdf. ## Used Libraries * [Giflib 5.1.4](http://giflib.sourceforge.net/) * [libtiff 4.0.9](http://simplesystems.org/libtiff/) * [zlib 1.2.11](http://www.zlib.net/) * [libpng 1.6.34]( http://www.libpng.org/pub/png/libpng.html) * [libjpeg 9c](http://ijg.org/) * [OpenJPEG 2.3.0](http://www.openjpeg.org/) * [jbig2enc 0.28](https://github.com/agl/jbig2enc) * [webp master](https://chromium.googlesource.com/webm/libwebp) * [leptonica master](https://github.com/DanBloomberg/leptonica) * [tesseract 3.05](https://github.com/tesseract-ocr/tesseract)