-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify Predictions identify not returning form(keyValue) and table data #641
Comments
Hi @vdvpie22, Thanks for reaching out. It sounds like you are reporting a difference in the iOS version vs what Android offers. Can you please explain what you are seeing on Android, and how that is different on iOS? Specifically, how does the use case work for you on Android? How does it not work for you on iOS? Thank you |
Response with same document:
In IOS:
That is, the IOS version does not return keyValue and tables as indicated in the first post |
Thank you so much for the detailed report! Having real data made it really clear for me to dive into this. This looks to be a bug in our code. Specifically, our code which is parsing the response from Textract: If an element is of type Just to be clear about repro steps:
Expected behavior |
Hello guys. I think I am hitting the same issue. It this fix planned for next release? It still say 1.0.5 as a milestone but it is not there. Thank you. |
Hi, @pavelrojkovtrepp. Sorry that this bug takes longer than I expected. I need more time solving this issue. And since I am already working on it. It shouldn't take long to release the fix. |
Hi, any updates? |
Reference to the PR which is in progress. #660 |
@vdvpie22 sorry for the delay, this fix has been released as part of Amplify 1.1.0 |
Describe the bug
We are using amplify for our app development and one of the prediction API call is not working properly. It is working okay for Android but not for iOS.
https://docs.amplify.aws/lib/predictions/identify-text/q/platform/ios#identify-text-in-a-document
The API is not returning forms and table data in result?
We tried detectText(.form), detectText(.table), detectText(.all). Results are same for all of them.
To Reproduce
Steps to reproduce the behavior:
data variable contains
Expected behavior
tables and keyValues should contain data as it work in Android.
Environment(please complete the following information):
Device Information (please complete the following information):
Additional context
No any other context about the problem.
The text was updated successfully, but these errors were encountered: