Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 46,562 for

(c )

(0.05 sec)
  1. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....indexFolder = @"C:\MyIndex" ; string documentFolder = @"C:\MyDocuments"...searchImage = SearchImage.Create( @"C:\MyDocuments\image0.png" ); //...

    blog.groupdocs.com/search/reverse-image-search/
  2. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....Just use a few lines of code in C# or Java to swiftly scan through...multiple files across folders: C# Java Explore these helpful links...

    blog.groupdocs.com/search/online-text-search/
  3. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index.... C# string indexFolder = @"c:\MyIndex" ; string...string documentPath = @"c:\MyDocuments\MyDocument.pdf" ; // Extracting...

    docs.groupdocs.com/search/net/separate-data-ext...
  4. Search network deployment | Documentation

    This page contains information about deployment of the search network.... C# SearchNetworkNode node1 = SearchNetworkNode...a master node on the server. C# SearchNetworkNode node0 = SearchNetworkNode...

    docs.groupdocs.com/search/net/search-network-de...
  5. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-metadat...
  6. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...search . OutputFormat . Html , 'c:/Result.html/' ); index . getDocumentText...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  7. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....same as all plain text files: C# var config = RedactorConfiguratio...Redactor redactor = new Redactor ( @"C:\sample.dump" )) { // Here we...

    docs.groupdocs.com/redaction/net/extend-support...
  8. Get document Info | Documentation

    This artcle explains how to get document information...: "C:\\Docs\\source.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\source.docx" FileInputStream...

    docs.groupdocs.com/watermark/java/get-document-...
  9. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....with specific annotation type: C# using (Annotator annotator =...with specific annotation types: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/filtering-ann...
  10. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only.... Old coding style C# using GroupDocs.Comparison ;..."result.docx" ); New coding style C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/migration-notes/