Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,067 for

document text extraction

(0.13 sec)
  1. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....中文 中國傳統的 Forget to discuss documents’ content and feedback in long...use annotations to markup documents with messages and replies...

    blog.groupdocs.com/annotation/annotate-word-doc...
  2. Introduction | Documentation

    This is an introduction into edit Document techniques explanation like main stages of Document opening, editing and saving results within Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...means that in order to edit a document user must use GroupDocs.Editor...

    docs.groupdocs.com/editor/java/introduction/
  3. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Using OCR to redact image documents / Use Microsoft Azure Computer...

    docs.groupdocs.com/redaction/java/use-microsoft...
  5. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....time when we used to discuss document content and feedback in long...annotations to markup the document with messages and replies...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  6. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in Documents. Learn how to implement regular expression search in C# seamlessly....patterns for locating text within documents. This is particularly...efficient searching" Add the documents from the specified folder...

    kb.groupdocs.com/search/net/regular-expression-...
  7. Convert PDF to DOCX using C#

    Easily convert PDF to DOCX using C# with our step-by-step guide without installing extra tools. We will also provide you code example to export PDF to DOCX using C#....In the dynamic landscape of document processing, the ability to...(Portable Document Format) and DOCX (Microsoft Word Document) serve...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. Convert PDF to DOC using Node.js

    Learn how to convert PDF to DOC using Node.js with an easy step-by-step guide. Effortlessly export PDF to DOC in Node.js for seamless Document editing and management....js Handling different document formats is essential in many...to extract and modify content while maintaining document structure...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. Convert PDF to DOCX using Java

    Effortlessly convert PDF to DOCX using Java, eliminating the need for additional tools. Also, we will furnish you with code example to export PDF to DOCX using Java....the ever-evolving realm of document processing, mastering the...(Portable Document Format) and DOCX (Microsoft Word Document) each...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

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