Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 7,199 for

may

(0.44 sec)
  1. 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....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/character-replac...
  2. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/detect-file-type...
  3. Electronic Signature Types | GroupDocs

    This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/electro...
  4. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/esign-p...
  5. Update Text Signatures in Document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/update-...
  6. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  7. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/composing-sig...
  8. Verify Text Signatures in Document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature for Python via .NET API....Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/verify-...
  9. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  10. OCR support | GroupDocs

    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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/ocr-support/