https://github.com/0xleozera/barcodezera
:money_with_wings: CLI for reading boleto codes using machine learning
https://github.com/0xleozera/barcodezera
bank-slip barcode barcode-reader cli nodejs
Last synced: 3 months ago
JSON representation
:money_with_wings: CLI for reading boleto codes using machine learning
- Host: GitHub
- URL: https://github.com/0xleozera/barcodezera
- Owner: 0xleozera
- License: mit
- Created: 2021-04-16T13:24:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T15:42:39.000Z (about 4 years ago)
- Last Synced: 2025-02-08T15:35:17.671Z (3 months ago)
- Topics: bank-slip, barcode, barcode-reader, cli, nodejs
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Barcodezera
Barcodezera is a simple CLI to get numbers of your barcode or bank slip.
## Installation
Use the package manager to install Barcodezera.
```bash
yarn global add barcodezera
# or simply
npx barcodezera ./your-file-here.png
```## Usage
```bash
barcodezera ./your-file-here.png
# or
npx barcodezera ./your-file-here.png
```## Disclaimer
This first version use images with clear numbers, like this:
![]()
![]()
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)