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

https://github.com/alexhff/docsight

OpenCV Text Detection
https://github.com/alexhff/docsight

Last synced: about 1 year ago
JSON representation

OpenCV Text Detection

Awesome Lists containing this project

README

          

# docsight [![Build Status](https://travis-ci.com/AlexHff/docsight.svg?branch=master)](https://travis-ci.com/AlexHff/docsight) [![HitCount](http://hits.dwyl.io/AlexHff/docsight.svg)](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