README.md
pyproject.toml
setup.py
retab/__init__.py
retab/_resource.py
retab/client.py
retab/generate_types.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/resources/__init__.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/deployments/__init__.py
retab/resources/deployments/client.py
retab/resources/documents/__init__.py
retab/resources/documents/client.py
retab/resources/documents/extractions.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/projects/__init__.py
retab/resources/projects/client.py
retab/resources/projects/documents.py
retab/resources/projects/iterations.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/deprecated_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/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/projects/__init__.py
retab/types/projects/documents.py
retab/types/projects/iterations.py
retab/types/projects/model.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
retab/utils/__init__.py
retab/utils/ai_models.py
retab/utils/benchmarking.py
retab/utils/chat.py
retab/utils/display.py
retab/utils/hashing.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
tests/test_automations_links.py
tests/test_automations_mailboxes.py
tests/test_documents_api.py
tests/test_evaluations.py
tests/test_preprocessor.py