update
This commit is contained in:
7
backend/app/services/parser/__init__.py
Normal file
7
backend/app/services/parser/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# src/services/parser/__init__.py
|
||||
"""文档解析服务"""
|
||||
|
||||
from .pdf_parser import PDFParser
|
||||
from .docx_parser import DocxParser
|
||||
|
||||
__all__ = ["PDFParser", "DocxParser"]
|
||||
Reference in New Issue
Block a user