diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-25 22:49:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-25 23:48:32 +0530 |
| commit | d9b2256047669b5a5dbac4baec7140f18a5b6eff (patch) | |
| tree | b904df2f8b7c41481a2e8f30659474c97e998444 /include/recognizer.h | |
| parent | 83e2570d3c8da9920d66a00c4bdf5650fe1b3336 (diff) | |
| download | chelleport-d9b2256047669b5a5dbac4baec7140f18a5b6eff.tar.gz chelleport-d9b2256047669b5a5dbac4baec7140f18a5b6eff.zip | |
Refactor state update + test fixes
Diffstat (limited to 'include/recognizer.h')
| -rw-r--r-- | include/recognizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/recognizer.h b/include/recognizer.h index 57747bb..c6e26da 100644 --- a/include/recognizer.h +++ b/include/recognizer.h @@ -6,7 +6,7 @@ #include "./image.h" // OCR configuration -#define CONFIDENCE_THRESHOLD 25. +#define CONFIDENCE_THRESHOLD 20. #define MIN_CHARACTER_COUNT 3 const tesseract::PageIteratorLevel ITER_LEVEL = tesseract::RIL_WORD; |
