Computer vision script in python
Budget: $10 – $30 USD
Build a function in python that takes an image as an input and returns a modified picture using EasyOCR/OpenCV/SimpleCV library (final tool or set of tools is your choice but it has to be open source).
Inputs:
a picture containing text, a set of empty boxes, and a hand written mark or signature
Outputs:
list of coordinates: return the coordinates of all boxes present in the picture (filled or non-filled) given they are all approximately the same size
modified picture 1: the same input picture but with all handwritten marks removed
modified picture 2: the same input picture but with all handwritten marks duplicated in the empty boxes
Should work for arbitrary picture. The picture will be a photo so there might be some slope.
Inputs:
a picture containing text, a set of empty boxes, and a hand written mark or signature
Outputs:
list of coordinates: return the coordinates of all boxes present in the picture (filled or non-filled) given they are all approximately the same size
modified picture 1: the same input picture but with all handwritten marks removed
modified picture 2: the same input picture but with all handwritten marks duplicated in the empty boxes
Should work for arbitrary picture. The picture will be a photo so there might be some slope.