Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 29,490 for

groupdocs.metadata

(0.07 sec)
  1. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in GroupDocs.Comparison for Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/compare-of-v...
  2. Save signed document with password | Documentation

    This article explains how to save document with password protection....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/save-signed-d...
  3. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/searching-for...
  4. Load file from local disk | Documentation

    This article demonstrates how to convert file stored on local disk using GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-file-fro...
  5. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  6. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/search/net/delete-indexed-do...
  7. Add link annotation | Documentation

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/add-link-ann...
  8. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/save-only-an...
  9. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  10. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/get-document-...