aboutsummaryrefslogtreecommitdiff
path: root/include/recognizer.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-27 17:54:31 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-27 17:54:31 +0530
commit98af698a806e41904368c0114f9d8d9f377d9c09 (patch)
treeb09e835b1cf4c678fe557b1ab01905e75ee3922f /include/recognizer.h
parent3d461b234d0b30cb7085251390b264089f447a97 (diff)
downloadchelleport-98af698a806e41904368c0114f9d8d9f377d9c09.tar.gz
chelleport-98af698a806e41904368c0114f9d8d9f377d9c09.zip
Minor refactor
Diffstat (limited to 'include/recognizer.h')
-rw-r--r--include/recognizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/recognizer.h b/include/recognizer.h
index c6e26da..3b13fdc 100644
--- a/include/recognizer.h
+++ b/include/recognizer.h
@@ -10,7 +10,7 @@
#define MIN_CHARACTER_COUNT 3
const tesseract::PageIteratorLevel ITER_LEVEL = tesseract::RIL_WORD;
-// NOTE: Remember to update size and alignment in ocr hs module on change
+// NOTE: Remember to update size and alignment in hs type on change
struct OCRMatch {
int startX, startY;
int endX, endY;