Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 2,876 for

indexes

(0.14 sec)
  1. การค้นหาไฟล์ .NET - ค้นหาข้อความหลายรายการในไฟล...

    ค้นหาข้อความหรือวลีหลายรายการในไฟล์ต่างๆ ที่กระจายอยู่ในโฟลเดอร์ต่างๆ โดยใช้ C# เน้นผลการสแกนในไฟล์ HTML ที่เกี่ยวข้อง...ากโฟลเดอร์ที่ระบุ Index index = new Index("path/for/indexingFolder");...Folder"); index.Add("path/parent-folder/"); // ค้นหาเอกสารที่มีคำว่า...

    blog.groupdocs.com/th/search/search-multiple-te...
  2. Знайдіть будь-яке слово та його синоніми в кіль...

    Знайдіть певне слово та його синоніми в різних файлах за допомогою Java. Аналогічно, отримуйте всі синоніми, згруповані за різними значеннями за допомогою Java Search API....індексу за допомогою класу Index . Додайте папку документів до...Викличте метод search класу Index і передайте запит із параметрами...

    blog.groupdocs.com/uk/search/find-synonyms-in-m...
  3. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . Search ( query ); // Search in the index Wildcard...ffect" ; SearchResult result = index . Search ( query ); // Search...

    docs.groupdocs.com/search/net/build-search-query/
  4. Přidat vodoznak do prezentací v Java | Textové ...

    Přidejte vodoznak obrázku na snímky prezentace nebo použijte textové vodoznaky na formáty PPT, PPTX, PPS a další v Java pomocí GroupDocs Watermarking API.... Zadejte index snímku, na který chcete vodoznak...watermarker.close(); Pokud není index snímků nastaven, vodoznak bude...

    blog.groupdocs.com/cs/watermark/watermark-prese...
  5. 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. 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/
  6. Belgeler İçinde Ters Görsel Arama

    Uygulamanızı belgelerde ve resim dosyalarında ters resim arama işlevselliği ile oluşturun....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/tr/search/reverse-image-search/
  7. البحث العكسي عن الصور في الوثائق

    قم بإنشاء تطبيقك مع وظيفة البحث العكسي عن الصور في المستندات وملفات الصور....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/ar/search/reverse-image-search/
  8. חיפוש תמונה הפוכה במסמכים

    בנה את האפליקציה שלך עם פונקציה של חיפוש תמונות הפוך במסמכים ובקבצי תמונה....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/he/search/reverse-image-search/
  9. Reverse Image Search in Documents

    Zbuduj swoją aplikację z funkcjonalnością wyszukiwania obrazów wstecz w dokumentach i plikach graficznych....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/pl/search/reverse-image-search/
  10. Deleting documents | Documentation

    This page contains information about deleting documents in the search network....fileNames [ i ] = filePath ; } Indexer indexer = node . getIndexer ();...options = new DeleteOptions (); indexer . delete ( fileNames , options...

    docs.groupdocs.com/search/java/deleting-documents/