mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -27,10 +27,10 @@ namespace GreenshotOCR {
|
|||
[IniSection("OCR", Description="Greenshot OCR Plugin configuration")]
|
||||
public class OCRConfiguration : IniSection {
|
||||
[IniProperty("Language", Description="Language for OCR", DefaultValue="miLANG_ENGLISH")]
|
||||
public string Language;
|
||||
public string Language { get; set; }
|
||||
[IniProperty("orientimage", Description="Orient image?", DefaultValue="true")]
|
||||
public bool Orientimage;
|
||||
public bool Orientimage { get; set; }
|
||||
[IniProperty("straightenImage", Description="Straighten image?", DefaultValue="true")]
|
||||
public bool StraightenImage;
|
||||
public bool StraightenImage { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue