Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,853 for

indexes

(0.13 sec)
  1. Encontre o Word e seus homófonos em vários arqu...

    Encontre uma palavra específica e seus homófonos em diferentes arquivos de uma pasta usando Java. Crie um aplicativo para homófonos usando a API Java de pesquisa de documentos....Adicione a pasta do documento ao index. Defina as SearchOptions e habilite...especificada Index index = new Index(indexFolder); index.add(documentsFolder);...

    blog.groupdocs.com/pt/search/find-homophones-in...
  2. ค้นหาคำและคำพ้องความหมายในหลายๆ ไฟล์โดยใช้ C#

    ค้นหาคำเฉพาะและคำพ้องความหมายภายในไฟล์ต่างๆ ของโฟลเดอร์โดยใช้ C# รับคำพ้องความหมายทั้งหมด จัดกลุ่มตามความหมายต่างๆ โดยใช้ .NET API...เป็นจริง เรียกเมธอด Search ของคลาส Index แล้วส่งคำค้นหาและตัวเลือกการค้นหา...ที่ระบุ Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/th/search/find-synonyms-in-m...
  3. ابحث عن نص في مجلدات عن طريق الفهرسة باستخدام C...

    ابحث عن النص حسب الأجزاء ، وفهرسة النص ، وحدد عدد سلاسل البحث ، واحصل على وقت البحث للحصول على نتائج البحث في C # باستخدام GroupDocs Search API لمطوري .NET....documents folder in the created index. اضبط خيار البحث واضبط IsChunkSearch...an index in the specified folder Index index = new Index(indexFolder);...

    blog.groupdocs.com/ar/search/search-text-by-ind...
  4. Work with search results | Documentation

    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/net/work-with-search-...
  5. Search results | Documentation

    This article shows that how to perform the operations on search results....returns the found document by index. The found document is represented...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/search-results/
  6. OCR support | Documentation

    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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/ocr-support/
  7. Виконайте пошук діапазону дат за допомогою Java

    Дізнайтеся, як виконати пошук за діапазоном дат за допомогою Java, щоб знайти певні дані документа протягом визначеного періоду часу. Легко шукайте документи за діапазоном дат у Java....Створіть екземпляр об’єкта Index , щоб визначити місце, де зберігатимуться...до індексу, викликавши метод Index.add , переконавшись, що файли...

    kb.groupdocs.com/uk/search/java/perform-date-ra...
  8. Виконайте пошук діапазону дат за допомогою C#

    Дізнайтеся, як виконувати пошук за діапазоном дат за допомогою C#, щоб знайти певні дані документа в заданому діапазоні. Дізнайтеся, як легко шукати документи за діапазоном дат у C#....діапазоном дат Створіть екземпляр Index , щоб визначити місце зберігання...датою Використовуйте метод Index.Add , щоб додати файли з указаного...

    kb.groupdocs.com/uk/search/net/perform-date-ran...
  9. Выполнить поиск по диапазону дат с помощью Java

    Изучите, как выполнить поиск по диапазону дат с помощью Java, чтобы найти определенные данные документа в определенном временном интервале. Легко ищите документы по диапазону дат в Java....Создайте экземпляр объекта Index , чтобы указать место, где будут...документы в индекс, вызвав метод Index.add , гарантируя, что файлы...

    kb.groupdocs.com/ru/search/java/perform-date-ra...
  10. Izvršite pretraživanje datumskog raspona pomoću C#

    Naučite kako izvršiti pretraživanje datumskog raspona pomoću C# za pronalaženje određenih podataka dokumenta unutar zadanog raspona. Otkrijte kako s lakoćom pretraživati dokumente prema rasponu datuma u C#....pretraživanja raspona datuma Napravite Index instancu da definirate mjesto...na datumu Koristite metodu Index.Add za dodavanje datoteka iz...

    kb.groupdocs.com/hr/search/net/perform-date-ran...