Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 5,513 for

editor

(0.04 sec)
  1. Delete indexed documents | GroupDocs

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

    docs.groupdocs.com/search/java/delete-indexed-d...
  2. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/update-index/
  3. 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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  4. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/separate-data-ext...
  5. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/features-overv...
  6. Search text in HTML documents | GroupDocs

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/search-text-in-h...
  7. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/indexing-reports/
  9. Product Overview | GroupDocs

    GroupDocs.Merger for Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/product-overview/
  10. Add text or image watermark | GroupDocs

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/add-text-or-i...