Spaces:
Runtime error
Runtime error
File size: 137 Bytes
66340f1 |
1 2 3 4 |
from app.parser.parsers.pdf import PdfParser
from app.parser.parsers.docx import DocxParser
from app.parser.parsers.txt import TxtParser
|