Complete module "export":
	make UI;            [done]
	make export to .csv [done]
Complete module "image-to-text":
	make UI;           [done]
	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 [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 [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