-
How to detect exact degree of a rotate text/table image? 0-45, 45-90,95-135,135-180, 180-225, 215-270, 315-360 degrees etc. |
Beta Was this translation helpful? Give feedback.
Answered by
radarhere
Mar 30, 2024
Replies: 2 comments
-
You have already asked about detecting tables in images (#7370) and detecting text in images (#7376). If Pillow doesn't have any particular tools for detecting tables or text, then it won't have any tools for detecting to what degree tables or text are rotated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
radarhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have already asked about detecting tables in images (#7370) and detecting text in images (#7376).
If Pillow doesn't have any particular tools for detecting tables or text, then it won't have any tools for detecting to what degree tables or text are rotated.