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

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

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/)