example with box drawing chars

This commit is contained in:
uosfz 2025-07-31 01:30:05 +02:00
parent 50991c6de2
commit 386b3d042d
Signed by: uosfz
SSH key fingerprint: SHA256:FlktuluyhTQg3jHZNLKwxOOC5hbfrUXM0tz3IA3lGJo
3 changed files with 16 additions and 0 deletions

BIN
example/block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

BIN
example/boxdrawing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -21,6 +21,22 @@
"path": "example/replacement.png", "path": "example/replacement.png",
"number": 65533 "number": 65533
} }
},
{
"Table": {
"path": "example/boxdrawing.png",
"nrows": 8,
"ncols": 16,
"start_number": 9472
}
},
{
"Table": {
"path": "example/block.png",
"nrows": 2,
"ncols": 16,
"start_number": 9600
}
} }
] ]
} }