This post is a how-to guide on how to get up and running with using the tesseract optical character recognition (OCR) library in a Microsoft Visual Studio environment. The original link can be found at the following github location: https://tesseract-ocr.github.io/tessdoc/Compiling.html#windows Step 1: Build the latest library (using Software Network client) Download and extract the latest SW (Software Network https://software-network.org/) client from the following location: https://software-network.org/client/sw-master-windows-client.zip Open a DOS command prompt and run the following commands: As shown in the following screenshot: Step 2: Install git if you have not already done so You will need git to download the libraries more »
The post Getting started with Tesseract optical character recognition (OCR) library in Visual Studio first appeared on technical-recipes.com.↧