Commit 484618e
wasm demos: working cyrillic recognition model URL
SWHL/RapidOCR ships no cyrillic PP-OCRv3 export — the previous URL
404'd and ort-web choked on the HTML error page ("protobuf parsing
failed"). Point the cyrillic entry at the
cycloneboy/cyrillic_PP-OCRv3_rec_infer HF repo instead, which carries
both the ONNX export and its paired 163-char dictionary (verified:
output tensor is [n, t, 165] = blank + dict + space, matching
dict_chars' table layout).
Refs #157
Signed-off-by: artiz <artem.kustikov@gmail.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EY5KAiquN4YpVf2PXEQkVT1 parent fa72393 commit 484618e
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments