feat: swordfish-user
Also move tesseract implementation to swordfish cuz only the bot uses it.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
use crate::tesseract::{libtesseract, subprocess};
|
||||
use crate::CONFIG;
|
||||
use image::imageops::colorops::contrast_in_place;
|
||||
use image::io::Reader as ImageReader;
|
||||
@ -8,7 +9,6 @@ use std::io::Cursor;
|
||||
use std::sync::LazyLock;
|
||||
use swordfish_common::database::katana as db;
|
||||
use swordfish_common::structs::Card;
|
||||
use swordfish_common::tesseract::{libtesseract, subprocess};
|
||||
use swordfish_common::{trace, warn};
|
||||
use tokio::task;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user