text-detector:使用tesseract和openCV进行场景文本识别的本机节点模块

时间:2024-05-27 17:25:59
【文件属性】:

文件名称:text-detector:使用tesseract和openCV进行场景文本识别的本机节点模块

文件大小:13.46MB

文件格式:ZIP

更新时间:2024-05-27 17:25:59

C++

文字检测器 使用tesseract和openCV进行场景文本识别的本机节点模块 text-detector是一个本地的nodejs模块,用于从现实照片和场景中提取文本。 如何使用 var textDetector = require ( 'text-detector' ) ; // synchronous API // detects text in the image at the given path. var text = textDetector . getTextSync ( '/sample/path/to/a/file' ) ; // skip the region detection var text = textDetector . getTextSync ( '/sample/path/to/a/file' , false ) ; // asynchronous API


网友评论