explain_1.html 968 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html style="width: fit-content">
  3. <head>
  4. <link rel="icon" href="favicon.ico?v=$COMMIT_HASH" type="image/x-icon">
  5. <title>AI on the edge</title>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <style>
  9. h1 {font-size: 2em; margin-block-end: 0.3em;}
  10. h2 {font-size: 1.5em;margin-block-start: 0.3em;}
  11. h3 {font-size: 1.2em;}
  12. p {font-size: 1em;}
  13. </style>
  14. </head>
  15. <body style="font-family: arial">
  16. <h4>Step 1: Define a Reference Image</h4>
  17. The reference image is the base to define the digits, counters and references positions.
  18. <p>
  19. Firstly you see the default image. Use the Button "Create New Reference" to start to create your own reference image.<br>
  20. Most important feature is a straight alignment of the image. Use the Pre-rotate angle and the fine alignment to adjust the rotation of the image.
  21. </p>
  22. <p>
  23. Don't forget to save your changes with the <b>"Save"</b> button!
  24. </p>
  25. </body>
  26. </html>