Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,803 for

name

(0.12 sec)
  1. 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.... Name Description Comment FileInfo...FileInfo.StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/parser/parse-by-template/
  2. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file Name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/parser/working-with-files/
  3. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With Storage...of cloud storage with a given name from . Check Storage Exist with...Description storageName Storage name Check Storage Exist with cURL...

    docs.groupdocs.cloud/classification/working-wit...
  4. Documents Classification | Documentation

    This API retrieves document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call document classification. Classify document with taxonomy. Set taxonomy parameter to “default” for IAB-2, set to “documents” for Documents taxonomy, or set to “sentiment” or “sentiment3” for Sentiments taxonomies...."document": {"folder": "words/docx","name": "four-pages.docx" } }' Response..."document": {"folder": "words/docx","name": "four-pages.docx" } }' Response...

    docs.groupdocs.cloud/classification/documents-c...
  5. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/create-or-update-te...
  6. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...

    docs.groupdocs.cloud/parser/working-with-storage/
  7. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist' \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...

    docs.groupdocs.cloud/watermark/working-with-sto...
  8. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) files to HTML online using REST API. Easily share and view project plans in any web browser....cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...the input file name, output format and the name of resultant document...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  9. 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. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....properties by exact tag and category name. cURL example The following...properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo.... Name Description Comment FileInfo...FileInfo.StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/watermark/search-watermarks/