Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 2,607 for

resource

(0.07 sec)
  1. Απόδοση EML ως HTML χρησιμοποιώντας Python

    Σε αυτό το θέμα, θα μάθετε πώς να αποδίδετε αρχεία EML ως HTML χρησιμοποιώντας Python. Επιπλέον, εξηγείται πώς να μετατρέψετε EML σε HTML με Python με ενσωματωμένους πόρους....χρησιμοποιώντας for_embedded_resources για να συγκεντρώσετε την έξοδο...

    kb.groupdocs.com/el/viewer/python/render-eml-as...
  2. OCR Usage Basics | GroupDocs

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

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  3. 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...."coal" , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/homophone-search/
  4. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API...." ) More Resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/update-...
  5. Delete Image signatures from documents | GroupDocs

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API...." ) More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/delete-...
  6. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System.... } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-d...
  7. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction.... Save (); }; } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-page-area-...
  8. GroupDocs.Conversion for .NET overview | GroupDocs

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for file conversion between a variety of supported document and image types without using third-party tools....files and utilize as minimum resources as possible. Scalability....

    docs.groupdocs.com/conversion/net/product-overv...
  9. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....Search ( "Einstein" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/storing-text-of-i...
  10. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index....Optimize ( options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/optimize-index/