Re: [tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread ShreeDevi Kumar
Please open as issue, as problem related to --psm 0. - excuse the brevity, sent from mobile On 13-Apr-2017 9:29 AM, "Pritam Dodeja" wrote: > Find below - I can also ship my docker container to you if you want so you > can see my exact setup, it's about 1.15GB > >

Re: [tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread Pritam Dodeja
Find below - I can also ship my docker container to you if you want so you can see my exact setup, it's about 1.15GB Pritam On Wednesday, April 12, 2017 at 10:09:35 PM UTC-4, shree wrote: > > Which operating system - Ubuntu 16.10 Yakkety Yak on x86_64 > Which version/commit of tesseract - top

Re: [tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread Pritam Dodeja
The command below also produces the same result ( segmentation fault ) tesseract a.jpg stdout --oem 1 --psm 0 -l eng Pritam On Wednesday, April 12, 2017 at 10:56:09 AM UTC-4, shree wrote: > > See https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage > > Follow correct order of

Re: [tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread ShreeDevi Kumar
See https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage Follow correct order of variables tesseract imagename|stdin outputbase|stdout [options...] [configfile...] ShreeDevi भजन - कीर्तन - आरती @

[tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread Pritam Dodeja
The command was the following: tesseract -l eng --oem 1 --psm 0 a.jpg stdout As far as where it occurred exactly, I can't tell. I have been able to reproduce this with multiple jpgs - let me know if you need any further info tesseract --version shows tesseract 4.00.00alpha leptonica-1.74.1

[tesseract-ocr] Re: segmentation fault with tesseract 4

2017-04-12 Thread srnsp92
Can u tell when did you got his, means with the usage of which command did ypou get this error and at at which step..? On Wednesday, April 12, 2017 at 12:16:54 PM UTC+5:30, Pritam Dodeja wrote: > > Hi, > > I get segmentation faults when using page segmentation mode 0. Has anyone > else