Sandeep Muthangi
Sandeep Muthangi
### Issue I am trying to store an array inside blockdata. The array becomes an object once ContentState is updated. Following is a code sample ``` console.log(contentState.getBlockForKey(anchorKey).getData()) //Before curHighlights.push(text) newBlockData.set('highlights',...
**Bug 1: Line 200** `const modelInputShape = modelInput.shape.split(',').map(dim => Number(dim));` modelInput.shape is a string with ',' as a separator for thousands. For tflite text classification models using 'average_word_vec', modelInput.shape is...
### Description If the range has values with entire columns or rows, simpleCellRangeToString is not giving the correct answer. ### Video or screenshots  ### Demo none ### HyperFormula version...
### Summary If you select a range of text using shift key and a mouse cursor, it doesn't work properly in Firefox. You can see this behavior even in the...
**Motivation** To improve use of LayoutParser with AWS Lambda **Additional context** The latest version of opencv-python has a well known dependency issue with ZLIB. Following is a thread about it....
I could not find a way to do non text area highlights. The highlights plugin works for text based highlights. Is there a way to change the selection mode to...
With reference to #91 Is `extract_tables` the only function with this issue? I am using multiprocessing with `extract_words` and haven't faced this issue so far. I wonder if this is...
https://github.com/PaddlePaddle/RocketQA/blob/e2bfcfcfa902ac6cef7f0d359606a9da05b795ac/rocketqa/utils/optimization.py#L25C1-L26C1
## 🐛 Bug Report Alignment -> indent does not work properly. Rest of the alignment options have no issue. I have saved the workbook with an indent of 3 on...
The VGT models seem significantly larger than the DocXLayout models. ~1GB vs ~75MB. Can you quantize the VGT models? How do they perform post-quantization?