[tesseract-ocr] push by zde...@gmail.com - fix typo/ issue 1397 on 2014-12-31 21:32 GMT

4 views
Skip to first unread message

tesser...@googlecode.com

unread,
Dec 31, 2014, 4:32:35 PM12/31/14
to tesserac...@googlegroups.com
Revision: e0441d0c6b8b
Author: Zdenko Podobný <zde...@gmail.com>
Date: Wed Dec 31 21:31:50 2014 UTC
Log: fix typo/ issue 1397

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

Modified:
/api/capi.cpp

=======================================
--- /api/capi.cpp Sun Dec 28 16:55:56 2014 UTC
+++ /api/capi.cpp Wed Dec 31 21:31:50 2014 UTC
@@ -668,7 +668,7 @@
}

TESS_API void TESS_CALL TessPageIteratorParagraphInfo(TessPageIterator*
handle, TessParagraphJustification* justification,
- BOOL *is_list_item,
BOOL *is_crown, int *first_line_indent);
+ BOOL *is_list_item,
BOOL *is_crown, int *first_line_indent)
{
bool bool_is_list_item, bool_is_crown;
handle->ParagraphInfo(justification, &bool_is_list_item,
&bool_is_crown, first_line_indent);
Reply all
Reply to author
Forward
0 new messages