Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsttt/bdoscoreanalyzer
OCR for Black Desert Online Siege/Node scores
https://github.com/nsttt/bdoscoreanalyzer
bdo black desert javascript node ocr online tesseract
Last synced: about 2 months ago
JSON representation
OCR for Black Desert Online Siege/Node scores
- Host: GitHub
- URL: https://github.com/nsttt/bdoscoreanalyzer
- Owner: Nsttt
- License: mit
- Created: 2020-07-21T19:34:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T03:26:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:50:34.003Z (8 months ago)
- Topics: bdo, black, desert, javascript, node, ocr, online, tesseract
- Language: HTML
- Homepage: http://scores.nstlopez.com
- Size: 14.4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
BDO Score Analyzer
A Black Desert OCR for war scores
[![Contributions](https://img.shields.io/badge/contributions-welcome-blue?style=flat-square)](https://github.com/nsttt/BDOScoreAnalyzer/compare/) [![Issues](https://img.shields.io/github/issues/nsttt/BDOScoreAnalyzer?style=flat-square)](https://github.com/Nsttt/BDOScoreAnalyzer/issues) [![License](https://img.shields.io/github/license/nsttt/BDOScoreAnalyzer?style=flat-square)](https://github.com/Nsttt/BDOScoreAnalyzer/blob/master/LICENSE.txt)
A very basic OCR for Black Desert Online war scores. It takes a screenshot of your scores and prints it out as a `.pdf` that you can copy/paste data from.
### ⏳ Local Installation
Create a `uploads` folder in the root directory.
Install all required dependencies with this command:
- You can use `npm` if you like, but I highly recomend you stick with `yarn`.
```bash
yarn install
```## License
See the [LICENSE](./LICENSE) file for licensing information.
---