[tesseract-ocr] Errors during compilation

2022-02-04 Thread Alberto Ramirez
Full of errors occur when i try to link that leptonica, and not only. First, i am not good at cmake, so i had to figure out how to disable all the usless crap, that was enabled by default. Then i had to compile leptonica, after that, some curl also was missing, i tried to compile that, and som

Re: [tesseract-ocr] Errors during compilation

2022-02-05 Thread Alberto Ramirez
ocumentation or tutorials on the internet. > > Zdenko > > > so 5. 2. 2022 o 6:57 Alberto Ramirez napĂ­sal(a): > >> Full of errors occur when i try to link that leptonica, and not only. >> First, i am not good at cmake, so i had to figure out how to disable all >&g

Re: [tesseract-ocr] Errors during compilation

2022-02-07 Thread Alberto Ramirez
" First of all, you did not describe what you did exactly " I absolutely did, i compiled leptonica without errors, and then all i did, is paste that code from the tutorial i found, into cmakelists, and i posted an image with the errors i got, which someone deleted. The errors are compile errors

Re: [tesseract-ocr] Errors during compilation

2022-02-08 Thread Alberto Ramirez
After i clear everything, and rebuild it once again, i found some errors complaining about leptonica not being found and some lept.pc missing, before it said clearly that the library was found... After i wwas able to locate that lept.pc, i get this message Could NOT ind Leptonica (missing: Lept

Re: [tesseract-ocr] Errors during compilation

2022-02-11 Thread Alberto Ramirez
As i probably already said, i don't have much experience with that cmake, i tried to follow some yt tutorials, but it disn't help much, even when they compiled it without problem. Doesn't matter, somehow i get it almost done, i finally compiled and linked leptonica, i compiled gif, tiff, png, j

Re: [tesseract-ocr] Errors during compilation

2022-02-11 Thread Alberto Ramirez
And this is the output i get [ 73%] Building CXX object CMakeFiles/libtesseract.dir/src/api/wordstrboxrenderer.cpp.obj [ 74%] Building CXX object CMakeFiles/libtesseract.dir/src/arch/dotproduct.cpp.obj [ 74%] Building CXX object CMakeFiles/libtesseract.dir/src/arch/simddetect.cpp.obj [ 74%] Bui

Re: [tesseract-ocr] Errors during compilation

2022-02-13 Thread Alberto Ramirez
I don't know what do you mean by "Including configuration and setting of compiling environment".. Which configuration? Name me the file you want. I use qt in order to compile, i drag and drop the cmakelists and hit build, i don't change anything else, except for cmakecache in cmake, in order t

Re: [tesseract-ocr] Errors during compilation

2022-02-13 Thread Alberto Ramirez
Here i found this bug https://github.com/espressif/esp-idf/issues/3559, i guess it's not related to this thing at all. They claim it's because of c++14 or c++17. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group a

[tesseract-ocr] Error during training

2022-03-18 Thread Alberto Ramirez
this is the commands i use tesseract eng.font1.exp0.tif train.my.exp0 batch.nochop makebox tesseract eng.font1.exp0.tif train.my.exp0 box.train unicharset_extractor train.my.exp0.box echo "temp 0 0 1 0 0" > font_properties mftraining -F font_properties -U unicharset -O eng.unicharset train.my.exp0

Re: [tesseract-ocr] Error during training

2022-03-19 Thread Alberto Ramirez
This doesn't explain why that thing dosn't work, the first 4 steps work fine. I already tryied to use the first link, but the guide is too chaotic.. There are some steps missing, the errors messages which i got are missing as well. The only thing i understood is that the method i am trying to

Re: [tesseract-ocr] Error during training

2022-03-26 Thread Alberto Ramirez
This documentation sucks, the steps are not even complete, i am trying to understand how to make that unicharset, and ther's not even one example https://tesseract-ocr.github.io/tessdoc/tess5/TrainingTesseract-5.html -- You received this message because you are subscribed to the Google Groups

Re: [tesseract-ocr] Error during training

2022-03-26 Thread Alberto Ramirez
tesseract custom_font/train.my.exp0.tif custom_font/train.my.exp0 batch.nochop makebox tesseract custom_font/train.my.exp0.tif custom_font/train.my.exp0 --psm 6 lstm.train echo "temp 0 0 1 0 0" > custom_font/font_properties unicharset_extractor custom_font/train.my.exp0.box That's all i was able

Re: [tesseract-ocr] Error during training

2022-03-26 Thread Alberto Ramirez
If somebody ever has same issues, just download tesseract 4.0, finnally there are some good tutorials and guides which do work, for example: https://www.youtube.com/watch?v=1v8BPw0Dn0I, there's no point to waste the time on the 5.0 "documentation", it's too twisted for begginers, and if somethi

Re: [tesseract-ocr] Error during training

2022-03-26 Thread Alberto Ramirez
Also all the softwares i was able to find to make training faster, don't work with ver 5 -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr