ghwn
ghwn
In my case `export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_sequential.so` helped for me.
@wrznr I tried it with `--psm 13` but it still gives same result. Only '^L' which is FORM FEED is shown in most cases.
@wrznr Sorry for making you wait.. I attached my `Makefile`. You can see new targets such as `prepare`, `images`, `labels`, `fonts`, and etc in the file but probably you don't...
@wrznr Thank you!
Okay I attached my project. 1. Extract `tesstrain.tar.gz` 2. Required packages are [here](https://github.com/IBM/tensorflow-hangul-recognition/blob/master/requirements.txt). 3. Extract `fonts.tar.gz` and place `malgun.ttf` into `tesstrain/fonts`. 4. Build your Tesseract into `tesstrain/usr`. 5. Start from...
@torrtuga You can use `setBotPredicate()` which is defined in `aiml.Kernel`. See [this line](https://github.com/paulovn/python-aiml/blob/master/aiml/Kernel.py#L239).