Ask Your Question

SarahM's profile - activity

2020-01-09 03:41:53 -0600 received badge  Notable Question (source)
2019-05-21 06:22:31 -0600 received badge  Popular Question (source)
2017-08-18 06:51:58 -0600 commented answer opencv OCRTesseract::create v3.05

I have the last version, but just I'm talking about sample project using opencv and tesseract, how to configure it?

2017-08-18 06:20:50 -0600 commented answer opencv OCRTesseract::create v3.05

What are the configurations you used for the project ? (Additional Include libraries, Additional Library directories,etc)

2017-08-17 08:07:26 -0600 commented answer opencv OCRTesseract::create v3.05

when I choose that generator I get C++ compiler unknown because I'm using VS 2017 compiler, do you think that can be the reason? but I generated it correctly no errors.. only the build of ALL_BUILD does not succeed

2017-08-17 08:00:09 -0600 commented answer opencv OCRTesseract::create v3.05

What's your setup option? Visual Studio 14 2015 Win64?

2017-08-17 07:39:59 -0600 commented answer opencv OCRTesseract::create v3.05

fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory 2>Done building project "leptonica.vcxproj" -- FAILED. when I build leptonica I get this error..

2017-08-17 07:04:59 -0600 received badge  Enthusiast
2017-08-11 19:04:49 -0600 received badge  Student (source)
2017-08-11 10:23:02 -0600 commented answer opencv OCRTesseract::create v3.05

I didn't understand very well, what are the versions that you tested and worked correctly with OCR tesseract::create?

2017-08-11 07:40:22 -0600 commented answer opencv OCRTesseract::create v3.05

Thank you! Does OCRTesseract::create work with this compiled version? I mean did you test it?

2017-08-10 17:41:46 -0600 commented question opencv OCRTesseract::create v3.05

good then! waiting for your answer! Thank you!

2017-08-10 17:19:16 -0600 commented question opencv OCRTesseract::create v3.05

Check this..because it seems to be something related to static VS dynamic libraries.. Otherwise, did you install tesseract the same way as I did?

2017-08-10 10:02:02 -0600 commented question opencv OCRTesseract::create v3.05

I installed tesseract as in the subject you found in SO, so I don't know what Paths to put like in this question answer I didn't find where is the include directory. Ok will wait your result.

2017-08-10 09:57:30 -0600 commented question Error building opencv extra modules in CMake on Win10

Can you tell me please How did you install tesseract 3.02.02 using win installer? @SmegsALot

2017-08-10 09:48:06 -0600 commented question opencv OCRTesseract::create v3.05

@sturkmen, do I need to have all paths set to leptonica and tesseract in system environment variable before configuring and generating opencv?

2017-08-10 09:44:21 -0600 commented question opencv OCRTesseract::create v3.05

@sturkmen I don't remember if Tesseract = YES or not.. I have to repeat configuration I think.

2017-08-10 08:13:50 -0600 commented question opencv OCRTesseract::create v3.05

I'm also looking at that point.. maybe something missed when building opencv with cmake.

2017-08-10 07:21:27 -0600 commented question opencv OCRTesseract::create v3.05

Yes I compiled it from source, but it's not opencv 3.0.0 it's opencv3.2

2017-08-09 10:21:15 -0600 asked a question opencv OCRTesseract::create v3.05

I have the version of tesseract 3.05 and opencv3.2 installed and tested. But when I tried the end-to-end-recognition demo code, I discovered that tesseract was not found using OCRTesseract::create and checked the documentation to find that the interface is for v3.02. Is it possible to use it with Tesseract v3.05 ? How?

2017-08-08 12:26:34 -0600 asked a question OpenCV default classifiers Text scene recognition

Hi, I'm following the documentation of Text Scene Recognition using opencv3.2 and Tesseract 3.05 on an x64 target project, I tried to test text detection, so I used the demo code provided I'm getting an error when creating the classifier:

> Defaut classifier files (trained_classifierNM*.xml) must be in current directory

What's the current directory? I put the files (trained_classifierNM1.xml & trained_classifierNM2.xml) in the same location of image files that the program successfully read but it doesn't work, I even tried using an absolute path.. here is my code.