Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 2,871 for

indexing

(0.06 sec)
  1. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/zh-hant/groupdocs.blog/page/3/
  2. Reverse Image Search Library

    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/zh/tag/reverse-image-search-...
  3. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....in the collection using its index (zero-based) and update its...shows how to update reply by index: C# // NOTE: Input document...

    docs.groupdocs.com/annotation/net/update-annota...
  4. C# kullanarak Faceted Search gerçekleştirin

    Belge alımını geliştirmek için C# kullanarak Faceted Search gerçekleştirin. Uygulamalarda kesin ve etkili sonuçlar için C# dilinde Boolean operatörleriyle tam metin aramayı öğrenin....oluşturmak üzere bir Index nesnesi başlatın Index.Add yöntemini kullanarak...sorgu ve facet filtreleriyle Index.Search yöntemini çağırarak facet...

    kb.groupdocs.com/tr/search/net/perform-faceted-...
  5. Provádějte Faceted Search pomocí C#

    Provádějte Faceted Search pomocí C#, abyste zlepšili načítání dokumentů. Naučte se fulltextové vyhledávání s booleovskými operátory v C# pro přesné a efektivní výsledky v aplikacích....fazetami Inicializací objektu Index vytvořte úložiště, kde lze vaše...dokumenty do indexu pomocí metody Index.Add a zadejte adresář obsahující...

    kb.groupdocs.com/cs/search/net/perform-faceted-...
  6. C# を使用して同音異義語検索を実行する

    音声マッチングのために C# を使用して同音異義語検索を実行する方法を学びます。追加のソフトウェアをインストールせずに正確な結果を得るための C# 同音異義語検索アルゴリズムを学びます。...ドキュメントを効率的にインデックスするための保存場所として機能する Index オブジェクトを作成します Index.Add メソッドを使用してドキュメ...す。 検索クエリと構成済みの検索オプションを使用して、Index.Searchメソッドを使用して同音異義語を検索します。...

    kb.groupdocs.com/ja/search/net/perform-homophon...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized 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-...
  8. Ajouter un filigrane aux présentations en C# | ...

    Façons C # d'ajouter du texte aux diapositives de présentation en tant que filigrane ou d'appliquer des filigranes d'image aux formats PPT, PPTX, PPS et autres à l'aide de l'API .NET Watermarking de GroupDocs.... Fournir l’index de la diapositive pour appliquer...Si vous ne fournissez pas d’index de diapositive, le filigrane...

    blog.groupdocs.com/fr/watermark/add-watermark-t...
  9. Создание средства просмотра документов в ASP.NE...

    Онлайн-просмотрщики документов стали популярными после роста использования цифровых документов, особенно в системах управления контентом. Причина такой популярности в том, что вы можете просматривать различные форматы документов, не покупая и не устанавливая специальные программы. Учитывая важность просмотрщиков документов, я подумал написать статью о том, как создать универсальный просмотрщик документов в ASP.NET MVC. Мы собираемся создать ASP.NET MVC приложение для просмотра документов, которое будет нацелено на .NET Core. Для рендеринга документов в бэкенде мы будем использовать API GroupDocs.... Откройте файл Views/Home/Index.cshtml и замените его содержимое...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/ru/viewer/document-viewer-in...
  10. Erstellen Sie Document Viewer in ASP.NET Core M...

    Die Online-Dokumentenbetrachter sind nach der zunehmenden Verwendung digitaler Dokumente, insbesondere in den Content-Management-Systemen, populär geworden. Der Grund für diese Beliebtheit ist, dass Sie eine Vielzahl von Dokumentformaten anzeigen können, ohne spezielle Softwareprogramme kaufen oder installieren zu müssen. In Anbetracht der Bedeutung von Dokumentbetrachtern dachte ich daran, einen Artikel darüber zu schreiben, wie man einen universellen Dokumentbetrachter in ASP.NET MVC erstellt. Wir werden eine ASP.NET MVC Document Viewer-Anwendung erstellen, die auf ....Öffnen Sie die Datei Views/Home/Index.cshtml und ersetzen Sie deren...List<string>(); } public IActionResult Index() { var files = Directory.G...

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