Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 2,120 for

resource

(0.12 sec)
  1. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/text-file...
  2. Hello, World! | Documentation

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example.... Additional Resources This demo application references...

    docs.groupdocs.com/redaction/python-net/hello-w...
  3. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary.... search ( "on" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/indexing-with-st...
  4. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java.... More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  5. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/delete-signatu...
  6. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....retrieveFileStream ( filePath ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/load-document...
  8. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....SerialNumber ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/advanced-searc...
  9. How to search signatures with LINQ queries | Do...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API.... } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/search-signatu...
  10. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/delete-signatu...