What packages and sample code projects can I use to write a multi-platform time tracker with ML use?
What I need:
I mostly target it for myself to be more effective (background automated work tracking) and not going to distribute it for employer spying. But it will be MIT license, so nobody is not limited to do anything with it, so don't help me if you hate the big brother kickass software.
For OCR you will need OpenCV compiled with Tesseract support.
See tutorial here, especially using the C++ API: https://www.learnopencv.com/deep-learning-based-text-recognition-ocr-using-tesseract-and-opencv/
I think the deep learning API of OpenCV is only exposed through C++ while the opencv package from Nim (at https://github.com/dom96/nim-opencv) only exposes the C API so you might need to regenerate your own wrapper (probably nimterop could help)