Closed kolhizin closed 5 years ago
Create tool to identify orientation of text and probability of any text at all.
def get_text_angle(image, min_local_maxima_dst, interval_points)
Returns list of (angle, magnitude, list of widths).
Prepared function and written wiki page
https://github.com/kolhizin/bujo_poc/wiki/PoC:-word-detection
Create tool to identify orientation of text and probability of any text at all.
Algorithm
Signature
def get_text_angle(image, min_local_maxima_dst, interval_points)
Returns list of (angle, magnitude, list of widths).
DoD