mirror of
https://github.com/Ladebeze66/llm_ticket3.git
synced 2025-12-13 12:36:50 +01:00
11 lines
371 B
Python
11 lines
371 B
Python
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'
|
|
] |