Hi there,
I'm curious how are you handling the too common case where DOCUMENT_TEXT_DETECTION returns the text lines (or specific words) at incorrect order, despite the input being a simple paragraph. For example, line n would jump to line n+2, then backtrack to line n+1.
Using "legacy_layout" does not usually help.
thanks!