Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 316 for

dictionary

(0.05 sec)
  1. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API.... The default homophone dictionary contains homophones only... To manage the homophone dictionary, see the page in the section...

    docs.groupdocs.com/search/java/homophone-search/
  2. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same.... The default synonym dictionary contains synonyms only for...language. To manage the synonym dictionary, see the page in the section...

    docs.groupdocs.com/search/java/synonym-search/
  3. Change Page Orientation using GroupDocs.Merger ...

    We are pleased to announce the release of GroupDocs.Merger for .NET 18.11. This latest version of the API comes with some new features. GetSupportedFormats and RotatePage methods are introduced. Furthermore, you can change page orientation. Please see release notes for further details. Features Change Page OrientationNew method ChangeOrientation is introduced. public DocumentResult ChangeOrientation(Stream documentStream, OrientationOptions orientationOptions); Get Supported FormatsMethod GetSupportedFormats is added. public Dictionary GetSupportedFormats(); Rotate PagesRotatePages method is introduced in the API.... # public Dictionary GetSupportedFormats(); Rotate...

    blog.groupdocs.com/merger/change-page-orientati...
  4. Compare Metadata Between Document Versions | Gr...

    Step‑by‑step guide to diff document metadata in .NET using GroupDocs.Metadata, with export options and best‑practice tips....properties, and returns a dictionary of name → value pairs. var...var result = new Dictionary < string , string >(); using ( var...

    docs.groupdocs.com/metadata/net/compare-metadat...
  5. Character replacement during Indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....replacements from the dictionary index . Dictionaries . CharacterReplacement...replacements to the dictionary index . Dictionaries . CharacterReplacement...

    docs.groupdocs.com/search/net/character-replace...
  6. GroupDocs.Search Product Family

    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.... the API has implemented dictionary of letters in this release...homophone dictionary functionality and alias dictionary functionality...

    blog.groupdocs.com/categories/groupdocs.search-...
  7. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....character replacements from the dictionary index . getDictionaries ()...( 'com.groupdocs.search.dictionaries.CharacterReplacement' ,...

    docs.groupdocs.com/search/nodejs-java/character...
  8. Compare Document Metadata with GroupDocs.Metada...

    Practical guide showing how to detect ownership, revision, and property changes between two document versions using GroupDocs.Metadata for .NET. Includes code examples and export options....extract all properties into dictionaries, then iterate to build a...MetadataDiff holds three dictionaries: Added , Removed , Changed...

    blog.groupdocs.com/metadata/compare-metadata-ve...
  9. Convert to Markdown with advanced options | Gro...

    Follow this guide and learn how to convert documents to Markdown format with advanced image handling — embed images as base64, write them as external files, or redirect them to a custom destination via the image saving callback using GroupDocs.Conversion for .NET...._index ; private readonly Dictionary < string , MemoryStream >...public CaptureImagesCallbac ( Dictionary < string , MemoryStream >...

    docs.groupdocs.com/conversion/net/convert-to-ma...
  10. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....ready for search Use the Dictionaries.AliasDictionary.Add method...create aliases in the alias dictionary Run the search query with...

    kb.groupdocs.com/search/net/search-with-aliases...