Thanks for the program!
Thanks for the program!
Glad it's useful :)
There are kor_vert, jpn_vert recognition languages. I guess 'vert' means 'vertical'. But except of that there are still no any special handling of vertial text. Only single column recognition would work
No obvious installation instructions
I've upadted the readme file a little more and added some in-app help on about page in settings. Tell if you think that there should be something else
Substitutions not saving
Starting from 3.0.0. user substitutions are stored in registry or in ".ini" file (in portable mode) It should work now anyway
Is there an advantage to using more than one translator? How does that work?
There is no more user selectable rotation setting in 3.0.0
Japanese
Starting from 3.0.0 the app uses another translation engine, so this issue is no more actual. Open the new one (preferrable on github) if you have issues with a new app version
Translator fails to display correctly
Starting from 3.0.0 the app uses another translation engine, so this issue is no more actual. Open the new one (preferrable on github) if you have issues with a new app version
File update error
Starting from 3.0.0 version updates should be fixed. It stores resources in user's local dir
I've update the readme file on the homepage (https://github.com/OneMoreGres/ScreenTranslator). I'll also add some in-app help later. In order to work the app requires some recognition languages and translation scripts (translators). You can download all of them from the updates page in the settings window. Then select default recognition language in the settings, set translation language and enable translators. Then you can select areas for recognition/translation.
"<language>","<source text>","<changed text>" <language> is a tesseract language code. It can be taken from its file names: "tessdata/<language>.traineddata". Usually it's an ISO 639-3 code
"<language>","<source text>","<changed text>" <language> is a tesseract language code. It can be taken from its file names: "tessdata/<language>.traineddata". Usually it's an ISO 639-3 code</language></language>
"<language>","","<changed text="">" <language> is a tesseract language code. It can be taken from its file names: "tessdata/<language>.traineddata". Usually it's an ISO 639-3 code</language></language></changed></language>
Try to run app as administrator or move the app folder to somewhere outside of "program files". I'll fix it in the next version.
Added vertical text support to the wishlist. About issues: github is preferable for both issues and release downloads
Finally tested papago. It worked fine for me. At least in the question of manual 'translate' click...
Thanks for the details. Yandex is unlikely to be fixed by updating the translation script. It seems the only solution is to allow to solve captcha from debug mode or its alternative. If you have some working translators, I'll look at papago a little later (I have many postponed tasks :) ).
Currently it uses version 3.04 of tesseract lib. So the language files must be of the same version.
It uses the next one if previous failed. Also it can optionally shuffle them after each translation. Shuffling helps to avoid sending too much requests to the same service, so it may not treat you like a bot.
The debug mode window doesn't load images at all. Saying 'manual translate' I meant something like 'translate the same thing in a normal browser'. And I don't think Yandex is so cruel and requires everyone to solve cyrillic captcha :D
Try to update the translation scripts first (ticket #3). Also if you see similar messages you can try to manually translate something with the same service (https://translate.yandex.ru/ , https://translate.google.com/ , etc) and solve captcha there. It might then whitelist you ip and allow translator to work.
It must be "run as administrator" to update. Or you can manualy download files from here and put them into translators folder near ScreenTranslator.exe (replacing the exising ones). I'll fix it, but for now that's how it works.
Yes, ocr results often contain garbage. For languages with hieroglyphs it happens event more often. Currently nothing can be done with this. Except of using Yandex, Google, etc... An error with hotkey registration means that this hotkey is already registered by some program. Try changing it in the settings.
Looks like it tries to recognize not japanese language. Check recognition settings
Yes, it's normal request, but it's all about the nuances. software works. There are troubles with one of its installers or network services there are workarounds for this issue (and one is mentioned here) maybe it's all my emotional involvment, but I found this message being quite aggressive, but not constuctive
Screen Translator fails/refuses to download and install files: inoperable.
Hi. Looks like a trouble with CDN. Users usually don't read details and install all languages (and this is about 1.2 Gb) so CDN likely decided to block those files (maybe permanently). For now you can install translator without languages and download what you need manually from there (https://github.com/tesseract-ocr/tessdata/tree/3.04.00). Then put downloaded files in "tessdata" dir near translator's executable (or set path to "tessdata" folder in settings). Should work then. Btw, you got excessive...
cppcheck plugin yields false positives
Installation problems
?BUG? Typedef struct in include
"Cppcheck error occured" for larger projects
Fixed as you said. I'll publish it with next qtc release. For now i've attached current...
Hi! Looks like a solution for full project checks. Thanks. I'll think about alternative...
Hi. Sorry for not responding - was away. Just tested it on ubuntu 15.04 (should be...
Hello! Yes, cppcheck-gui doesn't check header files. Only sources. Just tested: it...
Bug: custom parameter «--suppress="*:header.h"» suppresses the entire output
I even started making it once (not only ignore list, but all settings), but then...
Bug: custom parameter «--suppress="*:header.h"» suppresses the entire output
Hello! Dont use quotes: --suppress=*:header.h Specify filter that matches absolute...
Plugin can not be installed
:D Ok, i'll add it.
Plugin's version must match Qt Creator's version. It doesn't indicate plugin's evolution,...
Did you use 3.2.1 plugin version or the latest one? You should choose 3.2.1. All...
Feature request: Qbs support
Added qbs project support. Not perfect solution, but should work now. Github repository...
Qbs project: wrong file path
Should be fixed now (in github repository).
Should be fixed now.
Feature request: Qbs support
Ok. Soon.