-
Regarding #126
Disini kita mau diskusikan tentang skor sentiment nya. Untuk `rojak-analyzer` sekarang skor yang kita dapet dari `rojak` itu seberapa yakin (confident score) saat dia nentuin sentimen…
-
Most notably, several keywords (`unit`, `origin`) are completely undocumented. I also think that `scale` could be improved by using an ADT, like you'll find in MLStyle.jl; this has the advantages of b…
-
Hi,
thanks for sharing this project. Will the actual PDF dataset be made available as well? Or is there any other way to avoid rerunning the whole pipeline again?
Best,
Malte
-
**Is your feature request related to a problem? Please describe.**
All PDF related tasks are still tied to the old data hub, which should be completely obsolete.
**Describe the solution you'd like…
-
Sometimes when I trace an image with centerline-trace, the resulting path is created not in the same location as my source bitmap, but somewhere else, usually close tho the origin (0,0) of the page.
…
-
Following a proposal for breaking changes. Mostly thoughts but realistic. Feel free to comment, but not urgent.
Regarding the API, restrictions and so on, my general idea is to be a little bit more…
-
**Is your feature request related to a problem? Please describe.**
I have a particular use case for toHaveScreenshot in that my Checkly tests goes through our UI to generate a PDF export of a particu…
-
i have a large table ( scroll able table ) so i set html2canvas width and height as element scroll able width and height so that it can be render large width table. but the problem is hyperlinks are n…
-
did you compared your algorithms performance with
https://github.com/nlarusstone/corels
by the way
as written in
https://arxiv.org/pdf/1911.03249.pdf
This is a post-peer-review preprint vers…
-
html
```html
```
js
```javascript
svg = '';
const ctx = document.getElementById('canvas').getContext('2d');
ctx.drawSvg(svg, 50, 50, 100, 400);
```
expect: tall rectangle
actual: rec…