mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Fix comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
46b99041eb
commit
ecf0622a85
@ -123,7 +123,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
TDimension width() const { // how high is it?
|
||||
TDimension width() const { // how wide is it?
|
||||
if (!null_box()) {
|
||||
return top_right.x() - bot_left.x();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user