https://github.com/alexhff/docsight
OpenCV Text Detection
https://github.com/alexhff/docsight
Last synced: about 1 year ago
JSON representation
OpenCV Text Detection
- Host: GitHub
- URL: https://github.com/alexhff/docsight
- Owner: AlexHff
- License: mit
- Created: 2019-11-07T18:21:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T13:41:39.000Z (over 5 years ago)
- Last Synced: 2025-02-06T08:13:01.696Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 622 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docsight [](https://travis-ci.com/AlexHff/docsight) [](http://hits.dwyl.io/AlexHff/docsight)
Java implementation of OpenCV Text Detection
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
To build and run this app locally you will need Java and Maven
### Quick start
Clone the repository
```bash
git clone https://github.com/AlexHff/docsight.git
cd docsight
```
Install dependencies
```bash
mvn install
```
Build and run the project
```bash
mvn clean compile exec:java -Dexec.args="path/to/images"
```
## Built With
* [OpenCV](https://opencv.org/) - Open source computer vision and machine learning software library
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details