8000 Release v2.2.2 · litongjava/tools-ocr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.2.2

Compare
Choose a tag to compare
@litongjava litongjava released this 11 Oct 14:01
· 52 commits to master since this release

需要提前下载模型和库 下载后存放到下面的位置
D:\model\ppocr-v3-NCNN-models

.
├── ch_PP-OCRv3_det_infer.bin
├── ch_PP-OCRv3_det_infer.param
├── ch_PP-OCRv3_rec_infer.bin
├── ch_PP-OCRv3_rec_infer.param
├── ch_ppocr_mobile_v2.0_cls_infer.bin
├── ch_ppocr_mobile_v2.0_cls_infer.param
├── ppocr_keys_v1.txt

D:\lib\ocr-lib

.
├── linux
│   ├── lib
│   │   ├── libRapidOcrNcnn.so
├── macos
│   ├── lib
│   │   ├── libRapidOcrNcnn.dylib
├── models
│   ├── libRapidOcrNcnn.dylib
├── win32
│   ├── bin
│   │   ├── RapidOcrNcnn.dll
│   ├── lib
│   │   ├── RapidOcrNcnn.lib
├── win64
│   ├── bin
│   │   ├── RapidOcrNcnn.dll
│   ├── lib
│   │   ├── RapidOcrNcnn.lib

目前值编译好了windows的版本

0