Use BRT_UNKNOWN instead of BRT_NOISE to initialize ColPartition::blob_type_

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-11-08 07:40:06 +01:00
parent 9b46a67efa
commit 0406f7706d

View File

@ -851,7 +851,7 @@ class ColPartition : public ELIST2_LINK {
// Median width of blobs in this partition.
int median_width_ = 0;
// blob_region_type_ for the blobs in this partition.
BlobRegionType blob_type_ = BRT_NOISE;
BlobRegionType blob_type_ = BRT_UNKNOWN;
BlobTextFlowType flow_ = BTFT_NONE; // Quality of text flow.
// Total of GoodTextBlob results for all blobs in the partition.
int good_blob_score_ = 0;