#include "mfcpch.h"
#include <stdlib.h>
#include "pageres.h"
#include "blobs.h"
Go to the source code of this file.
Function Documentation
Definition at line 85 of file pageres.cpp.
{
Init();
BLOCK_IT block_it(the_block_list);
BLOCK_RES_IT block_res_it(&block_res_list);
for (block_it.mark_cycle_pt();
!block_it.cycled_list(); block_it.forward()) {
block_res_it.add_to_end(
new BLOCK_RES(block_it.data()));
}
prev_word_best_choice = prev_word_best_choice_ptr;
}
Variable Documentation
const char kBlameAdaption[] = "adapt" |
const char kBlameChopper[] = "chop" |
const char kBlameClassifier[] = "cl" |
const char kBlameClassLMTradeoff[] = "cl/LM" |
const char kBlameClassOldLMTradeoff[] = "cl/old_LM" |
const char kBlameCorrect[] = "corr" |
const char kBlameNoTruth[] = "no_tr" |
const char kBlameNoTruthSplit[] = "no_tr_spl" |
const char kBlamePageLayout[] = "pglt" |
const char kBlameSegsearchHeur[] = "ss_heur" |
const char kBlameSegsearchPP[] = "ss_pp" |
const char kBlameUnknown[] = "unkn" |
const char* const kIncorrectResultReasonNames[] |