As a part of the solution, there needs to be a way to extract the lasers out from the image. This would help with two use cases for every image.
Find out the usable images : Images that do not have any lasers are considered to be not usable
Find the area of the image: The distance between the lasers is always 2.5cm. Using this data, the area of the image can be calculated based on the distance between the laser pixels.
As a part of the solution, there needs to be a way to extract the lasers out from the image. This would help with two use cases for every image.