Skip to content

Commit c943fc1

Browse files
committed
sets justification for ParagraphInfo; fixes #429
1 parent a75ab45 commit c943fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ccmain/pageiterator.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ void PageIterator::ParagraphInfo(tesseract::ParagraphJustification *just,
566566
*is_crown = para->is_very_first_or_continuation;
567567
*first_line_indent = para->model->first_indent() -
568568
para->model->body_indent();
569+
*just = para->model->justification();
569570
}
570571

571572
/**

0 commit comments

Comments
 (0)