OCR_AGENT
to one of the following supported values:
unstructured.partition.utils.ocr_models.tesseract_ocr.OCRAgentTesseract
to use Tesseract OCR. This is the default if not otherwise specified.unstructured.partition.utils.ocr_models.paddle_ocr.OCRAgentPaddle
to use Paddle OCR.unstructured.partition.utils.ocr_models.google_vision_ocr.OCRAgentGoogleVision
to use Google Cloud Vision OCR.