:py:mod:`abacusai.api_class.dataset`
====================================

.. py:module:: abacusai.api_class.dataset


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.api_class.dataset.ParsingConfig
   abacusai.api_class.dataset.DocumentProcessingConfig




.. py:class:: ParsingConfig


   Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`

   Helper class that provides a standard way to create an ABC using
   inheritance.

   .. py:attribute:: escape
      :type: str

      

   .. py:attribute:: csv_delimiter
      :type: str

      

   .. py:attribute:: file_path_with_schema
      :type: str

      


.. py:class:: DocumentProcessingConfig


   Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`

   Helper class that provides a standard way to create an ABC using
   inheritance.

   .. py:attribute:: extract_bounding_boxes
      :type: bool
      :value: False

      

   .. py:attribute:: convert_to_markdown
      :type: bool
      :value: False

      

   .. py:attribute:: remove_header_footer
      :type: bool
      :value: False

      

   .. py:attribute:: use_doctr
      :type: bool
      :value: False

      

   .. py:attribute:: remove_watermarks
      :type: bool

      

   .. py:attribute:: use_full_ocr
      :type: bool

      

   .. py:attribute:: layout_analysis
      :type: bool
      :value: False

      

   .. py:attribute:: enhanced_layout_detection
      :type: bool
      :value: False

      


