Commit Graph

14 Commits

Author SHA1 Message Date
c72d2cf16b fix(tesseract/regex): support unicode characters
Mostly from the first part of regexify_text
2024-02-10 11:17:56 +07:00
dependabot[bot]
2b33fca73f
chore(deps): bump h2 from 0.3.22 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.22...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 17:54:13 +00:00
dependabot[bot]
547a6457f8
chore(deps): bump shlex from 1.2.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:54:53 +00:00
6f35d05a3e fix(katana): improve the image analyzing process
Zamn, decreasing contrast and also copying Nori code.
2024-01-10 01:24:22 +07:00
ab6f42d5e6 feat(user): add dotenvy
.env easier for my life
2024-01-07 20:14:27 +07:00
8eb622f479 feat: swordfish-user
Also move tesseract implementation to swordfish cuz only the bot uses it.
2024-01-07 19:19:40 +07:00
b16c0dadab feat: implement write_cards & support Qingque 2024-01-07 01:05:47 +07:00
dbc168a955 feat(common): implement database reading
Also fix some bugs
2024-01-06 14:34:45 +07:00
30a7098bed feat: initial work on MongoDB support 2024-01-06 00:03:23 +07:00
0ada9f6e46 feat: use rusty-tesseract as another backend
Also use OnceLock & LazyLock
2024-01-05 20:18:54 +07:00
65911d3706 feat: regex 2024-01-01 20:15:51 +07:00
34c52cd9ab feat: use Arc & Mutex for LepTess 2023-12-31 22:55:32 +07:00
19dc2963f5 feat: add proper logging 2023-12-30 21:39:44 +07:00
1f7b5fe125 repo: publish
I haven't done anything yet.
2023-12-26 23:51:22 +07:00