rishiraj commited on
Commit
270f60d
1 Parent(s): cedec09

Update marker/markdown_extractor.py

Browse files
Files changed (1) hide show
  1. marker/markdown_extractor.py +4 -1
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()