diff options
Diffstat (limited to 'non-scripts/optical-character-recognition.html')
| -rw-r--r-- | non-scripts/optical-character-recognition.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/non-scripts/optical-character-recognition.html b/non-scripts/optical-character-recognition.html new file mode 100644 index 0000000..342ccb3 --- /dev/null +++ b/non-scripts/optical-character-recognition.html @@ -0,0 +1,27 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Optical character recognition</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>⑀</td> <!-- OCR HOOK --> + <td>⑁</td> <!-- OCR CHAIR --> + <td>⑂</td> <!-- OCR FORK --> + <td>⑃</td> <!-- OCR INVERTED FORK --> + <td>⑄</td> <!-- OCR BELT BUCKLE --> + <td>⑅</td> <!-- OCR BOW TIE --> + <td>⑊</td> <!-- OCR DOUBLE BACKSLASH --> + </tr> + <tr> + <td>⑆</td> <!-- OCR BRANCH BANK IDENTIFICATION --> + <td>⑇</td> <!-- OCR AMOUNT OF CHECK --> + <td>⑈</td> <!-- OCR DASH --> + <td>⑉</td> <!-- OCR CUSTOMER ACCOUNT NUMBER --> + </tr> + </table> + </body> +</html> |
