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
We should enable users to scan multiple images at once (long raports, multipage invoices).
Stuff to consider
incoming requests will contain an array of base64 encoded images,
quantity/price merge logic should remain unchanged, if double items occur on the same image. If we have multiple equally named items on different images, the first occurrence should take precedence, and not be overwritten by subsequent scan results,
we should request all data from azure at once, but in separate requests - at least for now.
The text was updated successfully, but these errors were encountered:
We should enable users to scan multiple images at once (long raports, multipage invoices).
Stuff to consider
The text was updated successfully, but these errors were encountered: