qixiaobo / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Running Tesseract for training on provided box/tif pair (German) makes Tesseract crash with code -1073740777 #402

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I have problems running Tesseract for Training as described here: 
http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3

Everytime I try to create a .tr file from one of the box/tif-pairs provided for 
German language, it crashes. When I do this with the box/tif file I created by 
myself, it works just fine!

What I do:
1. take any box/tif pair from 
http://code.google.com/p/tesseract-ocr/downloads/detail?name=deu.traineddata.gz&
can=2&q=
2. try to run:
tesseract C:\temp\___Training\boxtifs\deu.trebucbd.tif 
C:\temp\___Training\boxtifs\deu.trebucbd nobatch box.train.stderr
3. tesseract will crash, exiting with code -1073740777

Information displayed by Windows' trouble dialog:
AppName: tesseract.exe
AppVer: 0.0.0.0
ModName: msvcr90.dll
ModVer: 9.0.30729.1
Offset: 0002f93e

I'm using newest Tesseract 3.00.1 on WinXP SP3

Thanks in advance for any advice!

Original issue reported on code.google.com by fifaworl...@gmail.com on 16 Nov 2010 at 2:31

GoogleCodeExporter commented 9 years ago
Sorry, my fault. TIFs shouldn't be named lang.font.g4.tif while box-files are 
named lang.font.box.
After renaming it works.
Sorry again!

Original comment by fifaworl...@gmail.com on 17 Nov 2010 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by zde...@gmail.com on 17 Nov 2010 at 10:45