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
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
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 >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
>
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
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/
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
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
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
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::
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:
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'
>>
>
27 matches
Mail list logo