Spaces:
Sleeping
Sleeping
File size: 203 Bytes
2db8ee1 | 1 2 3 4 5 | from ingest.audio_ingest import ingest_audio
from ingest.pdf_ingest import ingest_pdf
print(ingest_pdf("../data/raw/os.pdf", "../data/processed/images"))
print(ingest_audio("../data/raw/Recording.mp3")) |