Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 3,139 for

indexes

(0.58 sec)
  1. Tìm bất kỳ từ nào và từ đồng nghĩa của nó trong...

    Tìm các từ cụ thể và từ đồng nghĩa của chúng trong các tệp khác nhau của một thư mục bằng C#. Nhận tất cả các từ đồng nghĩa, được nhóm theo các nghĩa khác nhau bằng cách sử dụng .NET API....phương thức Search của lớp Index và chuyển các tùy chọn truy...chỉ định Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/vi/search/find-synonyms-in-m...
  2. Word و هموفون های آن را در چندین فایل با استفاد...

    کلمه خاص و همفون های آن را در فایل های مختلف یک پوشه با استفاده از C# پیدا کنید. با استفاده از API جستجوی سند توسط GroupDocs، برنامه .NET را برای همفون ها بسازید... Index را با پوشه فهرست تعریف شده ایجاد...مشخص شده Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/fa/search/find-homophones-in...
  3. Work with search results | GroupDocs

    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 index Index index = new Index ( indexFolder );...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/work-with-search...
  4. Search Special Characters in Documents using Java

    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...

    kb.groupdocs.com/search/java/search-special-cha...
  5. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....search Create an Index object using the specified index folder Set...IndexingOptions to enable indexing for container item images...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  6. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  7. OCR support | GroupDocs

    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...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/using-aliases/
  9. جستجوی متن در پوشه ها با نمایه سازی با استفاده ...

    جستجوی متن بر اساس بخش، نمایه سازی متن، تعیین تعداد رشته های جستجو و دریافت زمان جستجو برای دریافت نتایج جستجو در C# با استفاده از GroupDocs Search API برای توسعه دهندگان NET.... Index را با پوشه فهرست خود ایجاد کنید...documents folder in the created index. گزینه جستجو را تنظیم کنید و...

    blog.groupdocs.com/fa/search/search-text-by-ind...
  10. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/date-range-search/