Update readme
This commit is contained in:
		
							parent
							
								
									e70f5c21a5
								
							
						
					
					
						commit
						43597f05f2
					
				
							
								
								
									
										29
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								README.md
									
									
									
									
									
								
							@ -7,10 +7,9 @@ Basically it is a combination of screen capture, OCR and translation tools.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Installation
 | 
					## Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Windows**: download and run the installer from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page.
 | 
					**Windows**: download archive from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page, extract it and run `.exe` file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Linux**: install dependencies and build from source (edit .pro, qmake && make).
 | 
					**Linux**: download `.AppImage` file from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases), make executable (`chmod +x <file>`) and run it.
 | 
				
			||||||
Also download [data files](https://github.com/tesseract-ocr/tessdata/tree/3.04.00) for tesseract.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
**OS X**: currently not supported.
 | 
					**OS X**: currently not supported.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -18,31 +17,19 @@ Also download [data files](https://github.com/tesseract-ocr/tessdata/tree/3.04.0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
1. Run program (note that it doesn't have main window).
 | 
					1. Run program (note that it doesn't have main window).
 | 
				
			||||||
2. Press capture hotkey.
 | 
					2. Press capture hotkey.
 | 
				
			||||||
3. Select region on screen.
 | 
					3. Select region on screen. Customize it if needed.
 | 
				
			||||||
4. Get translation of recognized text.
 | 
					4. Get translation of recognized text.
 | 
				
			||||||
5. Check for updates if something not working.
 | 
					5. Check for updates if something is not working.
 | 
				
			||||||
 | 
					 | 
				
			||||||
## Features
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Many OCR languages (can be modified dynamically)
 | 
					 | 
				
			||||||
* Global hotkeys for main actions
 | 
					 | 
				
			||||||
* Copy last translation to clipboard
 | 
					 | 
				
			||||||
* Repeat last translation
 | 
					 | 
				
			||||||
* Show result in 2 ways (widget or tray baloon)
 | 
					 | 
				
			||||||
* Preprocess (scale) recognizeable image
 | 
					 | 
				
			||||||
* Interface languages (ru, eng)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Limitations
 | 
					## Limitations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Can not capture some dynamic web-pages
 | 
					* Can not capture some dynamic web-pages/full screen applications
 | 
				
			||||||
* Not very precise OCR
 | 
					 | 
				
			||||||
* Not all functions are cross-platform (may be bugged on some systems)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Dependencies
 | 
					## Dependencies
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* see [Qt 5](http://qt-project.org/)
 | 
					* see [Qt 5](https://qt-project.org/)
 | 
				
			||||||
* see [Tesseract](https://code.google.com/p/tesseract-ocr/)
 | 
					* see [Tesseract](https://github.com/tesseract-ocr/tesseract/)
 | 
				
			||||||
* see [Leptonica](http://leptonica.com/)
 | 
					* see [Leptonica](https://leptonica.com/)
 | 
				
			||||||
* several online translation services
 | 
					* several online translation services
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Attributions
 | 
					## Attributions
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user