| /*if (!thresholder_->IsBinary()) { | |
| tesseract_->set_pix_thresholds(thresholder_->GetPixRectThresholds()); | |
| tesseract_->set_pix_grey(thresholder_->GetPixRectGrey()); | |
| } else { */ | |
| tesseract_->set_pix_thresholds(nullptr); | |
| tesseract_->set_pix_grey(nullptr); | |
| //} |