Skip to content

Biometrik passportdan malumotlarni o'qib olish dasturi

License

Notifications You must be signed in to change notification settings

Muhammadyusuf96/passport_scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passport_scan

Biometrik passportdan malumotlarni o'qib olish dasturi

Passport malumotlari Internetdan olindi!

Ubuntu 20.04

sudo apt-get update
sudo apt install libopencv-dev python3-opencv
python3 -c “import cv2; print(cv2.__version__)”
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
tesseract --version

Windows

  1. Install tesseract using windows installer available here.
  2. Note the tesseract path from the installation. Default installation path at the time of this edit was: C:\Program Files\Tesseract-OCR\. It may change so please check the installation path. WARNING: Tesseract should be either installed in the directory which is suggested during the installation or in a new directory. The uninstaller removes the whole installation directory. If you installed Tesseract in an existing directory, that directory will be removed with all its subdirectories and files.
  3. In cmd: pip install -r requirements.txt
  4. Set the tesseract path in the script before calling image_to_string: pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'

About

Biometrik passportdan malumotlarni o'qib olish dasturi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%