Re: [tesseract-ocr] OCRd gives error at Makefile:84: data/list.train

2019-02-05 Thread Kristóf Horváth
Sorry for the noob question. Its a cygwin package for me. Thanks for quick response Lorenzo. 2019. február 5., kedd 12:34:04 UTC+1 időpontban Lorenzo Blz a következőt írta: > > > It depends on what OS you are using. Usually it is something like: > > apt-get install bc > yum install bc > > or you

Re: [tesseract-ocr] OCRd gives error at Makefile:84: data/list.train

2019-02-05 Thread Lorenzo Bolzani
It depends on what OS you are using. Usually it is something like: apt-get install bc yum install bc or you can use the graphic tool to manage packages. If you are using cygwin I suppose it is similar but I never used it. It's a very common package and it is strange that it is not available by

Re: [tesseract-ocr] OCRd gives error at Makefile:84: data/list.train

2019-02-05 Thread Kristóf Horváth
and how to do that? 2019. február 5., kedd 11:54:00 UTC+1 időpontban Lorenzo Blz a következőt írta: > > > Check the output: > > /bin/bash: bc: command not found > > You need to install the small "bc" program. > > > Lorenzo > > Il giorno mar 5 feb 2019 alle ore 11:49 Kristóf Horváth < > vazzz...@g

Re: [tesseract-ocr] OCRd gives error at Makefile:84: data/list.train

2019-02-05 Thread Lorenzo Bolzani
Check the output: /bin/bash: bc: command not found You need to install the small "bc" program. Lorenzo Il giorno mar 5 feb 2019 alle ore 11:49 Kristóf Horváth < vazzzeg...@gmail.com> ha scritto: > So I edited my generate_line_box.py with the following code: >> >> #!/usr/bin/env python >> >> >

[tesseract-ocr] OCRd gives error at Makefile:84: data/list.train

2019-02-05 Thread Kristóf Horváth
So I edited my generate_line_box.py with the following code: > > #!/usr/bin/env python > > >> import io > > import argparse > > import unicodedata > > from PIL import Image > > import sys > > reload(sys) > > sys.setdefaultencoding('utf-8') > > as per https://github.com/OCR-D/ocrd-train/issues/18,