Filter pdfs based on context in flask
I have lots of pdf files and user enters some text in search bar ,and i should filter the pdfs based on that text
This filter should be performed using the context of that text
I need this flask
Filtering millions of records while keeping UI responsive?
While writing an alternative to Unity’s log console, I quickly faced the problem of filtering large amount of log entries while keeping UI responsive. Basically, if filtering more than 10K records during a frame update, the software hangs; and as it grows up it gets worse and worse.