You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possibile to provide a pattern ( regex ) to filter detected text in TextRecognizer ( or implementing a new Detector ) ?
I already do this in my Processor ( that extends Detector.Processor) but I wonder if it's the best way to do it ( even in term of performances ).
Is there a way to filter out texts before they arrive to Processor?