Skip to content

Commit 40757b6

Browse files
committed
feat: marker improvements
1 parent a7178d7 commit 40757b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_extract_api/extract/strategies/marker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def extract_text(self, file_format: FileFormat, language: str = 'en') -> str:
4545
'languages': language,
4646
'force_ocr': False,
4747
'paginate_output': False,
48-
'output_format': 'json' # TODO: support JSON output format
48+
'output_format': 'markdown' # TODO: support JSON output format
4949
}
5050

5151
meta = {

0 commit comments

Comments
 (0)