This commit is contained in:
2024-10-06 02:40:24 +03:00
parent 61e052f22a
commit 4bf7638f6a
3 changed files with 41 additions and 41 deletions

14
TODO
View File

@@ -6,8 +6,14 @@ Complete module "image-to-text":
make use of tesseract/opencv (https://learnopencv.com/deep-learning-based-text-recognition-ocr-using-tesseract-and-opencv/); [done]
Add features:
autodetect store type
auto download of stores modules
auto download of ofd modules
settings, a window for editing settings.
auto download of stores modules [done]
auto download of ofd modules [done]
settings, a window for editing settings. [done]
add ability to control contrast and rotation of a check image before passing it to OCR
Refactor:
Get rid of CPR, use libcurl instead
Get rid of CPR, use libcurl instead [done]
Build:
Write script for AppImage deployment
Find out dependencies packet names on different distros
Ensure success of building on most popular distros
Try to compile it on Windows