← Back to team overview

sikuli-driver team mailing list archive

[Question #697757]: IDE crashes when I run OCR

 

New question #697757 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697757

I'm trying to do number extraction from a webpage using Tessaract/OCR. 

I have installed Tesseract v4.1.1.  on my MacOS machine (running 10.13.6 High Sierra). 

When I run just this test code snippet, the Sikuli IDE crashes. The crash repost says "Termination Reason: DYLD, [0x4] Symbol missing"

import sys  
priceRegion = Region(79,192,80,32)
price = priceRegion.text()
print(price)

What am I doing wrong?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.