Metadata-Version: 2.1
Name: boundbox
Version: 0.0.4
Summary: Package for bounding boxes
Home-page: https://github.com/akash1729/boundbox
Author: Akash Thomas
Author-email: akashthomasjohn@gmail.com
License: UNKNOWN
Description: # 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
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
