We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7178d7 commit 40757b6Copy full SHA for 40757b6
text_extract_api/extract/strategies/marker.py
@@ -45,7 +45,7 @@ def extract_text(self, file_format: FileFormat, language: str = 'en') -> str:
45
'languages': language,
46
'force_ocr': False,
47
'paginate_output': False,
48
- 'output_format': 'json' # TODO: support JSON output format
+ 'output_format': 'markdown' # TODO: support JSON output format
49
}
50
51
meta = {
0 commit comments