Spaces:
Sleeping
Sleeping
Update marker/markdown_extractor.py
Browse files
marker/markdown_extractor.py
CHANGED
@@ -33,4 +33,7 @@ class MarkdownExtractor(Extractor):
|
|
33 |
feature = Feature.metadata(value=out_meta, name="text")
|
34 |
contents.append(Content.from_text(full_text, features=[feature]))
|
35 |
|
36 |
-
return contents
|
|
|
|
|
|
|
|
33 |
feature = Feature.metadata(value=out_meta, name="text")
|
34 |
contents.append(Content.from_text(full_text, features=[feature]))
|
35 |
|
36 |
+
return contents
|
37 |
+
|
38 |
+
def sample_input(self) -> Content:
|
39 |
+
return self.sample_scientific_pdf()
|