Fix passport OCR B -> 8

This commit is contained in:
Nitwix
2025-04-12 22:58:37 +02:00
parent b8c556bd88
commit b2838cf914
4 changed files with 22 additions and 10 deletions

View File

@ -3,5 +3,7 @@ from utils.parsers.passport_parser import process_passport
def test_passport_parser() -> None:
client_data = dummy_client_data()
process_passport(client_data.get("passport"))
client_data = dummy_client_data()[0]
passport = process_passport(client_data.get("passport"))
passport