(function(f){if(typeofexports==="object"&&typeofmodule!=="undefined"){module.exports=f()}elseif(typeofdefine==="function"&&define.amd){define([],f)}else{varg;if(typeofwindow!=="undefined"){g=window}elseif(typeofglobal!=="undefined"){g=global}elseif(typeofself!=="undefined"){g=self}else{g=this}g.Tesseract=f()}})(function(){vardefine,module,exports;returnfunctione(t,n,r){functions(o,u){if(!n[o]){if(!t[o]){vara=typeofrequire=="function"&&require;if(!u&&a)returna(o,!0);if(i)returni(o,!0);varf=newError("Cannot find module '"+o+"'");throwf.code="MODULE_NOT_FOUND",f}varl=n[o]={exports:{}};t[o][0].call(l.exports,function(e){varn=t[o][1][e];returns(n?n:e)},l,l.exports,e,t,n,r)}returnn[o].exports}vari=typeofrequire=="function"&&require;for(varo=0;o<r.length;o++)s(r[o]);returns}({1:[function(require,module,exports){varprocess=module.exports={};varcachedSetTimeout;varcachedClearTimeout;functiondefaultSetTimout(){thrownewError("setTimeout has not been defined")}functiondefaultClearTimeout(){thrownewError("clearTimeout has not been defined")}(function(){try{if(typeofsetTimeout==="function"){cachedSetTimeout=setTimeout}else{cachedSetTimeout=defaultSetTimout}}catch(e){cachedSetTimeout=defaultSetTimout}try{if(typeofclearTimeout==="function"){cachedClearTimeout=clearTimeout}else{cachedClearTimeout=defaultClearTimeout}}catch(e){cachedClearTimeout=defaultClearTimeout}})();functionrunTimeout(fun){if(cachedSetTimeout===setTimeout){returnsetTimeout(fun,0)}if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout){cachedSetTimeout=setTimeout;returnsetTimeout(fun,0)}try{returncachedSetTimeout(fun,0)}catch(e){try{returncachedSetTimeout.call(null,fun,0)}catch(e){returncachedSetTimeout.call(this,fun,0)}}}functionrunClearTimeout(marker){if(cachedClearTimeout===clearTimeout){returnclearTimeout(marker)}if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout){cachedClearTimeout=clearTimeout;returnclearTimeout(marker)}try{returncachedClearTimeout(marker)}catch(e){try{returncachedClearTimeout.call(null,marker)}catch(e){returncachedClearTimeout.call(this,marker)}}}varqueue=[];vardraining=false;varcurrentQueue;varqueueIndex=-1;functioncleanUpNextTick(){if(!draining||!currentQueue){return}draining=false;if(currentQueue.length){queue=currentQueue.concat(queue)}else{queueIndex=-1}if(queue.length){drainQueue()}}functiondrainQueue(){if(draining){return}vartimeout=runTimeout(cleanUpNextTick);draining=true;varlen=queue.length;while(len){currentQueue=queue;queue=[];while(++queueIndex<len){if(currentQueue){currentQueue[queueIndex].run()}}queueIndex=-1;len=queue.length}currentQueue=null;draining=false;runClearTimeout(timeout)}process.nextTick=function(fun){varargs=newArray(arguments.length-1);if(arguments.length>1){for(vari=1;i<arguments.length;i++){args[i-1]=arguments[i]}}queue.push(newItem(fun,args));if(queue.length===1&&!draining){runTimeout(drainQueue)}};functionItem(fun,array){this.fun=fun;this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process.title="browser";process.browser=true;process.env={};process.argv=[];process.version="";process.versions={};functionnoop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.removeListener=noop;process.removeAllListeners=noop;process.emit=noop;process.prependListener=noop;process.prependOnceListener=noop;process.listeners=function(name){return[]};process.binding=function(name){thrownewError("process.binding is not supported")};process.cwd=function(){return"/"};process.chdir=function(dir){thrownewError("process.chdir is not supported")};process.umask=function(){return0}},{}],2:[function(require,module,exports){module.exports={name:"tesseract.js",version:"1.0.13",description:"Pure Javascript Multilingual OCR",main:"src/index.js",scripts:{start:'concurrently--kill-others"watchify src/index.js -t [ envify --NODE_ENV development ] -t [ babelify --presets [ es2015 ] ] -o dist/tesseract.dev.js --standalone Tesseract""watchifysrc/browser/worker.js-t