"""Vertex AI OCR module."""
from .transformation import VertexAIOCRConfig

__all__ = ["VertexAIOCRConfig"]

