from utils.ocr_brut.ocr_utils import extraire_texte, extraire_texte_fr from utils.ocr_brut.ocr_preprocessor import preprocess_image, preprocess_image_with_profile, PREPROCESSING_PROFILES # Compatibilité rétroactive __all__ = [ 'extraire_texte', 'extraire_texte_fr', 'preprocess_image', 'preprocess_image_with_profile', 'PREPROCESSING_PROFILES' ]