eat2fit / ingestion.py
DurgaDeepak's picture
Create ingestion.py
6375eee verified
raw
history blame
104 Bytes
from utils import extract_text_from_pdfs
def ingest():
return extract_text_from_pdfs("meal_plans")