Searched refs:tesseract_ocr (Results 1 – 2 of 2) sorted by relevance
16 from qemu_test.tesseract import tesseract_available, tesseract_ocr64 lines = tesseract_ocr(screenshot_path)
23 def tesseract_ocr(image_path, tesseract_args=''): function