<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>手書き数字認識 簡易版</title> </head> <body> <h1>手書き数字認識 簡易版</h1> <canvas id="pad" width="24" height="24"></canvas> <button onclick="checkFn()">識別</button> <p>黒色の小さな正方形にマウスで数字を書いて識別してください</p> <script src="https://cdnjs.cloudflare.com/ajax/libs/signature_pad/1.5.3/signature_pad.min.js"></script> <script src="https://cdnjs.cloudflare.com/aj
