Sagar
Sagar
We are using two different model, one for detecting tables and the other to detect text inside the table. Though their outputs are different, calculations in the initial layers of...
Currently, we are running and testing the pipeline from command line tool using the `python` command. We want to host the pipeline to a server for real-time inference and detection...
As the name suggests, this algorithm maps all the text blobs in accordance with their spacial position and append the text with the help of that mapping. During the time...
Currently, we are using the following filters before sending the images for OCR: `RGB` -> `Grayscale` -> `GaussianBlur` -> `Grayscale` -> `RGB` The problem we are facing is that some...