Thanks! Will try this.

El vie., 1 de feb. de 2019 10:06, Shree Devi Kumar <[email protected]>
escribió:

> https://github.com/tesseract-ocr/tessdata_best/blob/master/spa.traineddata
> https://github.com/tesseract-ocr/tessdata_fast/blob/master/spa.traineddata
>
> Alternately, look up the file size of spa.traineddata on your desktop and
> laptop. You can try copying the one from laptop (working version) to
> desktop.
>
> On Fri, Feb 1, 2019 at 6:15 PM PA <[email protected]> wrote:
>
>> Are those test data for Spanish language?
>>
>> Also I can not give error message as tesseract crashes making the desktop
>> to reboot. Do you know a way to save to text file?
>>
>> El vie., 1 de feb. de 2019 09:39, Shree Devi Kumar <[email protected]>
>> escribió:
>>
>>> >This was installed from github, and tessdata comes from
>>> https://github.com/tesseract-ocr/tessdata/blob/master/spa.traineddata
>>>
>>> Please try with traineddata file from tessdata_best and tessdata_fast
>>>
>>> Also give the exact error message/console output.
>>>
>>> On Fri, Feb 1, 2019 at 5:43 PM PA <[email protected]> wrote:
>>>
>>>> On my laptop:
>>>>
>>>> tesseract 4.0.0-beta.1
>>>>  leptonica-1.75.3
>>>>   libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34 :
>>>> libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0
>>>>
>>>>  Found AVX2
>>>>  Found AVX
>>>>  Found SSE
>>>>
>>>> This was installed from Kubuntu packages, so the tessdata comes from
>>>> there.
>>>>
>>>> On my desktop:
>>>>
>>>> tesseract 4.0.0-251-g44038
>>>>  leptonica-1.75.3
>>>>   libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34 :
>>>> libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0
>>>>
>>>>  Found AVX2
>>>>  Found AVX
>>>>  Found SSE
>>>>
>>>> This was installed from github, and tessdata comes from
>>>> https://github.com/tesseract-ocr/tessdata/blob/master/spa.traineddata
>>>>
>>>> Thank you!
>>>>
>>>> On Tue, Jan 29, 2019 at 1:09 PM Shree Devi Kumar <[email protected]>
>>>> wrote:
>>>>
>>>>> >this works ok on my laptop, but on my desktop, it crashes. Both
>>>>> systems are Kubuntu 18.04
>>>>>
>>>>> Please check tesseract version on both.
>>>>>
>>>>> tesseract -v
>>>>>
>>>>> Also check the version of of the traineddata file on each.
>>>>>
>>>>> On Tue, Jan 29, 2019 at 5:26 PM PA <[email protected]> wrote:
>>>>>
>>>>>> I use spa.tessdata from here
>>>>>>
>>>>>> https://github.com/tesseract-ocr/tessdata/blob/master/spa.traineddata
>>>>>>
>>>>>> As for usage, I do
>>>>>>
>>>>>> tesseract norm.jpg out -l spa --psm 6
>>>>>>
>>>>>> this works ok on my laptop, but on my desktop, it crashes. Both
>>>>>> systems are Kubuntu 18.04
>>>>>>
>>>>>> Thank you!
>>>>>>
>>>>>>
>>>>>> tesseract
>>>>>>
>>>>>> On Tue, Jan 29, 2019 at 8:47 AM Zdenko Podobny <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> There are 3 version of "spa" data. Which one use?
>>>>>>> Regarding command: how to you run tesseract?
>>>>>>>
>>>>>>> Zdenko
>>>>>>>
>>>>>>>
>>>>>>> ut 29. 1. 2019 o 12:38 PA <[email protected]> napísal(a):
>>>>>>>
>>>>>>>> I am using spa.tessdata
>>>>>>>> What do you mean with commands used and their output?
>>>>>>>>
>>>>>>>> On Mon, Jan 28, 2019 at 10:45 PM Shree Devi Kumar <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> You have not mentioned which traineddata file you are using.
>>>>>>>>>
>>>>>>>>> >It works with '-l spa', but when I do '--psm 6', it crashes.
>>>>>>>>>
>>>>>>>>> Please share the image. Also note the commands used and their
>>>>>>>>> output.
>>>>>>>>>
>>>>>>>>> On Tue, Jan 29, 2019 at 6:33 AM Pablo Andres Araya Melo <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> I updated tesseract from github, I now have
>>>>>>>>>>
>>>>>>>>>> tesseract 4.0.0-251-g44038
>>>>>>>>>>  leptonica-1.75.3
>>>>>>>>>>   libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34
>>>>>>>>>> : libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0
>>>>>>>>>>
>>>>>>>>>>  Found AVX2
>>>>>>>>>>  Found AVX
>>>>>>>>>>  Found SSE
>>>>>>>>>>
>>>>>>>>>> It works with '-l spa', but when I do '--psm 6', it crashes.
>>>>>>>>>>
>>>>>>>>>> Any ideas?
>>>>>>>>>>
>>>>>>>>>> Thank you!
>>>>>>>>>>
>>>>>>>>>> El lunes, 28 de enero de 2019, 4:50:05 (UTC-3), zdenop escribió:
>>>>>>>>>>>
>>>>>>>>>>> Your tesseract version is outdated. Please update.
>>>>>>>>>>> Next: try to use  spa data from tessdata_best...
>>>>>>>>>>>
>>>>>>>>>>> Zdenko
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ne 27. 1. 2019 o 20:25 Pablo Andres Araya Melo <
>>>>>>>>>>> [email protected]> napísal(a):
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I have:
>>>>>>>>>>>>
>>>>>>>>>>>> tesseract 4.0.0-beta.1
>>>>>>>>>>>>  leptonica-1.75.3
>>>>>>>>>>>>   libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng
>>>>>>>>>>>> 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 
>>>>>>>>>>>> 2.3.0
>>>>>>>>>>>>
>>>>>>>>>>>>  Found AVX2
>>>>>>>>>>>>  Found AVX
>>>>>>>>>>>>  Found SSE
>>>>>>>>>>>>
>>>>>>>>>>>> it crashes (computer reboots) when I use
>>>>>>>>>>>>
>>>>>>>>>>>> tesseract image.jpg out -l spa -psm 6
>>>>>>>>>>>>
>>>>>>>>>>>> It therefore crashes when I use pytesseract inside python
>>>>>>>>>>>> package.
>>>>>>>>>>>>
>>>>>>>>>>>> I am using Kubuntu 18.04.
>>>>>>>>>>>>
>>>>>>>>>>>> Any ideas how to fix this?
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> 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 [email protected].
>>>>>>>>>>>> To post to this group, send email to [email protected]
>>>>>>>>>>>> .
>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>> https://groups.google.com/group/tesseract-ocr.
>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/97df2b72-c1c7-49e7-9337-6c9d294ddedd%40googlegroups.com
>>>>>>>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/97df2b72-c1c7-49e7-9337-6c9d294ddedd%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>> .
>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>> 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 [email protected].
>>>>>>>>>> To post to this group, send email to
>>>>>>>>>> [email protected].
>>>>>>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr
>>>>>>>>>> .
>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/27550035-fc2a-4567-bf46-6bff68a28787%40googlegroups.com
>>>>>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/27550035-fc2a-4567-bf46-6bff68a28787%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>> .
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> ____________________________________________________________
>>>>>>>>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> 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 [email protected].
>>>>>>>>> To post to this group, send email to
>>>>>>>>> [email protected].
>>>>>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduXNRXGbES%2B%2BvCjcx3iVjqgH7xJc-2UyLUEDk5nJph%3Dnog%40mail.gmail.com
>>>>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduXNRXGbES%2B%2BvCjcx3iVjqgH7xJc-2UyLUEDk5nJph%3Dnog%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>> --
>>>>>>>> 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 [email protected].
>>>>>>>> To post to this group, send email to [email protected]
>>>>>>>> .
>>>>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>>>>>> To view this discussion on the web visit
>>>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi76N09zdczpKLmmZqQ43S8XJu35hexKzFDji5QGbQ5u-w%40mail.gmail.com
>>>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi76N09zdczpKLmmZqQ43S8XJu35hexKzFDji5QGbQ5u-w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> --
>>>>>>> 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 [email protected].
>>>>>>> To post to this group, send email to [email protected].
>>>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8z1wjHweasLz825HYmmmz%3D-o3VGTSYqcBFTb%2B0dXwt7rQ%40mail.gmail.com
>>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8z1wjHweasLz825HYmmmz%3D-o3VGTSYqcBFTb%2B0dXwt7rQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>>> 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 [email protected].
>>>>>> To post to this group, send email to [email protected].
>>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi6vatH7vwd1kMbLiA4L91Aeyu20SJHMo5W6LoHyRp%3DHqA%40mail.gmail.com
>>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi6vatH7vwd1kMbLiA4L91Aeyu20SJHMo5W6LoHyRp%3DHqA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> ____________________________________________________________
>>>>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>>>>
>>>>> --
>>>>> 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 [email protected].
>>>>> To post to this group, send email to [email protected].
>>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUe3TS71B2H439JERYB2oi9Kda7WoTkMUScLGqg5egGEA%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUe3TS71B2H439JERYB2oi9Kda7WoTkMUScLGqg5egGEA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>>> 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 [email protected].
>>>> To post to this group, send email to [email protected].
>>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi7Cs%3D-R5mt-fT%2B%3DoQD8OB4JdH9M890UfKMF1F7U0reYiQ%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi7Cs%3D-R5mt-fT%2B%3DoQD8OB4JdH9M890UfKMF1F7U0reYiQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>> --
>>>
>>> ____________________________________________________________
>>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>>
>>> --
>>> 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 [email protected].
>>> To post to this group, send email to [email protected].
>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUVQYU6T%2BYs%3DvHzWcXtQy1iuNW%2Bb2fPDytcMfPariN65A%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUVQYU6T%2BYs%3DvHzWcXtQy1iuNW%2Bb2fPDytcMfPariN65A%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi5yDM3Rhw-Smu%2BZpCHER5WxZaL7PWsz%2BkOmz%2BcPOQT%3Dpw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi5yDM3Rhw-Smu%2BZpCHER5WxZaL7PWsz%2BkOmz%2BcPOQT%3Dpw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
>
> ____________________________________________________________
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUEnyg6FosHwAsByuw7bbqU9dU663m2OXfaXxh4PL1L%2Bg%40mail.gmail.com
> <https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUEnyg6FosHwAsByuw7bbqU9dU663m2OXfaXxh4PL1L%2Bg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CADTbhi5y%2BUq7%2BwiQFGSGPA81tmfGJ06viBpx7ZZLPXA1omw-Qw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to