https://github.com/horance-liu/smart_ocr
developer test training
https://github.com/horance-liu/smart_ocr
Last synced: 14 days ago
JSON representation
developer test training
- Host: GitHub
- URL: https://github.com/horance-liu/smart_ocr
- Owner: horance-liu
- License: apache-2.0
- Created: 2021-05-20T07:26:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T10:40:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T01:16:12.899Z (14 days ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart OCR
build it:
```bash
$ mkdir build && cd build
$ cmake ..
$ make
```run test:
```
$ cd build
$ test/smart_ocr_sequence_test
```run example
```
$ cd build
$ example/example_smart_ocr ../example/usecase.in
```