Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 2,677 for

resource

(0.19 sec)
  1. 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....RuntimeException ( ex ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/ocr-support/
  2. Get supported features | GroupDocs

    This article shows how to check if feature supported for the document.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/java/get-supported-fe...
  3. Extract images from document page area | GroupDocs

    This article explains that how to extract images from document page area....getFileType ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...
  4. Convert Files Within Document Containers | Grou...

    Open ZIP, RAR, 7Z, OST, PST, and other container formats, convert their contents, and write a consolidated output document in a single Converter.convert() call with GroupDocs.Conversion for Python via .NET....files that contain embedded resources. Word Processing DOC - The...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Extract data from attachments and ZIP archives ...

    Learn how to extract text, images, and data from ZIP archives, PDF portfolios, email attachments, and Outlook storage files using GroupDocs.Parser for .NET in C#...." ); } } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Get supported features | GroupDocs

    Learn how to check which features are supported for a document using GroupDocs.Parser for .NET. Check text extraction, metadata, images, tables, and other feature support in C#.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/get-supported-fea...
  7. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Search text in EPUB eBooks | GroupDocs

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects.... getText ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/search-text-in-e...
  9. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....following articles: More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  10. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity.... OutputTorrent ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-t...