Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 7,544 for

document annotation

(0.05 sec)
  1. 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....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/ocr-support/
  2. Convert PPTX to HTML using Node.js

    Discover how to convert PPTX to HTML using Node.js with our step-by-step guide that quickly shows you exactly how to export PPTX to HTML in Node.js with ease today....Annotation Product Family GroupDocs...platforms, and digital documentation. One of the most practical...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  3. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/password-protect...
  4. GroupDocs.Viewer for Python via .NET | Document...

    Render Documents as HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python. No third-party software needed!...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/
  5. How to use custom cache implementation | Docume...

    Follow this guide and learn how to implement custom cache implementation when Document with GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/how-to-use-cu...
  6. How to Convert XLSX to DOCX using C#

    In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#....Annotation Product Family GroupDocs...article, we’ll concentrate on document conversion utilizing a well-known...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. 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....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Search index settings | Documentation

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/search-index-sett...
  9. Convert JPG to PDF using C#

    By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#....Annotation Product Family GroupDocs...myriad of possibilities for document processing and management...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....Annotation Product Family GroupDocs...designed to render a DOCX (Word) document into HTML. Once the example...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...