ocr/utils/draw_box_on_image.py [62:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    images: [[np.array]]
        The correponding images.

    Returns
    -------

    images: [[np.array]]
        Images with bounding boxes printed on them.
    '''
    image_h, image_w = images.shape[-2:]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ocr/utils/draw_box_on_image.py [101:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    images: [[np.array]]
        The correponding images.

    Returns
    -------

    images: [[np.array]]
        Images with bounding boxes printed on them.
    '''

    image_h, image_w = images.shape[-2:]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



