Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 292 Bytes

TextExtractorDemo

基于Tesseract和OpenCV实现的文字提取

运行环境

第三方依赖:OpenCV && Tesseract

项目可直接在Xcode上运行,如果需要在Visual Studio上运行需要重新新建项目,将源文件添加进去即可,当然也可以在linux上运行;