Stefan Weil
|
a9e2574eff
|
Remove public API file ndminx.h
It is not needed for the Tesseract code, and the Tesseract API
should not provide MIN / MAX macros.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-06-21 08:33:30 +02:00 |
|
Stefan Weil
|
f2698c256d
|
src/training: Replace proprietary BOOL8 by standard bool data type
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-06-03 21:13:40 +02:00 |
|
Alexander Zaitsev
|
d54d7486b4
|
Use std::max/std::min instead of MAX/MIN macros.
|
2018-05-20 17:49:48 +03:00 |
|
Alexander Zaitsev
|
0248c7ff9d
|
Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>).
|
2018-05-20 00:52:04 +03:00 |
|
Stefan Weil
|
9ceb0c6430
|
Fix line endings
Replace DOS line endings (CRLF) by standard (LF only).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-04-25 19:04:50 +02:00 |
|
Egor Pugin
|
104fe7931c
|
Move training to src.
|
2018-04-25 11:35:26 +03:00 |
|