Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 2,730 for

cloud document annotator

(0.08 sec)
  1. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting Document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source Document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the Document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  2. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the Document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of May 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs Documents manipulation APIs....May 2017 Fast & Accurate Documents and Images Conversion APIs...APIs For All .NET, Java and Cloud Applications Transform Microsoft...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  4. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the Document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/quick-start/
  6. Parse by Template | Documentation

    This REST API provides the functionality to extract data from Documents. This method parses Document content by a user-generated template. The template can be provided as an object or storage path. For protected Documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing Documents by a template. Name Description Comment FileInfo.FilePath The path of the Document, located in the storage....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/parse-by-template/
  7. Remove Metadata | Documentation

    This REST API allows to remove metadata from the Documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the Document....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  8. Add Metadata | Documentation

    This REST API allows to add metadata to the Documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  9. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract Document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source Document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the Document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the Document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/