mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-04 22:06:26 +00:00
refactor: module structure
This commit is contained in:
@ -35,7 +35,7 @@ def hamming_distance_sql_function(user_input, db_entry) -> int:
|
||||
)
|
||||
|
||||
|
||||
class ImagePHashDatabase:
|
||||
class ImagePhashDatabase:
|
||||
def __init__(self, db_path: str):
|
||||
with sqlite3.connect(db_path) as conn:
|
||||
self.hash_size = int(
|
||||
|
Reference in New Issue
Block a user