Html Form Example

<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
        <form action="http://api.ocrapiservice.com/1.0/rest/ocr" method="POST" enctype="multipart/form-data">
            <input type="hidden" name="MAX_FILE_SIZE" value="100000000" />
                Choose a file to upload: <input name="image" type="file" />
            <br />
            <input type="text" name="language" value="en" />
            <input type="text" name="apikey" value="QdgjiDjWjK" />

            <input type="submit" value="Upload File" />
        </form>
    </body>
</html>