mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-12 21:53:25 +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()) {
|
if (!null_box()) {
|
||||||
return top_right.x() - bot_left.x();
|
return top_right.x() - bot_left.x();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user