Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@asposecloud/aspose-ocr-cloud

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asposecloud/aspose-ocr-cloud

Aspose OCR Cloud 5.0 API

  • 23.1.1
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

@asposecloud/aspose-ocr-cloud

AsposeOcrCloudApi - JavaScript client for @asposecloud/aspose-ocr-cloud Aspose OCR Cloud API This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 23.01.00
  • Package version: 23.01.00
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit https://about.aspose.cloud/contact

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install aspose-ocr-cloud --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your @asposecloud/aspose-ocr-cloud from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You need to build the module in JAVASCRIPT_CLIENT_DIR:

npm run build

Copy file demo.js to directory you want to use your @asposecloud/aspose-ocr-cloud from and run several test examples from the file!

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
AsposeOcrCloud50Api.DetectRegionsApicancelDetectRegionsDELETE /v5/DetectRegionsCancelDetectRegions
AsposeOcrCloud50Api.DetectRegionsApigetDetectRegionsGET /v5/DetectRegionsGetDetectRegions
AsposeOcrCloud50Api.DetectRegionsApipostDetectRegionsPOST /v5/DetectRegionsPostDetectRegions
AsposeOcrCloud50Api.ImageProcessingApigetResultFileGET /v5/ImageProcessing/GetResultFileGetResultFile
AsposeOcrCloud50Api.ImageProcessingApigetResultTaskGET /v5/ImageProcessing/GetResultTaskGetResultTask
AsposeOcrCloud50Api.ImageProcessingApipostBinarizationFilePOST /v5/ImageProcessing/PostBinarizationFilePostBinarizationFile
AsposeOcrCloud50Api.ImageProcessingApipostDewarpingFilePOST /v5/ImageProcessing/PostDewarpingFilePostDewarpingFile
AsposeOcrCloud50Api.ImageProcessingApipostSkewCorrectionFilePOST /v5/ImageProcessing/PostSkewCorrectionFilePostSkewCorrectionFile
AsposeOcrCloud50Api.ImageProcessingApipostUpsamplingFilePOST /v5/ImageProcessing/PostUpsamplingImageFilePostUpsamplingImageFile
AsposeOcrCloud50Api.RecognizeImageApicancelRecognizeImageDELETE /v5/RecognizeImageCancelRecognizeImage
AsposeOcrCloud50Api.RecognizeImageApigetRecognizeImageGET /v5/RecognizeImageGetRecognizeImage
AsposeOcrCloud50Api.RecognizeImageApipostRecognizeImagePOST /v5/RecognizeImagePostRecognizeImage
AsposeOcrCloud50Api.RecognizePdfApicancelRecognizePdfDELETE /v5/RecognizePdfCancelRecognizePdf
AsposeOcrCloud50Api.RecognizePdfApigetRecognizePdfGET /v5/RecognizePdfGetRecognizePdf
AsposeOcrCloud50Api.RecognizePdfApipostRecognizePdfPOST /v5/RecognizePdfPostRecognizePdf
AsposeOcrCloud50Api.RecognizeReceiptApicancelRecognizeReceiptDELETE /v5/RecognizeReceiptCancelRecognizeReceipt
AsposeOcrCloud50Api.RecognizeReceiptApigetRecognizeReceiptGET /v5/RecognizeReceiptGetRecognizeReceipt
AsposeOcrCloud50Api.RecognizeReceiptApipostRecognizeReceiptPOST /v5/RecognizeReceiptPostRecognizeReceipt
AsposeOcrCloud50Api.RecognizeRegionsApicancelRecognizeRegionsDELETE /v5/RecognizeRegionsCancelRecognizeRegions
AsposeOcrCloud50Api.RecognizeRegionsApigetRecognizeRegionsGET /v5/RecognizeRegionsGetRecognizeRegions
AsposeOcrCloud50Api.RecognizeRegionsApipostRecognizeRegionsPOST /v5/RecognizeRegionsPostRecognizeRegions
AsposeOcrCloud50Api.RecognizeTableApicancelRecognizeTableDELETE /v5/RecognizeTableCancelRecognizeTable
AsposeOcrCloud50Api.RecognizeTableApigetRecognizeTableGET /v5/RecognizeTableGetRecognizeTable
AsposeOcrCloud50Api.RecognizeTableApipostRecognizeTablePOST /v5/RecognizeTablePostRecognizeTable
AsposeOcrCloud50Api.TextToSpeechApigetTextToSpeechResultGET /v5/TextToSpeech/GetTextToSpeechResultGetTextToSpeechResult
AsposeOcrCloud50Api.TextToSpeechApigetTextToSpeechResultFileGET /v5/TextToSpeech/GetTextToSpeechResultFileGetTextToSpeechResultFile
AsposeOcrCloud50Api.TextToSpeechApipostTextToSpeechPOST /v5/TextToSpeech/PostTextToSpeechPostTextToSpeech

Documentation for Models

Documentation for Authorization

JWT

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

FAQs

Package last updated on 10 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc