[tesseract-ocr] Error when doing the set_unicharset_properties command on Windows

2018-02-23 Thread Jehan
I'm training Tesseract on Windows for a new font and everything went pretty well until the set_unicharset_properties command step: set_unicharset_properties -U .\unicharset -O .\unicharset2 -F "C:\Windows\Fonts\Roman.tff" --script_dir='C:\Program Files (x86)\Tesseract-OCR\training' Loaded unic

Re: [tesseract-ocr] Error when doing the set_unicharset_properties command on Windows

2018-02-23 Thread ShreeDevi Kumar
Please open this as an issue in github repo - https://github.com/tesseract-ocr/tesseract/issues > the "/" is added without taking care if the command is used on Windows or Linux. Found a couple of places in that file where this is the case. // Load the unicharset for the script if available

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-23 Thread ShreeDevi Kumar
Probably FF. Tesseract adds a page break (normally form feed) by default. It is still possible to suppress page breaks by setting an empty page_separator. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Feb 23,

Re: [tesseract-ocr] Error when doing the set_unicharset_properties command on Windows

2018-02-23 Thread Jehan
Again, thank you for posting it earlier than me :) Anyway, do you know how could I pass this problem ? Is there any trick that could help me ? Maybe using Git bash or something ? Le vendredi 23 février 2018 12:04:53 UTC+1, shree a écrit : > > Please open this as an issue in github repo - > http

Re: [tesseract-ocr] Error when doing the set_unicharset_properties command on Windows

2018-02-23 Thread ShreeDevi Kumar
I use mobaxterm and WSL (bash under windows) on Windows 10. If you are training for legacy tesseract engine (not LSTM) you can use Jtessboxeditor for training. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Feb 2

Re: [tesseract-ocr] Error when doing the set_unicharset_properties command on Windows

2018-02-23 Thread ShreeDevi Kumar
I have used git bash for running tesseract. Not tried for training. You can use the ppa from the link below, rather than trying to build it. https://launchpad.net/~alex-p/+archive/ubuntu/tesseract-ocr/+packages -- You received this message because you are subscribed to the Google Groups "tesse

[tesseract-ocr] Makefile in master branch of tesseract-ocr/tesseract

2018-02-23 Thread soumyashree . gad
I don't see Makefile in the master branch of tesseract-ocr/tesseract, Is there a way for me to get it from other branches? I needed to install tesseract from master branch to get the lstm engine working. Any information regarding this will be greatly appreciated. Thank you, Soumyashree -- You

Re: [tesseract-ocr] Makefile in master branch of tesseract-ocr/tesseract

2018-02-23 Thread Zdenko Podobny
https://github.com/tesseract-ocr/tesseract/blob/master/INSTALL.GIT.md Zdenko 2018-02-23 21:53 GMT+01:00 : > I don't see Makefile in the master branch of tesseract-ocr/tesseract, Is > there a way for me to get it from other branches? I needed to install > tesseract from master branch to get the l

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2018-02-23 Thread soumyashree . gad
Hi Kevin, Were you able to install Tesseract from Master branch on linux? I checked out the master branch but couldn't find the Makefile to complete the installation. I'm new to tesseract not sure if I'm missing something. On Monday, July 31, 2017 at 12:27:13 AM UTC-4, Kevin Schiesser wrote: >

[tesseract-ocr] coredump inside tesseract 3

2018-02-23 Thread Carlos Fernandez Sanz
Hi, I'm having a strange crash - not sure if it's a problem with my code (well, not "my", but I'm trying to fix the issue) or tesseract. The stack trace looks like this: #3 0x7fdf1b7d4e0a in malloc_printerr (ar_ptr=, ptr=, str=0x7fdf1b8e20b2 "free(): invalid pointer", action=3) at mal

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2018-02-23 Thread soumyashree . gad
Ok I figured ./configure creates the Makefile but ./configure errors out with this statement: ./configure: line 4193: syntax error near unexpected token `-mavx,' ./configure: line 4193: `AX_CHECK_COMPILE_FLAG(-mavx, avx=true, avx=false)' Anyone has any idea what this means? On Friday, Febru