Add autodetect_direction
option to text-extraction methods
#1109
Labels
feature-request
All feature requests receive this label initially, can be upgraded to "enhancement"
Inspired by #1102 (comment)
Particularly with rotated (non-horizontal) text, it may be difficult for a user to predict whether the text will go top-to-bottom or bottom-to-top. I could envision an opt-in, heuristic-based
autodetect_direction=True
flag that examines the original character order to determine the correct direction for a given sub-chunk of text. (In theory, this could also apply to the non-rotated text.)The text was updated successfully, but these errors were encountered: