mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-21 08:43:03 +08:00
Fix typo in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
6a3df91edf
commit
20a50e9bcb
@ -929,7 +929,7 @@ class UNICHARSET {
|
||||
uint8_t max_bottom;
|
||||
uint8_t min_top;
|
||||
uint8_t max_top;
|
||||
// Statstics of the widths of bounding box, relative to the median advance.
|
||||
// Statistics of the widths of bounding box, relative to the median advance.
|
||||
float width;
|
||||
float width_sd;
|
||||
// Stats of the x-bearing and advance, also relative to the median advance.
|
||||
|
Loading…
Reference in New Issue
Block a user