ysr-cgi

0.0.3 • Public • Published

ysr-cgi

AJAX CGI for yandex-recognizer

Questions and Bug Reports

Installation

Install the ysr-cgi and it's dependencies by executing the following NPM command.

npm install ysr-cgi --save

Troubleshooting

The ysr-cgi depends on several other packages. These are.

  • yandex-recognizer

Ensure, that your user has write permission to wherever the node modules are being installed.

QuickStart

Simple AJAX request in ExtJS style:

Ext.Ajax.request({

    url: 'ysr',
    method: 'GET',
    params: { file: audioFileName },
    success: function (res, opts) {

        var recognizedText = res.responseText;

    },
    failure: function (res, opts) {...}

});

Next Steps

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i ysr-cgi

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • airgraph