Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 8,573 for

json

(0.12 sec)
  1. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  2. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some text) API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get Json Web Token // Please get your Client Id and Client Secret from https://dashboard....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to add annotation...

    docs.groupdocs.cloud/annotation/text-redaction-...
  3. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following code sample shows how to compare password-protected documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/comparison/compare-multipl...
  4. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....How to Convert EXCEL to JSON and JSON to EXCEL in Python How to...REST API Convert CSV to JSON and JSON to CSV in Python Convert...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...possible to get the response in JSON format by setting Content-Type...Content-Type to application/json . Accompanying the REST API will be Client...

    docs.groupdocs.cloud/total/overview-rest-api/
  6. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...example Request // First get JSON Web Token // Please get your..." \ -H "Accept: application/json" // cURL example to convert...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...通過模板文件提取數據 # 您還可以通過以編程方式提供基於 JSON 的模板文件來從 PDF 文檔中提取數據。請按照以下步驟通過提供模板文件來解析文檔。...方法獲取結果 以下代碼示例展示瞭如何使用 REST API 根據 JSON 文件中提供的模板解析 PDF 文檔並提取數據。請按照前面提到的步驟上傳文件。...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  8. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....access_token property of the response JSON and will be valid for the number...expires_in property of the response JSON. If it has expired, request...

    docs.groupdocs.cloud/translation/authorization/
  9. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BatchRequest { batch (string[]), } Examples: Json { "batch": ["Text1", "Text2"] } XML...batch ( string []), } Examples: JSON { "batch" : [ "Text1" , "Text2"...

    docs.groupdocs.cloud/classification/classifybat...
  10. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....example Request // First get JSON Web Token // Please get your..." \ -H "Accept: application/json" // cURL example to convert...

    docs.groupdocs.cloud/conversion/convert-documen...