Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,087 for

indexes

(0.12 sec)
  1. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....Each text area includes: Page index: The page where the text appears...in text_areas : # Print page index, rectangle, and text print (...

    docs.groupdocs.com/parser/python-net/extract-te...
  2. Recherche inversée d'images dans des documents

    Construisez votre application avec des fonctionnalités de recherche d'image inversée dans les documents et les fichiers image....Grâce à ses fonctionnalités d’indexation et de recherche d’images...GroupDocs.Search Étape 2 : Indexation des images # Pour activer...

    blog.groupdocs.com/fr/search/reverse-image-search/
  3. Xây dựng giải pháp tìm kiếm toàn văn trong Java...

    API tìm kiếm toàn văn cho các ứng dụng Java để tìm kiếm thông qua lập chỉ mục. Tìm văn bản trong nhiều tệp Word, Excel, PDF, TXT của một thư mục và đánh dấu kết quả tìm kiếm.... Index index = new Index("indexingFolderPath"); index.add...phương thức search của lớp Index. Duyệt qua từng kết quả tìm...

    blog.groupdocs.com/vi/search/build-full-text-se...
  4. Extract images from document page | GroupDocs

    Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Basic understanding of page indexing (zero-based) Extract images...page_index = 0 images = parser . get_images ( page_index ) if...

    docs.groupdocs.com/parser/python-net/extract-im...
  5. Створення рішення повнотекстового пошуку на Jav...

    API повнотекстового пошуку для програм Java для пошуку через індексування. Знайдіть текст у кількох файлах Word, Excel, PDF, TXT у папці та виділіть результати пошуку.... Index index = new Index("indexingFolderPath"); index.add...допомогою методу search класу Index. Перегляньте всі результати...

    blog.groupdocs.com/uk/search/build-full-text-se...
  6. オンラインのドキュメントで正規表現検索を実行する

    GroupDocs.Search を使用して正規表現検索の機能を解放してください。正規表現を使用してテキストベースのドキュメントを検索する方法を学びます。...する Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); 詳細なガイダンスについては、...

    blog.groupdocs.com/ja/search/online-regex-search/
  7. Spelling Correction in Document Search using Java

    Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....project Use the Index class to create an index in a designated...specified folder to the index using the Index.add method Create an...

    kb.groupdocs.com/search/java/spelling-correctio...
  8. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. String indexFolder = "c:\\MyIndex\\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/search-for-diffe...
  9. Tìm kiếm văn bản trong thư mục bằng cách lập ch...

    Tìm kiếm văn bản theo từng phần, lập chỉ mục văn bản, chỉ định số chuỗi tìm kiếm và nhận thời gian tìm kiếm để nhận kết quả tìm kiếm trong C# bằng API Tìm kiếm GroupDocs dành cho Nhà phát triển .NET....documents folder in the created index. Đặt Tùy chọn tìm kiếm và đặt...an index in the specified folder Index index = new Index(indexFolder);...

    blog.groupdocs.com/vi/search/search-text-by-ind...
  10. Spelling Correction in Document Search using C#

    Implement spelling correction in document search using C#. For accurate and efficient document retrieval, this topic enables spell check in document search using C#....Create an index in the specified folder using the Index class Use...Use the Index.Add method to add documents from the specified folder...

    kb.groupdocs.com/search/net/spelling-correction...