31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Complete module "export": [done]
 | 
						|
	make UI;            [done]
 | 
						|
	make export to .csv [done]
 | 
						|
 | 
						|
Complete module "image-to-text": [done]
 | 
						|
	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 [done]
 | 
						|
	add ability to scan a qr code and request data from ofd.ru [done]
 | 
						|
	add ability to change language from preferences
 | 
						|
 | 
						|
Refactor:
 | 
						|
	Get rid of CPR, use libcurl instead [done]
 | 
						|
 | 
						|
Build:
 | 
						|
	Write script for AppImage deployment [done]
 | 
						|
	Find out dependencies packet names on different distros [done for arch, ubuntu]
 | 
						|
	Ensure success of building on most popular distros [done for arch, ubuntu]
 | 
						|
	Try to compile it on Windows
 | 
						|
 | 
						|
Issues:
 | 
						|
	Captcha is not showing when running in appimage [solved]
 | 
						|
	Stores modules are not being downloaded 
 | 
						|
	I need to pack tesseract data for ru, en [solved]
 |