Open
Description
Users are able to set the OCR agent to tesseract, paddle, or their own agent when using the unstructured
library through the environment variable OCR_AGENT
, but there is currently no way for users to do the same thing with the sdk since environment variables are not sent to the server.
We can not support users defining an agent not present on the server, but we can allow them to determine if they want to use tesseract or paddle and should add a parameter to support this.