GroupDocs.Search'ü kullanarak normal ifade aramasının gücünün kilidini açın! Normal ifadeleri kullanarak metin tabanlı belgelerde nasıl arama yapacağınızı öğrenin....ekleme Indexindex = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Ayrıntılı rehberlik...
Effortlessly learn how to search special characters in documents using Java. Improve the accuracy and relevance of text search with special characters in Java....character searches Initialize an Index object to organize and manage...Add documents to the index with the Index.add method, ensuring...
Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents.
Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult.
From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....// Creating an indexIndexindex = new Index ( indexFolder );...); // Indexing documents from the specified folder index . add...
API การค้นหาข้อความสำหรับแอปพลิเคชัน .NET เพื่อค้นหาผ่านการจัดทำดัชนี ค้นหาข้อความใน Word, Excel, PDF, ไฟล์ข้อความของโฟลเดอร์และไฮไลต์ผลการค้นหา...สร้างดัชนีบนดิสก์ Indexindex = new Index("indexPath/FolderName/");...ทำการค้นหาโดยใช้เมธอด Search Index class สำรวจและค้นหาคุณสมบัต...
OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents.
To connect OCR, you need to implement the IOcrConnector interface in the client code.
The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images.
const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...Creating an index const index = new groupdocs . search . Index ( indexFolder...
Шукайте текст за частинами, індексуйте текст, вказуйте кількість потоків пошуку та отримайте час пошуку, щоб отримати результати пошуку на C# за допомогою GroupDocs Search API для розробників .NET....documents folder in the created index. Встановіть Search Option і...an index in the specified folder Indexindex = new Index(indexFolder);...
This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...
인덱싱을 통해 검색하는 .NET 애플리케이션용 텍스트 검색 API. 여러 Word, Excel, PDF, 폴더의 텍스트 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Indexindex = new Index("indexPath/FolderName/");...원본 문서 폴더를 추가합니다. Search 메서드 Index 클래스를 사용하여 검색을 수행합니다. 각 문서의 속성에...
Libérez la puissance de la recherche regex à l’aide de GroupDocs.Search ! Découvrez comment rechercher des documents textuels à l'aide d'expressions régulières....dossier d'index et y ajouter le dossier du document Indexindex = new...new Index("indexing-folder-path"); index.Add("path/parent-folder");...