프로젝트

일반

사용자정보

개정판 90a0bfa9

ID90a0bfa920455c7cebe14c78135b6e0a6738c039
상위 de4c7a4a
하위 35afe17c

김동진이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)