8000 GitHub - rferreiroa/selko.github.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rferreiroa/selko.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
8BFB
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openseadragon Voice Control Plug-in

An OpenSeadragon plugin that provides functionality for text recognition and voice commands like zooming, panning and more...

Demo

See index.html included in this repository

Usage:

Include

openseadragonSpeechtextRecognition.js
annyang.js
speech.js

after OpenSeadragon in your html. Then after you create a viewer:

var viewer.speechtextrecognition({

    showOptions: true, // Default is false
    speechTextLanguage: 'en-En', // Default is en-EN
    voiceControlLanguage: 'en', // Default is en
    showSpeechtextRecognitionControl: true // Default is true

});

Avaliable languages:

See Languages.md for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0