Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 710 for

resource

(0.25 sec)
  1. 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.... Resource This resource represents a controller...

    docs.groupdocs.cloud/classification/documents-c...
  2. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API Resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": ".... Resource The following GroupDocs.Comparison...Comparison Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/annotation/get-supported-f...
  3. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. 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.StorageName Storage name It could be omitted for default storage.... Resources The following GroupDocs.Parser...REST API resource has been used in the example. Resource URI HTTP...

    docs.groupdocs.cloud/parser/get-document-inform...
  4. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... Resource The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. cURL...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  5. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... Resource The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. cURL...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  6. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size.... Resource The following GroupDocs.Annotation...Annotation Cloud REST API resource has been used to get . cURL...

    docs.groupdocs.cloud/annotation/document-inform...
  7. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API Resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".... Resource The following GroupDocs.Signature...Signature Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/signature/get-supported-fi...
  8. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. 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. Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Get Template example.... Resource The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. cURL...

    docs.groupdocs.cloud/parser/get-template/
  9. Adding annotations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Polyline Annotation Resource redaction Annotation Squiggly...

    docs.groupdocs.cloud/annotation/add-annotation/
  10. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....ContainerItemInfo parameter Resource The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. cURL...

    docs.groupdocs.cloud/parser/extract-text-from-a...