ByteScout Cloud API Server: API server that is ready to use and can be installed and deployed in less than 30 minutes on your own Windows server or server in a cloud. It can save data and files on your local server-based file storage or in Amazon AWS S3 storage. Data is processed solely on the API server and is powered by ByteScout engine, no cloud services or Internet connection is required for data processing..
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
var request = require('request'); var options = { 'method': 'POST', 'url': 'http://localhost:80/pdf/classifier', 'headers': { 'Content-Type': 'application/json' }, body: JSON.stringify({ "url": "https://bytescout-com.s3-us-west-2.amazonaws.com/files/demo-files/cloud-api/document-parser/sample-invoice.pdf", "rulescsv": "Amazon,Amazon Web Services Invoice|Amazon CloudFront\nDigital Ocean,DigitalOcean|DOInvoice\nAcme,ACME Inc.|1540 Long Street, Jacksonville, 32099", "caseSensitive": "true", "async": false, "encrypt": "false", "inline": "true", "password": "", "profiles": "" }) }; request(options, function (error, response) { if (error) throw new Error(error); console.log(response.body); });
See also:
Get Your API Key
See also: