Initial import of pdf2scan web

This commit is contained in:
Ubuntu
2026-03-27 10:12:32 +00:00
commit b7f3c8fbcd
14 changed files with 2662 additions and 0 deletions

BIN
app/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
app/static/flags/de.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

BIN
app/static/flags/es.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

BIN
app/static/flags/fr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

BIN
app/static/flags/gb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

BIN
app/static/flags/it.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

BIN
app/static/flags/pt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

BIN
app/static/flags/ru.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

2044
app/static/index.html Normal file

File diff suppressed because it is too large Load Diff

BIN
app/static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

42
app/static/logo.svg Normal file
View File

@@ -0,0 +1,42 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
<!-- Speech bubble: large circle + triangular tail bottom-left -->
<!-- Circle center (62, 56) radius 52 -->
<!-- Tail departs ~7 o'clock (37,103), tip (8,116), re-enters ~8 o'clock (18,88) -->
<path d="M62 4
A52 52 0 1 1 37 103
L8 116
L18 88
A52 52 0 0 1 62 4
Z"
fill="#3D8EF0"/>
<!-- Antenna stick -->
<rect x="59" y="17" width="6" height="12" rx="3" fill="white"/>
<!-- Antenna ball -->
<circle cx="62" cy="15" r="5.5" fill="white"/>
<!-- Head: large wide oval-ish rounded rect -->
<rect x="36" y="28" width="52" height="38" rx="17" fill="white"/>
<!-- Eyes: large blue circles on white head -->
<circle cx="50" cy="47" r="9" fill="#3D8EF0"/>
<circle cx="74" cy="47" r="9" fill="#3D8EF0"/>
<!-- Body -->
<rect x="40" y="70" width="44" height="28" rx="9" fill="white"/>
<!-- Three dots on body -->
<circle cx="51" cy="84" r="3.5" fill="#3D8EF0"/>
<circle cx="62" cy="84" r="3.5" fill="#3D8EF0"/>
<circle cx="73" cy="84" r="3.5" fill="#3D8EF0"/>
<!-- Left arm: horizontal stub + ball -->
<rect x="26" y="73" width="14" height="7" rx="3.5" fill="white"/>
<circle cx="26" cy="76.5" r="6" fill="white"/>
<!-- Right arm: horizontal stub + ball -->
<rect x="84" y="73" width="14" height="7" rx="3.5" fill="white"/>
<circle cx="98" cy="76.5" r="6" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB