raffaeldantas / tesseract-ocr

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

Working with allot files fails and crashes #1385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have allot of files (971 in my case)
2. Run the command unicharset_extractor.exe + all the file names
3. CMD will not allow you to start it, for me c# throws this error:
http://puu.sh/d3LPI/e3eba8bad4.png

What is the expected output? 
The unicharset file for all the .box files

What do you see instead?
A error denying me to continue, 
I also tried with unicharset_extractor.exe *.box

What version of the product are you using? On what operating system?
Tesseract 3.0.2 
(https://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-set
up-3.02.02.exe&can=2&q=)
Windows 7 Ultimate, 64 bit

Is there any way to make it extract from all the .box files, same goes for 
shapeclustering, mftraining and cntraining when unicharset_extractor works

Thanks in advance

Original issue reported on code.google.com by mercey...@gmail.com on 24 Nov 2014 at 5:04

GoogleCodeExporter commented 9 years ago
IMO this not tesseract-ocr issue, but limitation of your operating system (e.g. 
windows cmd does not support wildcards)

Original comment by zde...@gmail.com on 7 Feb 2015 at 7:31