Image to B-UML#
- besser.utilities.image_to_buml.image_to_buml(image_path: str, openai_token: str, openai_model: str = 'gpt-4o')[source]#
Transforms an image into a B-UML model.
- Parameters:
- Returns:
the B-UML model object.
- Return type:
domain (DomainModel)