Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 2,840 for

indexing

(0.05 sec)
  1. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-embed-...
  2. Reverse Image Search in Documents

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/ja/tag/reverse-image-search-...
  3. Javaを使用してブール検索を実行する

    この記事を活用して、Java を使用してブール検索を実行します。Java でブール演算子を使用した全文検索をマスターして、正確で効率的なアプリケーション結果を得ましょう。... Index オブジェクトを作成して、インデックス付きドキュメントを...よび管理するための検索可能なリポジトリを確立します。 Index.add メソッドを使用して、指定したディレクトリのドキ...

    kb.groupdocs.com/ja/search/java/perform-boolean...
  4. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-embed-n...
  5. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  6. 在 Java 中查找任何单词的同义词 |按含义划分的同义词组

    查找 Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。... 使用 Index 类创建索引。 通过将查询传递给 getSynonyms..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  7. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....htaccess and index.php files # Create a .htaccess...%{REQUEST\_FILENAME} !-d RewriteRule .\* index.php \[L,QSA\] Header Unset ETag...

    blog.groupdocs.com/comparison/implement-documen...
  8. Работа с резултатите от търсенето с помощта на ...

    Научете как да работите с резултати от търсене с помощта на Java и да извличате ефективно резултати от търсене в Java, като оптимизирате процесите на търсене за по-добра производителност и точност....индексен обект с помощта на класа Index и посочете местоположението...индекса Използвайте метода Index.add, за да индексирате документи...

    kb.groupdocs.com/bg/search/java/work-with-searc...
  9. Thực hiện Tìm kiếm từ đồng nghĩa bằng C#

    Nâng cao chức năng tìm kiếm bằng cách thực hiện tìm kiếm từ đồng nghĩa bằng C# để lấy kết quả có liên quan. Đạt được độ chính xác với tìm kiếm C# với các giải pháp khớp từ đồng nghĩa....nghĩa Tạo một đối tượng lớp Index bằng cách truyền đường dẫn thư...được chỉ định bằng phương thức Index.Add Khởi tạo đối tượng SearchOptions...

    kb.groupdocs.com/vi/search/net/perform-synonym-...
  10. Tìm kiếm trong Tài liệu với Sửa lỗi Bố trí Bàn ...

    Thực hiện tìm kiếm trong tài liệu với chức năng sửa bố cục bàn phím bằng C#. Chúng tôi sẽ cung cấp mã để thực hiện cách sửa bố cục bàn phím khi tìm kiếm tài liệu bằng C#....bàn phím Tạo một đối tượng Index để hoạt động như một kho lưu...vào chỉ mục bằng phương pháp Index.Add , chỉ định thư mục chứa...

    kb.groupdocs.com/vi/search/net/search-in-docume...