Automatic recipe import from images #4260
AntoineBriseboisRoy
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
As of now, we have the ability to convert images into recipe and it works great!
However, we need to take a picture, then go in mealie, Create -> from image -> select image -> Create. It is a "long" process that could be so much easier in my opinion.
Or a better problem would be for bulk upload of images. I would be great to be able to drop all our recipes' picture into a folder and they all get imported.
Please provide a concise description of the feature that would resolve your issue.
The solution to that is directory scan. A lot of people using mealie are doing so with their homeServer (assumption here) and a lot of those also happen to have a NAS (assumption also here). Wouldn't that be great, if for example, you can take a picture and put it in your recipe folder (or a temp_recipe folder), and mealie scan the directory continuously for new items and when there are, take the picture, make a call to the api for create recipe and then delete the item in the folder.
In my opinion, this is the last puzzle piece missing.
Please consider and list out some caveats or tradeoffs made in your design decision
The only "caveat" that I see is that once mealie scan the folder, the be a little bit easier on the coding side, is to delete the file in the folder once processes. So you kinda lose the picture you took.
For me it's now an issue, but for some it could be.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions