File size: 176 Bytes
bab4aa8
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from app.agents.recipe_parser import RecipeParser

parser = RecipeParser()

print(
    parser.extract_servings(
        "Prep time 20 mins\nServes 4\nCook time 30 mins"
    )
)