5

I am trying to run the VS2015_Tesseract example in Tesseract OCR Library.

I always get the following error when I try to open the file:

Could not find a part of the path

Currently I am working with Visual Studio 2015 on Windows 10 (64 bit).

Please provide the full information on how I can configure the Tesseract OCR C++ library on Visual Studio 2015 Windows 10 (64 bit).

You also can provide any reference tutorial links.

slayernoah
  • 4,382
  • 11
  • 42
  • 73
Hassan ALi
  • 1,313
  • 1
  • 23
  • 51
  • You can refer to this link https://stackoverflow.com/questions/18180824/how-to-implement-tesseract-to-run-with-project-in-visual-studio-2010 – Muskan Agarwal Aug 30 '18 at 17:37

1 Answers1

5
  1. You have to download the vs2015_Tesseract or simply run the following git command in working directory:

    git clone https://github.com/peirick/VS2015_Tesseract.git

  2. Run the build_tesseract.bat file.

  3. Activate tesseract as the startup project.

slayernoah
  • 4,382
  • 11
  • 42
  • 73
Hassan ALi
  • 1,313
  • 1
  • 23
  • 51