Skip to content

Commit

Permalink
Fix location of namespace statement
Browse files Browse the repository at this point in the history
It separated a comment for Tesseract::recog_pseudo_word from this function.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Aug 26, 2024
1 parent d50600a commit 5fd7870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ccmain/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ const char *const kBackUpConfigFile = "tempconfigdata.config";
const double kMinRefitXHeightFraction = 0.5;
#endif // ! DISABLED_LEGACY_ENGINE

namespace tesseract {

/**
* Make a word from the selected blobs and run Tess on them.
*
* @param page_res recognise blobs
* @param selection_box within this box
*/
namespace tesseract {

void Tesseract::recog_pseudo_word(PAGE_RES *page_res, TBOX &selection_box) {
PAGE_RES_IT *it = make_pseudo_word(page_res, selection_box);
Expand Down

0 comments on commit 5fd7870

Please sign in to comment.