Sandeep Muthangi

Results 11 issues of 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...

type:bug
comp:tfjs-tflite

### Description If the range has values with entire columns or rows, simpleCellRangeToString is not giving the correct answer. ### Video or screenshots ![image](https://github.com/handsontable/hyperformula/assets/2245672/f347b430-ef8c-4aa5-986d-577d30c08a42) ### Demo none ### HyperFormula version...

Bug

### 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...

type: bug :beetle:

**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...

highlight plugin

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...

feature-request

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?