lioryah / lior-bootstrap

Apache License 2.0
0 stars 0 forks source link

Stage 1.2 Add test programm to the repo #3

Open ydmeta opened 2 years ago

ydmeta commented 2 years ago
  1. read about packages
  2. we create package liorboot
    • i moved module hi (hi.py) into it
    • also moved flipper.py
  3. add to package dir module flipper_qa.py
    • fliper_qa should have a validate_flipper method
    • expose this method with fire to bash
    • validate_flipper should receive two parameters source, dest
    • implement simple validation when text is " " (space)
    • validate_flipper should decide if image is flipped correctly
  4. add trun-test-metrics task to main Taskfile
    • add to run-sample new command entry
    • wich call to filepper_qa.py with src and dest
    • this task should have fail if not mached
  5. implement (add to validate_flipper code) validate_with_text try to use pytesseract package for ocr for text
    • This Step is required before playing with hand recognition
ydmeta commented 2 years ago

@lioryah did we finish this ticket?