프로젝트

일반

사용자정보

개정판 b2948d06

IDb2948d06c486bf0589d30b4091a51b9299139370
상위 058a4c0d
하위 69f2fae1, 3ae68e58

김태성이(가) 10달 전에 추가함

issue #00000 FinalPDF Result Link 업데이트 API 추가

Change-Id: I61608d9477c1e2e086bcb858fc8d8b1128a11e1e

차이점 보기:

KCOM/Controls/SearchPanel.xaml.cs
103 103
                pageoption = chkCurrentPageOnly.IsChecked.Value;
104 104
            }));
105 105

  
106
            extractor.LoadDocumentFromFile(Common.ViewerDataModel.Instance.searchPDF.FullName);
107
            extractor.RegexSearch = true;
108

  
109
            //ocrAnalyzer.LoadDocumentFromFile(Common.ViewerDataModel.Instance.searchPDF.FullName);
106
            //Bytescout.PDFExtractor.SearchablePDFMaker maker = new Bytescout.PDFExtractor.SearchablePDFMaker(RegistrationName, RegistrationKey);
107
            //maker.LoadDocumentFromFile(Common.ViewerDataModel.Instance.searchPDF.FullName);
108
            //maker.MakePDFSearchable(Common.ViewerDataModel.Instance.searchPDF.FullName + ".pdf");
109
            
110
            //maker.Dispose();
111
            extractor.LoadDocumentFromFile(Common.ViewerDataModel.Instance.searchPDF.FullName + ".pdf");
110 112

  
111 113
            if (pageoption)
112 114
            {
......
114 116

  
115 117
                //Bytescout.PDFExtractor.OCRAnalysisResults analysisResults = ocrAnalyzer.AnalyzeByOCRConfidence(currentPage);
116 118
                //ocrAnalyzer.ApplyResults(analysisResults, extractor);
117

  
119
                
118 120
                if (extractor.Find(currentPage, searchString, false))
119 121
                    do
120 122
                    {

내보내기 Unified diff

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