First stab at tesseract config generator. Generate HTML files in each of the log dirs

This commit is contained in:
Pim van Pelt
2025-08-24 10:46:47 +02:00
parent a12eccfc1d
commit ebfa490a49
3 changed files with 268 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module cheese
go 1.24.4
require gopkg.in/yaml.v3 v3.0.1