https://github.com/tx7do/go-chineseocr-lite
https://github.com/tx7do/go-chineseocr-lite
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/go-chineseocr-lite
- Owner: tx7do
- License: mit
- Created: 2023-02-14T06:59:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T07:15:47.000Z (over 3 years ago)
- Last Synced: 2024-06-20T10:15:10.643Z (almost 2 years ago)
- Language: C++
- Size: 10.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-chineseocr-lite
文字识别过程:
图像输入 -> 预处理 -> 文本检测 -> 文本识别 -> 输出结果
1. DBNet(Differentiable Binarization Network)
2. Angle Network - 文字方向检测
3. CRNN-LSTM(Convolutional Recurrent Neural Network - Long Short Term Memory) - 文字识别