Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 3,087 for

indexing

(0.05 sec)
  1. Javaを使用してあいまい検索を実行する

    正確で効率的なクエリマッチングのために、Java を使用してあいまい検索を実行する方法を学びます。Java であいまいロジックを使用してドキュメント検索を構築し、結果を改善する方法を学びます。... Index オブジェクトを初期化して、効率的な検索のためにドキュメ...ントを整理および準備するための保存場所を指定します。 Index.add メソッドを使用して、インデックスを作成するドキュメントを含むフォルダー...

    kb.groupdocs.com/ja/search/java/perform-fuzzy-s...
  2. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....on the attachment type: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-each-...
  3. Thực hiện Tìm kiếm hình ảnh ngược bằng C#

    Thực hiện tìm kiếm hình ảnh ngược hiệu quả bằng C# để tìm hình ảnh tương tự. Tìm hiểu cách triển khai tìm kiếm hình ảnh ngược trong C# để truy xuất hình ảnh dựa trên nội dung....hình ảnh ngược Tạo đối tượng Index bằng cách sử dụng thư mục chỉ...các tùy chọn tìm kiếm bằng Index.Search Lặp qua các kết quả tìm...

    kb.groupdocs.com/vi/search/net/perform-reverse-...
  4. 使用 Java 执行反向图像搜索

    使用 Java 快速执行反向图像搜索以查找相似图像。了解如何使用 Java 实现反向图像搜索以进行基于内容的图像检索。...库集成到您的项目中以启用反向图像搜索功能 通过指定存储索引的文件夹来初始化 Index 对象 配置图像 IndexingOptions 以允许...create 方法定义图像文件的路径,为搜索创建参考图像 通过 Index.search 使用参考图像和定义的搜索选项在索引中执行图像搜索...

    kb.groupdocs.com/zh/search/java/perform-reverse...
  5. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Call method with the sheet index and obtain object; Read a text...Call method with the sheet index and obtain object; Read a text...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. C# での数値範囲検索

    GroupDocs.Search を使用すると、C# で数値範囲検索を簡単に実行できます。高度で効率的な手法を使用して、C# でドキュメント内の数値範囲を検索する方法を学びます。... Index クラスのインスタンスを作成し、ドキュメントを整理して最...適化された検索用に準備する保存場所を定義します。 Index.Add メソッドを使用して、含めたいドキュメントを含むフォ...

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  7. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic 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-...
  8. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/implement-cus...
  9. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.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-for-emb...
  10. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP.... Abra o arquivo Views/Home/Index.cshtml e substitua seu conteúdo...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/pt/viewer/document-viewer-in...