Metadata-Version: 2.1
Name: pdfservices-sdk
Version: 2.0.0b1
Summary: Adobe PDFServices Client Library
Home-page: https://www.adobe.com/go/pdftoolsapi_doc
Author: Adobe Document Services
Author-email: extractapi@adobe.com
License: Apache2
Description: PDFServices Python SDK
        =======================
        
        The Adobe PDFServices Python SDK provides APIs for various operations on a PDF. Currently, it contains 
        * Extract API for extracting elements and renditions from PDFs 
        * Autotag API for improving accessibility of the PDF document. This generates the tagged PDF, along with an optional XLSX report providing detailed information about the added and already existing tags.
        
        Adobe Document Cloud’s simple cloud-based APIs help you get up and running quickly. Once you’ve received your developer credential, download and set up the sample project. After you’re familiar with the APIs, leverage the samples in your own server-side code.
        
        Installation
        ------------
        
        * Install [Python](https://www.python.org/) 3.6 or higher. 
        * pip install pdfservices-sdk
        
        Resources
        ------------
        
        * [QuickStart](https://www.adobe.com/go/pdftoolsapi_doc)
        * [Samples](https://www.adobe.com/go/pdfservices_python_samples)
        * [API Reference](https://www.adobe.com/go/pdfservices_python_docs) 
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
