aspose-barcode-cloud-node
Advanced tools
Comparing version 23.1.0 to 23.2.0
@@ -31,3 +31,3 @@ /// <reference types="node" /> | ||
* | ||
* @summary Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64. | ||
* @summary Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field. | ||
* @param request PostBarcodeRecognizeFromUrlOrContentRequest | ||
@@ -34,0 +34,0 @@ */ |
{ | ||
"name": "aspose-barcode-cloud-node", | ||
"version": "23.1.0", | ||
"version": "23.2.0", | ||
"description": "Aspose.BarCode Cloud SDK for Node.js", | ||
@@ -158,3 +158,3 @@ "homepage": "https://products.aspose.cloud/barcode/nodejs", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.9.4", | ||
"typescript": "^4.9.5", | ||
"uuid": "^8.3.2" | ||
@@ -161,0 +161,0 @@ }, |
@@ -8,3 +8,3 @@ # Aspose.BarCode Cloud SDK for Node.js | ||
+ API version: 3.0 | ||
+ Package version: 23.1.0 | ||
+ Package version: 23.2.0 | ||
@@ -119,3 +119,3 @@ ## Demo applications | ||
BarcodeApi | [**getBarcodeRecognize**](docs/index.md#getbarcoderecognize) | **GET** /barcode/{name}/recognize | Recognize barcode from a file on server. | ||
BarcodeApi | [**postBarcodeRecognizeFromUrlOrContent**](docs/index.md#postbarcoderecognizefromurlorcontent) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64. | ||
BarcodeApi | [**postBarcodeRecognizeFromUrlOrContent**](docs/index.md#postbarcoderecognizefromurlorcontent) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field. | ||
BarcodeApi | [**postGenerateMultiple**](docs/index.md#postgeneratemultiple) | **POST** /barcode/generateMultiple | Generate multiple barcodes and return in response stream | ||
@@ -122,0 +122,0 @@ BarcodeApi | [**putBarcodeGenerateFile**](docs/index.md#putbarcodegeneratefile) | **PUT** /barcode/{name}/generate | Generate barcode and save on server (from query params or from file with json or xml content) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1424736
11331