Skip to main content

GroupDocs.Metadata Cloud Python SDK

Project description

GroupDocs.Metadata Cloud Python SDK

Python package for communicating with the GroupDocs.Metadata Cloud API. This SDK allows you to work with GroupDocs.Metadata Cloud REST APIs in your python applications.

Requirements

Python 3.4+

Installation

Install groupdocs-metadata-cloud with PIP from PyPI by:

pip install groupdocs-metadata-cloud

Or clone repository and install it via Setuptools:

python setup.py install

Getting Started

Please follow the installation procedure and then run following:

# Import modules
import groupdocs_metadata_cloud
from Common import Common

# This example demonstrates how to parse a document using template object.
class ParseByTemplateDefinedAsAnObject:
    @classmethod  
    def Run(cls):
        parseApi = groupdocs_metadata_cloud.ParseApi.from_config(Common.GetConfig())
        options = groupdocs_metadata_cloud.ParseOptions()
        options.file_info = groupdocs_metadata_cloud.FileInfo()
        options.file_info.file_path = "words-processing/docx/companies.docx"
        options.template = Common.GetTemplate()

        request = groupdocs_metadata_cloud.Metadataequest(options)
        result = parseApi.parse(request)
        
        for data in result.fields_data:
            if data.page_area.page_text_area is not None:
                print("Field name: " + data.name + ". Text :" + data.page_area.page_text_area.text)

            if data.page_area.page_table_area is not None:
                print("Table name: " + data.name)
                for cell in data.page_area.page_table_area.page_table_area_cells:
                    print("Table cell. Row " + str(cell.row_index) + " column " + str(cell.column_index) + ". Text: " + cell.page_area.page_text_area.text);

Licensing

GroupDocs.Metadata Cloud Python SDK licensed under MIT License.

Resources

Contact Us

Your feedback is very important to us. Please feel free to contact us using our Support Forums.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groupdocs_metadata_cloud-26.1.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groupdocs_metadata_cloud-26.1-py3-none-any.whl (127.9 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_metadata_cloud-26.1.tar.gz.

File metadata

  • Download URL: groupdocs_metadata_cloud-26.1.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for groupdocs_metadata_cloud-26.1.tar.gz
Algorithm Hash digest
SHA256 2c2ad4d621aff87bd04dc652b84fd3d893dede7e08611378cd1d7a55cb024e1f
MD5 f96ee340d500895633efab67281e0485
BLAKE2b-256 8b9edacb2824081e837094b084502d5f0cfb42bf9d955a1911348bab34a652a2

See more details on using hashes here.

File details

Details for the file groupdocs_metadata_cloud-26.1-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_metadata_cloud-26.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6c7f8a328f10ed7c95a8fbb8403b1d9990a1594248be5129032742647add35d1
MD5 b9d5e2f7373eefc0da24aeae96dd3792
BLAKE2b-256 960a5a77a9fcb32387bbd360c07aaf5ed84a9eb356b2e5e0698146f1ce8bfb80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page