Preparing search index...

    Navigation parameters for creating a new recipe from an image using OCR.

    Opens a form with OCR capabilities to extract recipe data from the provided image.

    interface AddFromPicProp {
        mode: "addFromPic";
        imgUri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: "addFromPic"

    The operational mode for the Recipe screen

    imgUri: string

    URI of the image to use for OCR extraction