mirror of
https://github.com/Ladebeze66/llm_ticket3.git
synced 2025-12-13 12:36:50 +01:00
8 lines
255 B
Python
8 lines
255 B
Python
from utils.ocr_avance.image_preparer import prepare_image_for_llama_vision
|
|
from utils.ocr_avance.ocr_cleaner import clean_text_with_profiles
|
|
|
|
# Compatibilité rétroactive
|
|
__all__ = [
|
|
'prepare_image_for_llama_vision',
|
|
'clean_text_with_profiles'
|
|
] |