Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 8,114 for

document signature

(0.24 sec)
  1. How to Extract Text from XML in Java

    Let's become familiar ourselves with the step-by-step process to extract Text from XML in Java and how to develop the ability to extract Text from XML using Java....Signature Product Family GroupDocs.Metadata...for extracting text from a document. Here are all the points that...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  2. How to Convert ODT to JPG using C#

    In this topic, we will discover how to convert ODT to JPG using C# without installing additional software installations along with code to export ODT to JPG in C#....Signature Product Family GroupDocs.Metadata...C# If you have an ODT (Open Document Text) file and wish to convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert ODT to PPTX using C#

    In this topic, we will discover how to convert ODT to PPTX using C# without installing additional software installations along with code to export ODT to PPTX in C#....Signature Product Family GroupDocs.Metadata...C# If you have an ODT (Open Document Text) file and need to convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/custom-text-segme...
  5. Delete indexed paths | Documentation

    GroupDocs.Search for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/delete-indexed-p...
  6. 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. 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....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/ocr-support/
  7. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/migration-notes/
  8. Extract images from Emails | Documentation

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  10. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files with just couple lines of code....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/basic-usage/