Home
last modified time | relevance | path

Searched refs:tesseract_ocr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_m68k_nextcube.py16 from qemu_test.tesseract import tesseract_available, tesseract_ocr
64 lines = tesseract_ocr(screenshot_path)
/openbmc/qemu/tests/functional/qemu_test/
H A Dtesseract.py23 def tesseract_ocr(image_path, tesseract_args=''): function