Skip to content

Commit 2a52c76

Browse files
Update file(s) "/." from "groupdocs-parser/Groupdocs.Parser-References"
1 parent 2ee3392 commit 2a52c76

2 files changed

Lines changed: 126 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 GroupDocs.Parser Product Family
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# GroupDocs.Parser API References
2+
3+
This repository contains the API reference documentation for **GroupDocs.Parser** - a comprehensive document parser and extractor SDK that enables developers to extract text, images, metadata, and structured data from 50+ document formats.
4+
5+
## Overview
6+
7+
**GroupDocs.Parser** is a powerful document parsing solution that provides APIs for extracting data from documents without requiring external dependencies or additional software installations. The library supports parsing and extraction from popular document formats including PDF, Microsoft Word, Excel, PowerPoint, OneNote, Outlook, and many more.
8+
9+
## Available Platforms
10+
11+
This repository contains API references for the following platforms:
12+
13+
- **[GroupDocs.Parser for .NET](/parser/net/)** - API references for .NET Framework applications
14+
- **[GroupDocs.Parser for Java](/parser/java/)** - API references for Java-based applications
15+
- **[GroupDocs.Parser for Python via .NET](/parser/python-net/)** - API references for Python applications
16+
17+
## Supported Languages
18+
19+
The documentation is available in multiple languages:
20+
21+
- English
22+
- Arabic
23+
- Chinese
24+
- French
25+
- German
26+
- Greek
27+
- Hindi
28+
- Indonesian
29+
- Italian
30+
- Japanese
31+
- Korean
32+
- Dutch
33+
- Russian
34+
- Spanish
35+
- Swedish
36+
- Turkish
37+
38+
## Key Features
39+
40+
- **Text Extraction**: Extract raw or formatted text from entire documents or specific pages
41+
- **Image Extraction**: Extract images from documents with support for various image formats
42+
- **Metadata Extraction**: Retrieve document properties, creation dates, author information, and more
43+
- **Structured Data Parsing**: Extract tables, forms, and structured data using template-based parsing
44+
- **Container Extraction**: Extract attachments and embedded documents from container formats
45+
- **Cross-Platform Support**: Available for .NET, Java, and Python platforms
46+
- **No External Dependencies**: Parse documents without requiring Microsoft Office, Adobe Acrobat, or other third-party software
47+
48+
## Supported File Formats
49+
50+
GroupDocs.Parser supports a wide range of document formats:
51+
52+
- **Word Processing**: DOC, DOCX, DOT, DOTX, RTF, ODT, OTT
53+
- **Spreadsheets**: XLS, XLSX, XLSM, XLSB, CSV, ODS, OTS
54+
- **Presentations**: PPT, PPTX, PPS, PPSX, ODP, OTP
55+
- **PDF Documents**: PDF, PDF/A
56+
- **Email**: MSG, EML, EMLX, PST, OST
57+
- **Archives**: ZIP, TAR, RAR
58+
- **Other Formats**: OneNote, Markdown, EPUB, and more
59+
60+
## Repository Structure
61+
62+
```
63+
Groupdocs.Parser-References/
64+
├── english/ # English documentation
65+
│ ├── net/ # .NET API references
66+
│ ├── java/ # Java API references
67+
│ └── python-net/ # Python via .NET API references
68+
├── arabic/ # Arabic documentation
69+
├── chinese/ # Chinese documentation
70+
├── french/ # French documentation
71+
├── german/ # German documentation
72+
└── ... # Other language directories
73+
```
74+
75+
## Documentation Structure
76+
77+
Each platform documentation includes:
78+
79+
- **Namespaces/Packages**: Core API namespaces and packages
80+
- **Classes**: API classes and their members
81+
- **Interfaces**: API interfaces and contracts
82+
- **Enumerations**: API enumerations and constants
83+
- **Exceptions**: Exception classes for error handling
84+
85+
## Resources
86+
87+
- [Product Overview](https://products.groupdocs.com/parser/) - Learn about features, supported formats, and use cases
88+
- [Developer Documentation](https://docs.groupdocs.com/parser/) - Comprehensive guides, tutorials, and code examples
89+
- [Releases & Downloads](https://releases.groupdocs.com/parser/) - Download the latest versions and release notes
90+
91+
## Common Use Cases
92+
93+
- Document indexing and search engine integration
94+
- Content management systems (CMS)
95+
- Data migration and conversion projects
96+
- Document analysis and reporting
97+
- Automated document processing workflows
98+
- Text mining and content extraction
99+
- Metadata cataloging and organization
100+
101+
## Contributing
102+
103+
This repository contains auto-generated API reference documentation. For issues, suggestions, or contributions related to the GroupDocs.Parser product itself, please visit our [Free Support Forum](https://forum.groupdocs.com/).
104+
105+

0 commit comments

Comments
 (0)