Paddy Horan
Paddy Horan
Hi, I'm just trying to get a sense of the level of interest from the ndarray developers regarding adopting the [Apache Arrow memory layout and padding](https://arrow.apache.org/docs/format/Columnar.html#buffer-alignment-and-padding). I have been wanting...
**Problem** Hit `unreachable!()` while loading PDF file. **Steps To Reproduce** Run the following code on [this](https://content.naic.org/sites/default/files/publication-app-manual.pdf) document: ```rust let document = FsDocument::try_from(path_buf) .unwrap() .into_document() .await .unwrap(); ``` **Expected behavior** The...