guitartriada.blogg.se

Greenshot jira
Greenshot jira












greenshot jira
  1. #Greenshot jira windows 10#
  2. #Greenshot jira software#
  3. #Greenshot jira code#
  4. #Greenshot jira license#

This plugin also includes code written by other third parties.Īdditional details regarding these and other third party code included in this plugin, including applicable copyright, legal and licensing notices, are available in the "licenses" directory inside the plugin.Ĭopyright © 2002 - 2013 Atlassian Corporation Pty Ltd.

#Greenshot jira software#

This plugin includes software developed by the Apache Software Foundation. The use of this plugin is subject to the terms of the Atlassian End User Agreement, unless other specified therein. Jira Service Management Application 3.3.0-ODĬopyright © 2002 - 2018 Atlassian Corporation Pty Ltd. This product also includes code written by other third parties. This product includes software developed by the Apache Software Foundation. The use of this product is subject to the terms of the Atlassian End User Agreement, unless other specified therein.

#Greenshot jira license#

License Information for Jira Jira f31cb1ecĬopyright © 2002 - 2022 Atlassian Corporation Pty Ltd. In the "release/1.3" it's quite hard to add for outsiders, but maybe we can manage this together.Jira credits Roll credits. We can make the list when the plug-in loads, or first when the mouse is over the OCR destination.Ĭurrently we would need this for the branch "release/1.3", I was trying to make things easier in the develop branch but this is a bit volatile at the moment. I actually like the idea, take the user-profile language as a default and add the available languages to select.

  • I think adding the possible languages to the dynamic destination picker would be an option where we can at least provide some of our users a way to do OCR with different languages.
  • (We still need to optimize the process for our translations) The issue here, is the settings UI real-estate, there is currently in 1.x no place to add something like that and on top of that we need a translation for the "OCR Language" label, and this is always an issue with the amount of languages we have.

    greenshot jira

    We need to check at every start, if the language is still available though, maybe someone removed a language.

  • Add a drop down to the settings, with all available languages.
  • Hey, thanks for describing this in such detail! I've read it that it came in, but due to work and the many things I do in the community I just didn't get to it yet. I should also note that I'm not a Professional C# developer, just a hobbyist, so not much might come from this in the end ). That's why I am asking for some thoughts about it. Filter out the results which contain small or no amounts of text. It would be possible to iterate through all languages and run an OCR pass with each. So the language would probably have to be abstracted in some way. OcrEngine also expects and returns which is part of the Windows SDK which is currently not referenced by GreenshotPlugin. Currently IOcrProvider does not have any facility for discovery of supported languages or giving language hints to the OcrProvider. We would then call OcrEngine.Tr圜reateFromLanguage to recognize text with that specific language. We could get the list of available languages via OcrEngine.AvailableRecognizerLanguages and populate a drop down for the OCR Button with a list of available languages. So for example: if the active Windows language is English, Chinese or Korean text won't be recognized, even if the corresponding OCR language is installed.

    #Greenshot jira windows 10#

    Is your feature request related to a problem? Please describe.Ĭurrently the Windows 10 OCR plugin calls OcrEngine.Tr圜reateFromUserProfileLanguages, which seems to select the first installed Language with OCR support and use that. This GitHub repository is for developers, if you want to request a feature for Greenshot as a user please do so in our JIRA issue system here:














    Greenshot jira