issues
search
gali8
/
Tesseract-OCR-iOS
Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
http://www.nexor.it
MIT License
4.22k
stars
949
forks
source link
Abort recognition session
#310
Closed
mihailsalari
closed
7 years ago
mihailsalari
commented
7 years ago
How to abort the recognition session?
mihailsalari
commented
7 years ago
/**
An optional method to be called periodically during recognition so
the user can choose whether or not to cancel recognition.
@param tesseract The
G8Tesseract
object performing the recognition.
@return Whether or not to cancel the recognition in progress. */
(BOOL)shouldCancelImageRecognitionForTesseract:(G8Tesseract *)tesseract;
How to abort the recognition session?