[tesseract-ocr] push by zde...@gmail.com - fix VS2010 build; on 2015-02-05 16:27 GMT

0 views
Skip to first unread message

tesser...@googlecode.com

unread,
Feb 5, 2015, 11:28:16 AM2/5/15
to tesserac...@googlegroups.com
Revision: 15d48361b4f5
Author: Zdenko Podobný <zde...@gmail.com>
Date: Thu Feb 5 16:27:18 2015 UTC
Log: fix VS2010 build;

https://code.google.com/p/tesseract-ocr/source/detail?r=15d48361b4f5

Modified:
/ccmain/resultiterator.cpp
/ccmain/resultiterator.h

=======================================
--- /ccmain/resultiterator.cpp Fri Jan 30 21:24:26 2015 UTC
+++ /ccmain/resultiterator.cpp Thu Feb 5 16:27:18 2015 UTC
@@ -34,6 +34,7 @@
: LTRResultIterator(resit) {
in_minor_direction_ = false;
at_beginning_of_minor_run_ = false;
+ preserve_interword_spaces_ = false;

BoolParam *p = ParamUtils::FindParam<BoolParam>(
"preserve_interword_spaces", GlobalParams()->bool_params,
=======================================
--- /ccmain/resultiterator.h Tue Jan 27 21:58:04 2015 UTC
+++ /ccmain/resultiterator.h Thu Feb 5 16:27:18 2015 UTC
@@ -236,7 +236,7 @@
* Should detected inter-word spaces be preserved, or "compressed" to a
single
* space character (default behavior).
*/
- bool preserve_interword_spaces_ = false;
+ bool preserve_interword_spaces_;
};

} // namespace tesseract.
Reply all
Reply to author
Forward
0 new messages