Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 9,403 for

text

(0.06 sec)
  1. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....structured representation of the text, including bounding rectangles...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  2. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library.... Extract text from PDF files and images. and...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  3. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....data such as: slides, shapes, text, animations, video, audio and...

    docs.groupdocs.com/merger/python-net/merge/powe...
  4. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....get familiar how to extract text, images, forms and more, please...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java.... Text : const textFormField = collection...groupdocsEditor . FormFieldType . Text : const textFormField = collection...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  6. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/java/build-your-first...
  7. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to Convert ODT to HTML using Java

    Let's learn how to convert ODT to HTML using Java without installing any extra software. Also, write code example to export ODT to HTML in Java using conversion library....need to convert Open Document Text ( ODT ) files to HTML, you have...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert MSG to DOCX using Java

    This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java....with Microsoft Word and other text editors. There might be instances...

    kb.groupdocs.com/conversion/java/how-to-convert...