cornerPoints property

List<Offset> cornerPoints
final

The four corner points in clockwise direction starting with top-left.

Due to the possible perspective distortions, this is not necessarily a rectangle. Parts of the region could be outside of the image.

Could be empty even if text is found.

Implementation

final List<Offset> cornerPoints;