o
    Zh!                     @   s^   d Z ddlZddlmZ ddlmZ ddlmZ ee	Z
edd	G d
d deZdgZdS )z)
Feature extractor class for LayoutLMv3.
    N   )logging)requires   )LayoutLMv3ImageProcessor)Zvision)backendsc                       s   e Zd Zd fddZ  ZS )LayoutLMv3FeatureExtractorreturnNc                    s"   t dt t j|i | d S )NzThe class LayoutLMv3FeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use LayoutLMv3ImageProcessor instead.)warningswarnFutureWarningsuper__init__)selfargskwargs	__class__ k/var/www/auris/lib/python3.10/site-packages/transformers/models/layoutlmv3/feature_extraction_layoutlmv3.pyr      s
   z#LayoutLMv3FeatureExtractor.__init__)r	   N)__name__
__module____qualname__r   __classcell__r   r   r   r   r      s    r   )__doc__r
   utilsr   Zutils.import_utilsr   Zimage_processing_layoutlmv3r   Z
get_loggerr   loggerr   __all__r   r   r   r   <module>   s   


