Spaces:
Runtime error
Runtime error
Update scripts/process.py
Browse files- scripts/process.py +1 -1
scripts/process.py
CHANGED
@@ -8,7 +8,7 @@ from haystack.schema import Answer
|
|
8 |
from haystack.document_stores import InMemoryDocumentStore
|
9 |
from haystack.pipelines import ExtractiveQAPipeline
|
10 |
from haystack.nodes import FARMReader, TfidfRetriever
|
11 |
-
from haystack.nodes.file_converter import PDFToTextConverter, TextConverter
|
12 |
from haystack.schema import Document
|
13 |
from haystack.nodes import PreProcessor
|
14 |
import logging
|
|
|
8 |
from haystack.document_stores import InMemoryDocumentStore
|
9 |
from haystack.pipelines import ExtractiveQAPipeline
|
10 |
from haystack.nodes import FARMReader, TfidfRetriever
|
11 |
+
from haystack.nodes.file_converter import PDFToTextConverter, TextConverter, DocxToTextConverter
|
12 |
from haystack.schema import Document
|
13 |
from haystack.nodes import PreProcessor
|
14 |
import logging
|