29 :
blob(word.chopped_word->blobs[index]),
31 choices(&(*word.ratings)(index, index)) {}
41 for (
int w = 0; w < words.
size(); ++w) {
42 if (words[w].word->ratings !=
nullptr &&
43 words[w].word->ratings->
get(0, 0) ==
nullptr) {
44 for (
int s = 0; s < words[w].lang_words.
size(); ++s) {
45 Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] :
this;
46 const WERD_RES& word = *words[w].lang_words[s];
56 #pragma omp parallel for num_threads(10)
58 for (
int b = 0; b < blobs.
size(); ++b) {
60 blobs[b].tesseract->classify_blob(blobs[b].blob,
"par",
White,
nullptr);
64 for (
int b = 0; b < blobs.
size(); ++b) {
66 blobs[b].tesseract->classify_blob(blobs[b].blob,
"par",
White,
nullptr);