Skip to content

rferreiroa/OpenseadragonVoiceControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

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

https://selko.github.io/

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

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors