Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
Document AI OCR to output in byte array format as response to a request instead of passing the resulting response through another process in order to reach the desired result.
What you would like to accomplish:
Document AI OCR to result byte array response.
If applicable, reasons why alternative solutions are not sufficient:
Sacrificing productivity due to having to process the Document AI response in order to achieve the desired result.
Other information (workarounds you have tried, documentation consulted, etc):
An available workaround would be saving the resulted response in a .txt file and turning it into a byte array by using one of the following python methods: bytes() or bytearray().