Skip to content

Commit

Permalink
Remove the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin authored and stweil committed Apr 26, 2024
1 parent 77c99e0 commit a1837f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ccmain/paragraphs.cpp
Expand Up @@ -2610,7 +2610,6 @@ void DetectParagraphs(int debug_level, bool after_text_recognition,

// Run the paragraph detection algorithm.
std::vector<PARA *> row_owners;
std::vector<PARA *> the_paragraphs;
if (!is_image_block) {
DetectParagraphs(debug_level, &row_infos, &row_owners, block->para_list(), models);
} else {
Expand Down

0 comments on commit a1837f1

Please sign in to comment.