You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python package for communicating with the GroupDocs.Annotation Cloud API
3
+
# Annotate Documents via Python
4
4
5
-
## Requirements
5
+
[GroupDocs.Annotation Cloud SDK for Python](https://products.groupdocs.cloud/annotation/python) wraps GroupDocs.Annotation RESTful APIs so you may integrate Document Annotation features in your own apps with zero initial cost.
6
6
7
-
Python 2.7 or 3.4+
7
+
The solution helps in applying annotations, sticky notes, watermark overlays, redactions, text replacements and markups to documents, presentations, emails, spreadsheets, PDF, images, and other file formats.
8
8
9
-
## Installation
9
+
## Annotate Documents & Images in the Cloud
10
10
11
-
Install `groupdocs-annotation-cloud` with [PIP](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/) by:
11
+
- Import document annotations.
12
+
- Add or remove annotations.
13
+
- Export annotated document back to its original format.
## Get Started with GroupDocs.Annotation Cloud SDK for Ruby
36
+
37
+
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the installation steps to get started.
38
+
39
+
### Installation
40
+
41
+
GroupDocs.Annotation Cloud SDK for Python is available at [PyPI](https://pypi.org/project/groupdocs-annotation-cloud/) so install it using [PIP](https://pypi.org/project/pip/) as follows.
12
42
13
43
```sh
14
44
pip install groupdocs-annotation-cloud
@@ -20,7 +50,7 @@ Or clone repository and install it via [Setuptools](http://pypi.python.org/pypi/
20
50
python setup.py install
21
51
```
22
52
23
-
## Getting Started
53
+
## Get Supported File Formats for Annotation
24
54
25
55
Please follow the [installation procedure](#installation) and then run following:
26
56
@@ -47,18 +77,11 @@ except groupdocs_annotation_cloud.ApiException as e:
47
77
print("Exception when calling get_supported_file_formats: {0}".format(e.message))
48
78
```
49
79
50
-
## Licensing
51
-
52
-
GroupDocs.Annotation Cloud Python SDK licensed under [MIT License](http://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-python/LICENSE).
0 commit comments