README.md
pyproject.toml
setup.py
retab/__init__.py
retab/_resource.py
retab/client.py
retab/py.typed
retab.egg-info/PKG-INFO
retab.egg-info/SOURCES.txt
retab.egg-info/dependency_links.txt
retab.egg-info/requires.txt
retab.egg-info/top_level.txt
retab/_utils/__init__.py
retab/_utils/ai_models.py
retab/_utils/benchmarking.py
retab/_utils/chat.py
retab/_utils/display.py
retab/_utils/json_schema.py
retab/_utils/mime.py
retab/_utils/responses.py
retab/_utils/stream_context_managers.py
retab/_utils/_model_cards/anthropic.yaml
retab/_utils/_model_cards/auto.yaml
retab/_utils/_model_cards/gemini.yaml
retab/_utils/_model_cards/openai.yaml
retab/_utils/_model_cards/xai.yaml
retab/_utils/usage/__init__.py
retab/_utils/usage/usage.py
retab/resources/__init__.py
retab/resources/evals.py
retab/resources/files.py
retab/resources/finetuning.py
retab/resources/jsonlUtils.py
retab/resources/models.py
retab/resources/openai_example.py
retab/resources/prompt_optimization.py
retab/resources/schemas.py
retab/resources/usage.py
retab/resources/consensus/__init__.py
retab/resources/consensus/client.py
retab/resources/consensus/completions.py
retab/resources/consensus/completions_stream.py
retab/resources/consensus/responses.py
retab/resources/consensus/responses_stream.py
retab/resources/documents/__init__.py
retab/resources/documents/client.py
retab/resources/documents/extractions.py
retab/resources/evaluations/__init__.py
retab/resources/evaluations/client.py
retab/resources/evaluations/documents.py
retab/resources/evaluations/iterations.py
retab/resources/processors/__init__.py
retab/resources/processors/client.py
retab/resources/processors/automations/__init__.py
retab/resources/processors/automations/client.py
retab/resources/processors/automations/endpoints.py
retab/resources/processors/automations/links.py
retab/resources/processors/automations/logs.py
retab/resources/processors/automations/mailboxes.py
retab/resources/processors/automations/outlook.py
retab/resources/processors/automations/tests.py
retab/resources/secrets/__init__.py
retab/resources/secrets/client.py
retab/resources/secrets/external_api_keys.py
retab/resources/secrets/webhook.py
retab/types/__init__.py
retab/types/ai_models.py
retab/types/browser_canvas.py
retab/types/chat.py
retab/types/completions.py
retab/types/consensus.py
retab/types/evals.py
retab/types/events.py
retab/types/extractions.py
retab/types/inference_settings.py
retab/types/logs.py
retab/types/metrics.py
retab/types/mime.py
retab/types/modalities.py
retab/types/pagination.py
retab/types/predictions.py
retab/types/standards.py
retab/types/automations/__init__.py
retab/types/automations/cron.py
retab/types/automations/endpoints.py
retab/types/automations/links.py
retab/types/automations/mailboxes.py
retab/types/automations/outlook.py
retab/types/automations/webhooks.py
retab/types/db/__init__.py
retab/types/db/annotations.py
retab/types/db/files.py
retab/types/documents/__init__.py
retab/types/documents/correct_orientation.py
retab/types/documents/create_messages.py
retab/types/documents/extractions.py
retab/types/documents/parse.py
retab/types/evaluations/__init__.py
retab/types/evaluations/documents.py
retab/types/evaluations/iterations.py
retab/types/evaluations/model.py
retab/types/jobs/__init__.py
retab/types/jobs/base.py
retab/types/jobs/batch_annotation.py
retab/types/jobs/evaluation.py
retab/types/jobs/finetune.py
retab/types/jobs/prompt_optimization.py
retab/types/jobs/webcrawl.py
retab/types/schemas/__init__.py
retab/types/schemas/enhance.py
retab/types/schemas/evaluate.py
retab/types/schemas/generate.py
retab/types/schemas/layout.py
retab/types/schemas/object.py
retab/types/schemas/templates.py
retab/types/secrets/__init__.py
retab/types/secrets/external_api_keys.py
tests/test_automations_links.py
tests/test_automations_mailboxes.py
tests/test_documents_api.py
tests/test_evaluations.py
tests/test_preprocessor.py