首页
随机
最近更改
特殊页面
社群首页
参数设置
关于WHY42
免责声明
WHY42
搜索
用户菜单
登录
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
查看“︁OCR”︁的源代码
←
OCR
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
= Tesseract OCR = == Build tesseract == Install leptonica<ref>https://github.com/DanBloomberg/leptonica</ref>: <syntaxhighlight lang="bash"> # https://stackoverflow.com/questions/40067547/glibtool-on-macbook brew install libtool automake git clone https://github.com/DanBloomberg/leptonica.git cd leptonica ./autogen.sh ./configure make sudo make install </syntaxhighlight> Install tesseract-ocr: <syntaxhighlight lang="bash"> git clone https://github.com/tesseract-ocr/tesseract.git cd tesseract ./autogen.sh ./configure make sudo make install </syntaxhighlight> == Trained data == [[Category:Deep Learning]]
返回
OCR
。