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);