Fix SSE route dependency and align architecture docs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
"""文档解析服务"""
|
||||
"""Initialize the app.services.parser package."""
|
||||
|
||||
from .pdf_parser import PDFParser
|
||||
from .docx_parser import DocxParser
|
||||
# Keep package boundaries explicit so backend imports stay predictable.
|
||||
|
||||
|
||||
__all__ = ["PDFParser", "DocxParser"]
|
||||
|
||||
Reference in New Issue
Block a user