Renjith Sasidharan

Results 6 issues of Renjith Sasidharan

acceptToken does not throw any error if the token is invalid, so how do you validate a token that is received via a delivery method (ex: SMS)?

Once you are done with NER, how to you guys match its line item and its corresponding price? A simple y coordinate matching will work in most cases, but there...

We should use cpu by default to load model and then user can move it to GPU if needed.

``` function submit() { document.getElementById("fileForm").submit(); }; ``` The above input field would post data as `fileContainer.files.fileInput`, so the following code in library breaks, `fileContainer.files.file`

Browsers on windows send MIME type as `application/vnd.ms-excel`. Library is just checking againt `text/csv`. This can break things in windows. The workaround now is to make changes in windows registry...

If there is enough VRAM, I think we can try to apply batch processing in frame processors to improve the FPS