mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 19:44:34 +00:00
added link tp existing audio file
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
452094f6d8
commit
3845e170f3
6
docs/examples/minimal_asr_pipeline.py
vendored
6
docs/examples/minimal_asr_pipeline.py
vendored
@ -48,3 +48,9 @@ if __name__ == "__main__":
|
||||
|
||||
doc = asr_pipeline_conversion(audio_path=audio_path)
|
||||
print(doc.export_to_markdown())
|
||||
|
||||
# Expected output:
|
||||
#
|
||||
# [time: 0.0-4.0] Shakespeare on Scenery by Oscar Wilde
|
||||
#
|
||||
# [time: 5.28-9.96] This is a LibriVox recording. All LibriVox recordings are in the public domain.
|
||||
|
Loading…
Reference in New Issue
Block a user