Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 521 for

classification curl

(0.03 sec)
  1. 使用 cURL 对 MS Office、PDF 和许多其他文档格式中的原始文本进行分类

    GroupDocs.Classification Cloud API 检索分类法/文档分类法的原始文本分类输出,其中包含有关最佳类别的信息...Classification Cloud API 检索 IAB-2 分类法...IAB-2 分类示例 # GroupDocs.Classification Cloud API 支持 IAB-2 分类方案,下面列出了一些分类示例:...

    blog.groupdocs.cloud/zh/classification/classify...
  2. 使用 cURL 對 MS Office、PDF 和許多其他文檔格式中的原始文本進行分類

    GroupDocs.Classification Cloud API 檢索分類法/文檔分類法的原始文本分類輸出,其中包含有關最佳類別的信息...Classification Cloud API 檢索 IAB-2 分類法...IAB-2 分類示例 # GroupDocs.Classification Cloud API 支持 IAB-2 分類方案,下面列出了一些分類示例:...

    blog.groupdocs.cloud/zh-hant/classification/cla...
  3. Image Representation of Document Pages | Docume...

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render the document pages to images and retrieves images link. Following APIs are provided for the purpose. Generate Images of Document Pages This API generates images of the document pages and returns links to generated images. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to generate images of document pages....Classification Product Solution Purchase...used to generate . cURL example Request curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/annotation/image-represent...
  4. 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.Metadata 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 Request Curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Classification Product Solution Purchase...storageName Storage name cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/metadata/working-with-stor...
  5. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. Curl example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Classification Product Solution Purchase...has been used in the example. cURL example The following example...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  6. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats Curl example The following example demonstrates how to get supported file types. 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....Classification Product Solution Purchase...example. HTTP POST ~~/formats cURL example The following example...

    docs.groupdocs.cloud/parser/get-supported-file-...
  7. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. Curl example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. 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....Classification Product Solution Purchase...properties to extract by name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. Curl example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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....Classification Product Solution Purchase...specified regular expression. cURL example The following example...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. Curl example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to join several documents into one Curl -v "https://api....Classification Product Solution Purchase...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. Curl example The following example demonstrates how to extract metadata information from all properties with Created 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. Curl -v "https://api....Classification Product Solution Purchase...exact tag and category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...