fix(tesseract/regex): support unicode characters

Mostly from the first part of regexify_text
This commit is contained in:
2024-02-10 11:17:56 +07:00
parent 5ae36d7f2a
commit c72d2cf16b
5 changed files with 26 additions and 8 deletions

View File

@ -22,4 +22,5 @@ rpath = false
[profile.release-debug]
inherits = "release"
debug = true
incremental = true
strip = false