detect-binod

This package will detect binod word in image file


License
MIT
Install
pip install detect-binod==0.0.1

Documentation

detect_binod

This package will detect binod word in image file.

Installation

Run the following to install:

pip install detect-binod

Usage

import detect_binod

# To detect Binod
detect_binod.detect(args.image)
# To run example
python test_detect_binod.py -i <image_file>