2019-06-06 15:59:15 +00:00
|
|
|
similar:
|
|
|
|
|
|
|
|
- pdfgrep
|
|
|
|
- https://gist.github.com/ColonolBuendia/314826e37ec35c616d70506c38dc65aa
|
|
|
|
|
2019-06-06 21:19:59 +00:00
|
|
|
# todo
|
|
|
|
|
|
|
|
- jpg adapter (based on object classification / detection (yolo?)) for fun
|
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
# considerations
|
|
|
|
|
|
|
|
- matching on mime (magic bytes) instead of filename
|
2019-06-07 21:04:18 +00:00
|
|
|
- allow per-adapter configuration options
|
2019-06-07 19:46:03 +00:00
|
|
|
|
|
|
|
# Development
|
|
|
|
|
|
|
|
To enable debug logging:
|
|
|
|
|
2019-06-07 21:04:18 +00:00
|
|
|
```bash
|
2019-06-07 19:46:03 +00:00
|
|
|
export RUST_LOG=rga=debug
|
|
|
|
export RUST_BACKTRACE=1
|
2019-06-07 21:04:18 +00:00
|
|
|
```
|