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] 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 Zdenko Podobny
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 network): gir clone https://github.com/tesseract-ocr/tesseract.git cd tesseract mkdir build64 cd build64 cppan.. cmake .. -G "Vi

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

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 Zdenko Podobny
You will do everything including complaining but not to read and follow instructs. Right? ;-) https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows Zdenko ut 16. 10. 2018 o 10:52 napísal(a): > It is a endless story :) > > I have downloded from here cppan, and I have tried to gene

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

Re: [tesseract-ocr] pixRead problem

2018-10-16 Thread Zdenko Podobny
most easy way for you would be to compile tesseract on windows with cppan. instruction are on wiki... Dňa ut 16. 10. 2018, 10:14 napísal(a): > 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 > librar

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 Zdenko Podobny
Really? Where did you look??? What is output of leptonica "./configure --help" ??? What is printed on screen when you run leptonica configure? Zdenko ut 16. 10. 2018 o 9:03 napísal(a): > Hi zdenop. I have read here: > > > https://groups.google.com/forum/#!searchin/tesseract-ocr/Error$20in$20pi

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] pixRead problem

2018-10-12 Thread Zdenko Podobny
Did you read error message? Did you bother to checked leptonica fuctionality + documentation (in leptonica source code ;-) )? Zdenko pi 12. 10. 2018 o 11:39 napísal(a): > Hi. I am a tesseract beginner who stuck into initial API example: > > Pix* pImage = pixRead("C:\\Flaviu\\imagine.png"); > p

[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::