diff --git a/carveouts/.gitignore b/fieldExtraction/.gitignore similarity index 100% rename from carveouts/.gitignore rename to fieldExtraction/.gitignore diff --git a/carveouts/src/bottom_up_funcs.py b/fieldExtraction/src/bottom_up_funcs.py similarity index 100% rename from carveouts/src/bottom_up_funcs.py rename to fieldExtraction/src/bottom_up_funcs.py diff --git a/carveouts/src/carveouts.py b/fieldExtraction/src/carveouts.py similarity index 100% rename from carveouts/src/carveouts.py rename to fieldExtraction/src/carveouts.py diff --git a/carveouts/src/claude_funcs.py b/fieldExtraction/src/claude_funcs.py similarity index 100% rename from carveouts/src/claude_funcs.py rename to fieldExtraction/src/claude_funcs.py diff --git a/carveouts/src/config.py b/fieldExtraction/src/config.py similarity index 100% rename from carveouts/src/config.py rename to fieldExtraction/src/config.py diff --git a/carveouts/src/consolidate_output.py b/fieldExtraction/src/consolidate_output.py similarity index 100% rename from carveouts/src/consolidate_output.py rename to fieldExtraction/src/consolidate_output.py diff --git a/carveouts/src/dict_operations.py b/fieldExtraction/src/dict_operations.py similarity index 100% rename from carveouts/src/dict_operations.py rename to fieldExtraction/src/dict_operations.py diff --git a/carveouts/src/file_processing.py b/fieldExtraction/src/file_processing.py similarity index 100% rename from carveouts/src/file_processing.py rename to fieldExtraction/src/file_processing.py diff --git a/carveouts/src/integration_testing.ipynb b/fieldExtraction/src/integration_testing.ipynb similarity index 100% rename from carveouts/src/integration_testing.ipynb rename to fieldExtraction/src/integration_testing.ipynb diff --git a/carveouts/src/main.py b/fieldExtraction/src/main.py similarity index 100% rename from carveouts/src/main.py rename to fieldExtraction/src/main.py diff --git a/carveouts/src/merge_funcs.py b/fieldExtraction/src/merge_funcs.py similarity index 100% rename from carveouts/src/merge_funcs.py rename to fieldExtraction/src/merge_funcs.py diff --git a/carveouts/src/postprocess.py b/fieldExtraction/src/postprocess.py similarity index 100% rename from carveouts/src/postprocess.py rename to fieldExtraction/src/postprocess.py diff --git a/carveouts/src/postprocessing_funcs.py b/fieldExtraction/src/postprocessing_funcs.py similarity index 100% rename from carveouts/src/postprocessing_funcs.py rename to fieldExtraction/src/postprocessing_funcs.py diff --git a/carveouts/src/preprocess.py b/fieldExtraction/src/preprocess.py similarity index 100% rename from carveouts/src/preprocess.py rename to fieldExtraction/src/preprocess.py diff --git a/carveouts/src/prompts.py b/fieldExtraction/src/prompts.py similarity index 100% rename from carveouts/src/prompts.py rename to fieldExtraction/src/prompts.py diff --git a/carveouts/src/table_funcs.py b/fieldExtraction/src/table_funcs.py similarity index 100% rename from carveouts/src/table_funcs.py rename to fieldExtraction/src/table_funcs.py diff --git a/carveouts/src/test.py b/fieldExtraction/src/test.py similarity index 100% rename from carveouts/src/test.py rename to fieldExtraction/src/test.py diff --git a/carveouts/src/textract_template.py b/fieldExtraction/src/textract_template.py similarity index 100% rename from carveouts/src/textract_template.py rename to fieldExtraction/src/textract_template.py diff --git a/carveouts/src/top_down_funcs.py b/fieldExtraction/src/top_down_funcs.py similarity index 100% rename from carveouts/src/top_down_funcs.py rename to fieldExtraction/src/top_down_funcs.py diff --git a/carveouts/src/utils.py b/fieldExtraction/src/utils.py similarity index 100% rename from carveouts/src/utils.py rename to fieldExtraction/src/utils.py