Returned Text Recognition Text is out of order.
When detecting text from an image, the lines of text returned are not in order that they appear in the input image This might be due to a multi threading issue under the hood? Possibly a performance optimization is causing this where less complex strings are returned earlier.
To Reproduce Image files are attached to this post with an image that duplicates the problem. The sample problem output is also included from the console. When processed, the order of the lines is detected incorrectly.
EXAMPLE FROM ATTACHED IMAGES: The heading 'address' has been returned much earlier. This creates an issue where we can't index+1 the static line 'address' when it is detected in order to retrieve the actual address. Postcode/Zipcode is also out of order.
Expected behavior Lines detected should be output in the exact order they appear in the source image.
Screenshots
Platform (please complete the following information): Android Emulator 11
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.