mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Whitespace
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@747 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
441abd35ca
commit
751f2ce173
@ -255,7 +255,7 @@ void CCNonTextDetect::MarkAndDeleteNonTextBlobs(BLOBNBOX_LIST* blobs,
|
||||
!BlobOverlapsTooMuch(blob, max_blob_overlaps))) {
|
||||
blob->ClearNeighbours();
|
||||
#ifndef GRAPHICS_DISABLED
|
||||
if (win != NULL)
|
||||
if (win != NULL)
|
||||
blob->plot(win, ok_color, ok_color);
|
||||
#endif // GRAPHICS_DISABLED
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user