Result = {
outputText : string ,
rects : Rect [] ,
words : string [] ,
confidences : number []
}
runWithInfo ( img : Mat , mask : Mat = noArray() , componentLevel : int = 0 ) : Result
runWithInfoAsync ( img : Mat , mask : Mat = noArray() , componentLevel : int = 0 ) : Promise < Result >
runWithInfoAsync ( img : Mat , mask : Mat = noArray() , componentLevel : int = 0 , ...opts , callback ( err : Error , Result res )) : void