Adding document service

This commit is contained in:
2025-09-19 22:59:41 +02:00
parent e8b306ac4a
commit f1b551d243
13 changed files with 1734 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ from datetime import datetime
import pytest
from app.models.document import FileDocument, FileType
from app.utils.ducment_matching import fuzzy_matching, subsequence_matching
from app.utils.document_matching import fuzzy_matching, subsequence_matching
def get_doc(filename: str = None):