https://github.com/tolitius/repp
scanning barcodes, OCRing, OCDing..
https://github.com/tolitius/repp
Last synced: 8 months ago
JSON representation
scanning barcodes, OCRing, OCDing..
- Host: GitHub
- URL: https://github.com/tolitius/repp
- Owner: tolitius
- Created: 2013-07-25T04:31:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T19:29:32.000Z (about 12 years ago)
- Last Synced: 2025-01-06T13:49:53.208Z (9 months ago)
- Language: Shell
- Size: 6.92 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repp
**R**ead **E**valuate **P**rint **P**rofitRepp stands on the shoulders of [zxing](https://code.google.com/p/zxing/) and [tesseract-ocr](https://code.google.com/p/tesseract-ocr/).
While there are native mobile apps that provide barcode scanning and/or OCR,
Repp is a web app hence is not tied to any particular mobile OS and can be used by both:
mobile and anything else that has a browser (i.e. potentially be a service).## Repp in Action
Since "tesseract-ocr" is platform dependent, it needs to be [installed](https://code.google.com/p/tesseract-ocr/wiki/Compiling)
so Repp can call into it.Running Repp can be as simple as:
```bash
lein ring server
```### Scan Them Barcodes
#### Phone
Take a Picture with Barcode => Barcode Value
#### Browser
Select a Picture with Barcode => Barcode Value
### OCR That Text
#### Phone
Take a Picture with Text => OCR it
#### Browser
Select a Picture with Text => OCR it
## License
Copyright © 2013 tolitius
Distributed under the Eclipse Public License, the same as Clojure.