This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pip install pillow | |
# pip install pytesseract --break-system-packages | |
# pip install pillow | |
import re | |
import pytesseract | |
from PIL import Image | |
def parse_passport_holder_name(*, image): | |
try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"unit": "km", | |
"destinations": [ | |
"یزد", | |
"یاسوج", | |
"همدان", | |
"نوردوز", | |
"میر جاوه", | |
"مهاباد", | |
"مشهد", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url : http://natas0.natas.labs.overthewire.org | |
username : natas0 | |
password : natas0 | |
url : http://natas1.natas.labs.overthewire.org | |
username : natas1 | |
password : gtVrDuiDfck831PqWsLEZy5gyDz1clto | |
url : http://natas2.natas.labs.overthewire.org | |
username : natas2 |