We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5030ea commit e1fea07Copy full SHA for e1fea07
src/api/pagerenderer.cpp
@@ -789,7 +789,7 @@ char *TessBaseAPI::GetPAGEText(ETEXT_DESC *monitor, int page_number) {
789
<< "\" caption=\"Regions reading order\">\n";
790
791
ResultIterator *res_it = GetIterator();
792
-
+
793
float block_conf = 0;
794
float line_conf = 0;
795
@@ -874,7 +874,7 @@ char *TessBaseAPI::GetPAGEText(ETEXT_DESC *monitor, int page_number) {
874
// for now using LinePts
875
bool skewed_flag = (orientation_block != ORIENTATION_PAGE_UP &&
876
orientation_block != ORIENTATION_PAGE_DOWN);
877
878
if (res_it->IsAtBeginningOf(RIL_TEXTLINE)) {
879
// writing_direction_before = writing_direction;
880
line_conf = ((res_it->Confidence(RIL_TEXTLINE)) / 100.);
0 commit comments