README.md
pyproject.toml
src/__init__.py
src/main.py
src/api/__init__.py
src/api/controllers/__init__.py
src/api/controllers/text_extraction_controller.py
src/api/rest/__init__.py
src/api/rest/v1/__init__.py
src/api/rest/v1/routes/__init__.py
src/api/rest/v1/routes/health.py
src/application/services/__init__.py
src/application/services/text_extraction_service.py
src/config/__init__.py
src/config/configuration_profiles.py
src/config/dependencies.py
src/config/dependency_container_improved.py
src/config/service_registry.py
src/config/settings.py
src/config/environments/__init__.py
src/config/environments/development.py
src/config/environments/production.py
src/domain/text/__init__.py
src/domain/text/chunking_factory.py
src/domain/text/chunking_strategy.py
src/domain/text/text_processor.py
src/infrastructure/cache/aioredis_patch.py
src/infrastructure/cache/redis_client.py
src/infrastructure/cache/redis_client_custom.py
src/infrastructure/cache/redis_config.py
src/infrastructure/external/__init__.py
src/infrastructure/external/rapidapi_client.py
src/infrastructure/external/rapidapi_config.py
src/infrastructure/extractors/__init__.py
src/infrastructure/extractors/extractor_factory.py
src/infrastructure/extractors/file_extractor.py
src/infrastructure/nlp/spacy_processor.py
src/px_rfs_project.egg-info/PKG-INFO
src/px_rfs_project.egg-info/SOURCES.txt
src/px_rfs_project.egg-info/dependency_links.txt
src/px_rfs_project.egg-info/entry_points.txt
src/px_rfs_project.egg-info/requires.txt
src/px_rfs_project.egg-info/top_level.txt
src/shared/__init__.py
src/shared/hof/__init__.py
src/shared/kernel/__init__.py
src/shared/kernel/use_case.py
src/shared/logging/__init__.py
src/shared/logging/error_tracker.py
src/shared/logging/logger.py
src/shared/middleware/__init__.py
src/shared/middleware/error_handler.py
src/shared/middleware/logging.py
src/shared/middleware/rate_limit.py