mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
misc fixes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@952 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
d516880676
commit
2622cbd80e
@ -399,7 +399,7 @@ inT16 check_seam_order(TBLOB *blob, SEAM *seam) {
|
|||||||
TESSLINE *last_outline;
|
TESSLINE *last_outline;
|
||||||
inT8 found_em[3];
|
inT8 found_em[3];
|
||||||
|
|
||||||
if (seam->split1 == NULL || seam->split1 == NULL || blob == NULL)
|
if (seam->split1 == NULL || blob == NULL)
|
||||||
return (TRUE);
|
return (TRUE);
|
||||||
|
|
||||||
found_em[0] = found_em[1] = found_em[2] = FALSE;
|
found_em[0] = found_em[1] = found_em[2] = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user