Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,235 for

document text extraction

(0.16 sec)
  1. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fascinating Document search API. It extracts Text and metadata from Documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...fascinating document search API. It extracts text and metadata...

    docs.groupdocs.com/search/net/
  2. Working with metadata in PDF documents | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property 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/net/working-with-me...
  3. How to Extract Metadata from Excel in Java

    This post contains thorough information to extract metadata from Excel in Java using simple API calls and provides a working example for the Java Excel metadata extractor application....Redaction Product Family How to Extract Metadata from Excel in Java...step-by-step information to extract metadata from Excel in Java...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  4. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Viewer supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/net/
  5. Export Indexed Documents to HTML using C#

    Learn how to export indexed Documents to HTML using C# with easy-to-follow steps. Implement C# export indexed Documents to HTML for better Document management....Indexed Documents to HTML using C# Exporting indexed documents to...require sharing or viewing document content in a browser-friendly...

    kb.groupdocs.com/search/net/export-indexed-docu...
  6. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java Document manipulation APIs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product...search, parse, and manipulate documents and images within your Java...

    docs.groupdocs.com/total/java/
  7. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Basic usage | GroupDocs

    Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract Text, metadata, images, table of contents, and parse data from Documents in C#....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Parser API Parse your documents and extract data easily with our...

    docs.groupdocs.com/parser/net/basic-usage/