개정판 90a0bfa9
issue #000: search text 수정.
Change-Id: Ic3df904d70d553eae3a1eb97d8bf16d27bb056f6
KCOM/Controls/SearchPanel.xaml.cs | ||
---|---|---|
151 | 151 |
ocrAnalyzer = new Bytescout.PDFExtractor.OCRAnalyzer(RegistrationName, RegistrationKey); |
152 | 152 |
extractor.OCRMode = Bytescout.PDFExtractor.OCRMode.Auto; |
153 | 153 |
extractor.OCRLanguage = "eng"; |
154 |
extractor.OCRLanguageDataFolder = System.AppDomain.CurrentDomain.BaseDirectory + "\\tessdata\\"; |
|
154 |
extractor.OCRLanguageDataFolder = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "tessdata"); |
|
155 |
|
|
155 | 156 |
extractor.OCRResolution = 300; |
156 | 157 |
|
157 | 158 |
ocrAnalyzer.OCRLanguage = "eng"; |
158 |
ocrAnalyzer.OCRLanguageDataFolder = System.AppDomain.CurrentDomain.BaseDirectory + "\\tessdata\\";
|
|
159 |
ocrAnalyzer.OCRLanguageDataFolder = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "tessdata");
|
|
159 | 160 |
|
160 | 161 |
} |
161 | 162 |
catch (Exception ex) |
내보내기 Unified diff