Re: [tesseract-ocr] pixRead problem

2018-10-30 Thread flaviumarc
Thank you Zdenop for your support, I have solved. On Tuesday, October 16, 2018 at 7:30:13 PM UTC+3, zdenop wrote: > > I do not use vcpkg. I suggest you to use cppan (you need to install it > and put to path). For me it stupidly easy and it takes cca 15 minutes on my > computer and internet netw

Re: [tesseract-ocr] pixRead problem

2018-10-30 Thread flaviumarc
Thank you zdenop, after all, I have solved after all. Flaviu. On Wednesday, October 17, 2018 at 12:38:26 PM UTC+3, flavi...@gmail.com wrote: > > Yes, could be simple, but perhaps you have something installed which I > have not ... I guess ... > > On Tuesday, October 16, 2018 at 7:30:13 PM UTC+3

Re: [tesseract-ocr] Re: Heads up: release of tesseract 4.0

2018-10-30 Thread flaviumarc
Ok, sorry. I will update the original post. On Tuesday, October 30, 2018 at 11:04:08 AM UTC+2, zdenop wrote: > > First learn to write forum e-mails! Stop stealing email threads. > Your questions/problems has nothing to do with content of original posting. > > Zdenko > > > ut 30. 10. 2018 o 9:12 >

Re: [tesseract-ocr] Re: Heads up: release of tesseract 4.0

2018-10-30 Thread flaviumarc
I have compiled now the tesseract library, with cppan. and I have found a test app, with this source code: /* dependencies: pvt.cppan.demo.google.tesseract.libtesseract: master pvt.cppan.demo.danbloomberg.leptonica: 1 */ #include #include #include // leptonica main header for image i

[tesseract-ocr] Re: Heads up: release of tesseract 4.0

2018-10-29 Thread flaviumarc
Hi Zdenko. Could you send me a example (from a link, or from something) to reveal me how to compile Tesseract 4 in order to use it in a VC++ project ? I have a task to do that, and my time is running out, and I haven't found a functional and working sample of how to do that ... I guess you

[tesseract-ocr] Re: using compiled lib from cppan does not work

2018-10-29 Thread flaviumarc
Hi Tomas. Have you succeeded after all to compile Tesseract 4 for Windows ? Flaviu. On Thursday, August 9, 2018 at 1:22:59 AM UTC+3, Thomas wrote: > > Hey! I need help using a self compiled version of tesseract, because I > struggle compiling my console app with the linked tesseract binaries whi

[tesseract-ocr] Re: Compile Tesseract with vcpkg to get dynamic libraries

2018-10-29 Thread flaviumarc
Hi. Are you succeeded into compiling Tesseract 4 for Windows ? Flaviu. On Sunday, September 30, 2018 at 8:19:37 PM UTC+3, PLOBEXRIME wrote: > > Hi, I'm searching for a way to compile Tesseract and get tesseract.dll > library file. CPPAN works for me from time to time but always fail for x64 > b

[tesseract-ocr] Re: Compiling tesseract 4 for windows

2018-10-22 Thread flaviumarc
I don't know how to edit my previous post, here is the picture of my PATH: [image: Capture.PNG] On Monday, October 22, 2018 at 12:08:35 PM UTC+3, flavi...@gmail.com wrote: > > Hi all of you. I am struggle for days to compile tesseract for windows ... > it is a good start to try to compile this

[tesseract-ocr] Compiling tesseract 4 for windows

2018-10-22 Thread flaviumarc
Hi all of you. I am struggle for days to compile tesseract for windows ... it is a good start to try to compile this example ? https://github.com/cppan/tesseract_example/tree/master/with_cmake I have failed even here too: here is the environment variable: [image: Capture.PNG] (in C:\Flaviu\ I h

[tesseract-ocr] Re: Extracting Text from Onscreen vs Image

2018-10-21 Thread flaviumarc
Hi. I am a tesseract beginner, but I am thinking that tesseract need to input an image ...so, if you need to read something with tess, then you have to save some screenshots as images .. but this is not big deal ... I can help you with that :) Just tell me what operating system you use, and tes

Re: [tesseract-ocr] pixRead problem

2018-10-17 Thread flaviumarc
Yes, could be simple, but perhaps you have something installed which I have not ... I guess ... On Tuesday, October 16, 2018 at 7:30:13 PM UTC+3, zdenop wrote: > > I do not use vcpkg. I suggest you to use cppan (you need to install it > and put to path). For me it stupidly easy and it takes cca

Re: [tesseract-ocr] pixRead problem

2018-10-17 Thread flaviumarc
As far I understand, you wrote me here some cmd commands. I have installed CMake in program files (I already have it as portable), and I have installed Github desktop. And then I have tried all your commands, but no success. What else I have tried ? I have got cppan.exe, and I run: cppan --bui

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread flaviumarc
Your post are valuable for me, it is first time when I try to use tesseract. Regarding compiling leptonica and tesseract, it's endless story :) I have taken from here: https://github.com/Microsoft/vcpkg vcpkg, and generated the exe from .bat file. And then I have tried this command in console: *v

[tesseract-ocr] Re: GUI for Tesseract

2018-10-16 Thread flaviumarc
Look, I can easily create a MFC app, where you can insert the code what you need ... it cost nothing. I am a MFC enthusiast, and I am happy to help. On Tuesday, October 16, 2018 at 1:09:07 PM UTC+3, Mugunthan wrote: > > No, I haven't. Is there any other way to do this? > > > > On Tuesday, October

[tesseract-ocr] Re: GUI for Tesseract

2018-10-16 Thread flaviumarc
In C++ yes, there is another option: Qt. In other languages, I don't know. On Tuesday, October 16, 2018 at 1:09:07 PM UTC+3, Mugunthan wrote: > > No, I haven't. Is there any other way to do this? > > > > On Tuesday, October 16, 2018 at 7:59:20 AM UTC+5:30, Mugunthan wrote: >> >> Hi, >> >> How can

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread flaviumarc
No, right now I have compiled Cppan, and try to figure out what I have to do next ... On Tuesday, October 16, 2018 at 12:29:33 PM UTC+3, zdenop wrote: > > You will do everything including complaining but not to read and follow > instructs. Right? ;-) > > https://github.com/tesseract-ocr/tesserac

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread flaviumarc
It is a endless story :) I have downloded from here cppan, and I have tried to generate a .sln file with CMake ... but I get the following errors: CMake Error at CMakeLists.txt:130 (find_package): By not providing "FindCPPAN.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a pac

[tesseract-ocr] Re: GUI for Tesseract

2018-10-16 Thread flaviumarc
Have you worked in MFC/VC++ ? On Tuesday, October 16, 2018 at 5:29:20 AM UTC+3, Mugunthan wrote: > > Hi, > > How can I develop a GUI Application with my traineddata files. I've > trained in LSTM and 3.05 and need to embed in a desktop application. How > can I do that?? > -- You received this

[tesseract-ocr] Re: GUI for Tesseract

2018-10-16 Thread flaviumarc
Hi. I can help you, with a desktop app that will do what you need. Just give me details regarding your task ... ex. What you need to display the desktop app, etc. Or, we can build together this app ... it is up to you. On Tuesday, October 16, 2018 at 5:29:20 AM UTC+3, Mugunthan wrote: > > Hi, >

[tesseract-ocr] Re: GUI for Tesseract

2018-10-16 Thread flaviumarc
We can do this in VC++/MFC. On Tuesday, October 16, 2018 at 5:29:20 AM UTC+3, Mugunthan wrote: > > Hi, > > How can I develop a GUI Application with my traineddata files. I've > trained in LSTM and 3.05 and need to embed in a desktop application. How > can I do that?? > -- You received this me

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread flaviumarc
Thank you a lot for your prompt answer ! I really appreciate that ! I have run in cmd line: tesseract --help-extra, I don't spot any graphic library option. I have to tell you that I am using Windows10, and I have compiled leptonica with VS2017, taken from here: https://github.com/danbloomberg/

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread flaviumarc
Hi zdenop. I have read here: https://groups.google.com/forum/#!searchin/tesseract-ocr/Error$20in$20pixReadMem$3A$20tiff$3A$20no$20pix$20returned$20by$20tesseract%7Csort:date/tesseract-ocr/v_xZzoiUMUo/fMx9XZ-cBQAJ that someone who had the same issue like me, you told him that "you decided to bui

Re: [tesseract-ocr] Empty page!!

2018-10-15 Thread flaviumarc
Thank you, now is working (tesseract c:\Flaviu\imagine.png C:\Flaviu\output --psm 13) On Friday, October 12, 2018 at 4:18:34 PM UTC+3, zdenop wrote: > > You got it because you forget to read manual/documenation to tool you try > to use :-). > You can start with tesseract --help, --help-extra et

[tesseract-ocr] Empty page!!

2018-10-12 Thread flaviumarc
I have run tesseract ocr from command line for an image, and here is what I got: C:\Users\flaviu>tesseract c:\Flaviu\imagine.png C:\Flaviu\output Tesseract Open Source OCR Engine vv4.0.0-rc1.20181002 with Leptonica Empty page!! Empty page!! I attached the image. Why I got this message ? -- You

[tesseract-ocr] pixRead problem

2018-10-12 Thread flaviumarc
Hi. I am a tesseract beginner who stuck into initial API example: Pix* pImage = pixRead("C:\\Flaviu\\imagine.png"); printf("pImage pointer value: %p\n", pImage); The pImage value is ... why ? This is code that I have tried: tesseract::TessBaseAPI api; if (0 != api.Init(NULL, NULL)) { std::

[tesseract-ocr] Re: unable to compile example code

2018-10-11 Thread flaviumarc
Hi. Have you solved your problem ? Do you have whole source code on cloud ? Or on local HDD ? On Friday, November 13, 2015 at 3:41:04 PM UTC+2, Greg Hines wrote: > > Hi, I'm trying to build some example code from > https://code.google.com/p/tesseract-ocr/wiki/APIExample. I have the > following:

[tesseract-ocr] Re: error in running tesseract with API example

2018-10-11 Thread flaviumarc
How you solved ? Because I have the same errors ... would be very hand full when you write that you solve something, to write how you solved :) On Monday, May 21, 2018 at 11:14:34 AM UTC+3, nick wrote: > > I solved that error. > but now , raised a new error: > > Failed loading language 'eng' >> >