An open API service indexing awesome lists of open source software.

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

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
```