Update src/textord/tablerecog.h

Co-authored-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Sintun 2021-03-17 10:42:31 +01:00 committed by GitHub
parent 55fbee2d4c
commit c4ba513994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ public:
/// Calculate bounding boxes of the rows and return them.
std::vector<TBOX> getRows();
/// calcualte bounding boxes of the columns and return them
/// Calculate bounding boxes of the columns and return them.
std::vector<TBOX> getCols();
protected: