Working state

This commit is contained in:
2026-03-10 14:21:35 +01:00
parent cb7c358a93
commit 95f20eb8b7
5 changed files with 13 additions and 7 deletions
-5
View File
@@ -15,11 +15,6 @@ INPUT_DIR = str(arg_path)
if not arg_path.exists():
sys.exit(f"Directory {INPUT_DIR} not found.")
import ftfy
import ftfy
clean = ftfy.fix_text(text.replace("\x00", ""))
import json
import ftfy