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
Some user study participants wanted to recognize forms using fromURL method using filepaths
User 4: there are helper classes that allow me to convert from file to ByteBuffer in Spring framework. "I don’t know how to convert to Flux Byte buffer". It’s a bit too low level
Should we consider adding an overload that takes in the local file as input so that they can directly use the available local file hence replayable for recognizing data without having to convert it to InputStream or Flux<ByteBuffer>.
Uh oh!
There was an error while loading. Please reload this page.
Some user study participants wanted to recognize forms using fromURL method using filepaths
User 4: there are helper classes that allow me to convert from file to ByteBuffer in Spring framework. "I don’t know how to convert to Flux Byte buffer". It’s a bit too low level
Should we consider adding an overload that takes in the local file as input so that they can directly use the available local file hence replayable for recognizing data without having to convert it to
InputStream
orFlux<ByteBuffer>
.Overloads would like this after this update:
The text was updated successfully, but these errors were encountered: