macacajs / NoSmoke

A cross platform UI crawler which scans view trees then generate and execute UI test cases.
https://macacajs.github.io/NoSmoke
MIT License
198 stars 57 forks source link

OCR Suggestion #79

Open wusphinx opened 5 years ago

wusphinx commented 5 years ago

Currently nosmoke uses tesseract as default text recognition, but tesseract is not good at the recognition of Chinese, do you have any plan of abstracting OCR module to use other identification tools, such as character recognition baidu-ocr?

SamuelZhaoY commented 5 years ago

Thanks for the suggestion, yes, I tried several ocr services before. The current reason by default we are using tesseract is that it is free and easy to access. Would plan for make NoSmoke able to accept different types of third party ocr services.