Tích hợp và các mẫu Cloud API mới, các bản phát hành và cập nhật sản phẩm, v.v. trong Bản tin tháng 2 năm 2014 của chúng tôi....Assembly for Cloud cho Máy đơn giản...
Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Docker version at How to self-host GroupDocs.Comparison Cloud with Docker
Resource URI HTTP GET ~/comparison/consumption
cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....Assembly Product Solution GroupDocs...
This REST API allows us to extract document’s fields defined in a template object passed as a method parameter by using LLM.
The following example demonstrates how to extract data from a source document by a user-defined template and modern well updated LLM.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the AI Parse example.
cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs...
This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image from the whole document example.
cURL example The following example demonstrates how to extract text from the whole document.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs...