Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,053 for

extracted data

(0.04 sec)
  1. Extract Text Areas from Document Pages using Gr...

    Today, we are excited to announce the release of version 18.7 of GroupDocs.Parser for .NET. The latest release supports extracting text areas from document pages. This feature may help you getting Data for text analysis. We recommend you to upgrade the API to the latest version and share your valuable feedback. Extracting Text AreasExtracting text areas is useful when you need to get the Data for text analysis. To extract text areas, text extractors implement their own internal private class and provide DocumentContent property (see PdfTextExtractor as the sample)....The latest release supports extracting text areas from document...feature may help you getting data for text analysis. We recommend...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  2. Extract metadata from Microsoft Office Word doc...

    To extract metaData from Microsoft Office Word documents getMetaData method is used. This method allows to extract the following metaData: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Usage / Extract data from various formats / Extract data from Microsoft...Microsoft Office Word documents / Extract metadata from Microsoft Office...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....usage / Extract data from various formats / Extract data from Microsoft...Office Excel spreadsheets / Extract cells from Microsoft Office...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  4. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metaData from PDF documents...usage / Extract data from various formats / Extract data from PDF...documents / Extract metadata from PDF documents Extract metadata...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...usage / Extract data from various formats / Extract data from Microsoft...notebooks / Extract text from Microsoft OneNote sections Extract text...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Usage / Extract data from various formats / Extract data from Microsoft...Microsoft Office Word documents / Extract hyperlinks from Microsoft Office...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....properties, and other essential data. Following are the simple steps...programmatically, enabling them to extract metadata, retrieve properties...

    kb.groupdocs.com/metadata/net/get-document-info...
  8. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metaData from PDF using C# with document extraction API and how to create application to get metaData from PDF in C#....Redaction Product Family How to Extract Metadata from PDF using C#...step-by-step procedure to extract metadata from PDF using C#...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  9. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...usage / Extract data from various formats / Extract data from Emails...Emails / Extract attachments from Emails Extract attachments...

    docs.groupdocs.com/parser/net/extract-attachmen...
  10. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Usage / Extract data from various formats / Extract data from Emails...Emails / Extract emails from remote server via POP IMAP or Exchange...

    docs.groupdocs.com/parser/java/extract-emails-f...