Orix Au Yeung

Results 5 issues of Orix Au Yeung

Using the snap package, `imgcat` returns permission denied error when a file is given as input in the argument. However, it works fine when reading standard input (e.g. `cat .jpg...

Hi there, thank you for releasing this great template! However I noticed that the "Learn More" button at the index page is not working even for the demo site (https://barcadia.netlify.app/)....

Currently in `gcv2hocr2.py`, the coordinate of the bounding box for `block`, `paragraph`, and `word` is created from their respective `boundingBox.normalizedVertices`: https://github.com/dinosauria123/gcv2hocr/blob/40adc1026fc10a0fbe746a0a26329d0e9bcd527a/gcv2hocr2.py#L123 https://github.com/dinosauria123/gcv2hocr/blob/40adc1026fc10a0fbe746a0a26329d0e9bcd527a/gcv2hocr2.py#L129 https://github.com/dinosauria123/gcv2hocr/blob/40adc1026fc10a0fbe746a0a26329d0e9bcd527a/gcv2hocr2.py#L135 Is it possible to create a new...

According to the hOCR standard (Latest is v1.2 as of March 2021), the bbox property specifies `uint` to be used. That means all values must be unsigned. ([http://kba.cloud/hocr-spec/1.2/#propdef-bbox](http://kba.cloud/hocr-spec/1.2/#propdef-bbox)) However, the...

FIrst of all, thank you for making this amazing component! In my current project, I need to implement variable pageSize for users to choose, but couldn't find an elegant way...