Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 3,049 for

indexing

(0.59 sec)
  1. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Call method with the slide index and obtain object; Read a text...Call method with the slide index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. 使用 C# 执行模糊搜索

    了解如何使用 C# 执行模糊搜索以实现准确、高效的查询匹配。了解如何在 C# 中使用模糊逻辑构建文档搜索以获得更好的结果。...创建一个 Index 对象来定义一个存储位置,您的文档将在该位置进行组织并准备进行快速搜索。 使用 Index.Add ...

    kb.groupdocs.com/zh/search/net/perform-fuzzy-se...
  3. Encuentre sinónimos de cualquier palabra usando...

    Encuentre todos los sinónimos posibles de cualquier palabra en C# utilizando la API de .NET. Obtenga diferentes colecciones de sinónimos ordenados por diferentes significados de la misma palabra...."make"; string[] synonyms = new Index().Dictionaries.SynonymDictionary..."make"; string[][] groups = new Index().Dictionaries.SynonymDictionary...

    blog.groupdocs.com/es/search/find-synonyms-of-w...
  4. Full Text Search in Java on GroupDocs Blog | Do...

    Full Text Search in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Full Text Search in Java on GroupDocs Blog | Document Automation Solutions fo......Java à rechercher via l'indexation. Trouvez du texte dans plusieurs...

    blog.groupdocs.com/fr/tag/full-text-search-in-j...
  5. text searching using csharp on GroupDocs Blog |...

    text searching using csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in text searching using csharp on GroupDocs Blog | Document Automation Soluti......NET & Java Developers Indexation de texte et recherche dans...

    blog.groupdocs.com/fr/tag/text-searching-using-...
  6. Unexpected behavior when converting to PDF - Fr...

    In recent testing, I observed several results that were not what I expected when attempting to convert various plain text files to PDF. I used the latest version of GroupDocs.Conversion (24.6) in a Spring Boot 3.3.1 appl…...very large - tables - links - indexes.docx ... 18-12-25 11:32:34...very large - tables - links - indexes.docx ... 18-12-25 11:32:34...

    forum.groupdocs.com/t/unexpected-behavior-when-...
  7. Εκτελέστε αντίστροφη αναζήτηση εικόνων χρησιμοπ...

    Εκτελέστε αποτελεσματικά αντίστροφη αναζήτηση εικόνων χρησιμοποιώντας C# για να βρείτε παρόμοιες εικόνες. Μάθετε πώς να εφαρμόζετε αντίστροφη αναζήτηση εικόνων σε C# για ανάκτηση εικόνων βάσει περιεχομένου....Δημιουργήστε ένα αντικείμενο Index χρησιμοποιώντας τον καθορισμένο...αναζήτησης χρησιμοποιώντας το Index.Search Περιηγηθείτε στα αποτελέσματα...

    kb.groupdocs.com/el/search/net/perform-reverse-...
  8. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  9. Extract images from document page area | GroupDocs

    This article explains that how to extract images from document page area....images ) { // Print a page index, rectangle and image type: Console...Type: {2}" , image . Page . Index , image . Rectangle , image...

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-e...