Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 282 for

viewer print images

(0.12 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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Viewer Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  2. 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....Viewer Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/
  3. Implement custom serialization with QR-code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....Viewer Product Solution GroupDocs...into metadata signature to Image document. Signature signature...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....Viewer for .NET and I have a piece...Thus, you can use GroupDocs.Viewer for .NET API in your cross-platform...

    blog.groupdocs.com/viewer/support-of-net-standa...
  5. Convert PDF to TIFF using Node.js

    Learn how to convert PDF to TIFF using Node.js and export PDF to TIFF in Node.js. Efficient file conversion for high-quality image outputs in your applications....Viewer Product Family GroupDocs.Comparison...using Node.js . TIFF, or Tagged Image File Format, is widely used...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Viewer Product Solution GroupDocs...value that indicates whether images extraction is supported. The...

    docs.groupdocs.com/parser/net/get-supported-fea...
  7. OCR support | Documentation

    This article demonstrates 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...Viewer Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/net/ocr-support/
  8. View Contents of ZIP and TAR Archives using Gro...

    We are excited to bring a major release of GroupDocs.Viewer for Java API packaging a bunch of new features, improvements, and bug fixes. In the latest release, we have added the support of viewing archives and a couple of code files as well as provided the features of working with security settings in the PDF documents. So let’s walk through the latest release of our document Viewer API for Java and check out what you are going to get after upgrading to v19....Viewer for Java API packaging a bunch...latest release of our document viewer API for Java and check out...

    blog.groupdocs.com/viewer/view-files-and-folder...
  9. Partial Rendering of Large Excel Sheets are Sup...

    We are pleased to announce another monthly release of GroupDocs.Viewer for Java 17.2.0. Numerous customers reported bugs are resolved in this release. Furthermore, API comes with multitude of improvements and new features such as implementation of settings to prevent glyph grouping when rendering PDF documents. We’d recommend you to download latest version of the API and share your valuable feedback. GroupDocs.Viewer for Java 17.2.0 - New Features Mobi format support Ability to set default font when rendering Email documents Add OTP format support OTS format support WebP file format support Implement setting to prevent glyphs grouping when rendering pdf documents Partial rendering of large Excel sheets in HTML mode Implement parameterless ViewerHtmlHandler and ViewerImageHandler constructors Add possibility to configurate ViewerConfig class via app....Viewer for Java 17.2.0 . Numerous...valuable feedback. GroupDocs.Viewer for Java 17.2.0 - New Features...

    blog.groupdocs.com/viewer/partial-rendering-lar...
  10. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....Viewer Product Solution GroupDocs...= parser . GetText ()) { // Print an extracted text (or "not supported"...

    docs.groupdocs.com/parser/net/how-to-run-examples/