Ray Smith
|
1cc511188d
|
Added extra Init that takes a memory buffer or a filereader function pointer to enable read of traineddata from memory or foreign file systems. Updated existing readers to use TFile API instead of FILE. This does not yet add big-endian capability to LSTM, but it is very easy from here.
|
2017-04-27 15:48:23 -07:00 |
|
Stefan Weil
|
cb6e9e0071
|
training: Replace NULL by nullptr
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2016-12-14 21:08:36 +01:00 |
|
zdenop@gmail.com
|
1009a6e2f0
|
fopen() should use binary mode (issue 70)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@704 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-03-11 12:41:17 +00:00 |
|
tomp2010@gmail.com
|
87e03edb3a
|
Fix dawg2wordlist crash on Windows caused by fopening dawg file in "r" instead of "rb" mode.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@703 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-03-10 08:09:11 +00:00 |
|
theraysmith@gmail.com
|
e33ae59f4d
|
Fixed training leaks and randomness
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@653 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-02-02 03:02:16 +00:00 |
|