You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: