boundbox

Package for bounding boxes


License
MIT
Install
pip install boundbox==0.0.5

Documentation

boundbox

The package is available in pip, https://pypi.org/project/boundbox/

for installation : pip install boundbox

boundbox is a lightweight python library that can help developers with bounding boxes while using an ocr or other image processing projects.

The library provides support for converting the results of OCR's like pytesseract or contours directly into boundbox objects. Various operations that can be done on the bounding boxes are included in the package and developers can use them with ease

Anyone interested to improve it is welcome to make contributions