Issue #3536887 by ajv009, svendecabooter: Move TextExtractor service to AI core
Introduces a new AiFieldTextExtractor plugin type in AI core that provides generic text extraction capabilities for any AI submodule. The ai_translate plugins now extend these core plugins, adding only translation-specific logic (setValue, translatable-aware shouldExtract).
Closes #3536887