File size: 497 Bytes
900df0b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
OmniFile AI Processor — Export Module
=======================================
القدرات:
- تصدير إلى TXT مع دعم RTL (UTF-8 BOM)
- تصدير إلى JSON مع البيانات الهيكلية
- تصدير إلى DOCX مع دعم الفقرات RTL
- تصدير إلى HTML مع الحفاظ على التنسيق
- تصدير إلى PDF قابل للبحث (صورة + نص مخفي)
"""
from modules.export.exporter import DocumentExporter

__all__ = ["DocumentExporter"]