简体   繁体   English

Tesseract在Android中的最大识别时间

[英]Tesseract max recognition time in android

I have a problem with tesseract recognition time in android, it's taking too much time to recognize text. 我在Android中的tesseract识别时间有问题,识别文本花费了太多时间。 In ios it has a function to give tesseract max recognition time like tesseract.maximumRecognitionTime = 60.0 . 在ios中,它具有赋予tesseract最大识别时间的功能,例如tesseract.maximumRecognitionTime = 60.0 Is there any way to give tesseract maximum recognition time in android like ios?(I'm using tess two library https://github.com/rmtheis/tess-two ) 有没有办法像iOS一样在Android中给tesseract最大的识别时间?(我正在使用tess两个库https://github.com/rmtheis/tess-two

No, but you would be welcome to propose a pull request to implement it! 不,但是欢迎您提出拉动请求以实施它!

You may be able to use the stop method as an alternative. 您可能可以使用stop方法作为替代方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM