BobLd
BobLd
Sounds good! I've made the repo public, let me know if you have any questions EDIT: It seems that the output differences between the 2 models comes from the fact...
Hi @haya4, it must be related to PdfPig indeed. I've no plan to switch to another library but PdfPig is actively developped, so would you mind creating an issue in...
Hi @asural, would you be able to share to pdf document? Also, have you tried the original java version of tabula to see if you have the same issue?
@VisualMelon I know there are a lot of files changed due to that, my bad. But I can't really easilly revert that back on my side. Maybe the easiest is...
@VisualMelon @HavenDV I've implemented your feedback. - Regarding the separate commits, I agree but it was really easier to do in one go - The changes here are indeed mainly...
for anyone interested, I've updated the package to v3.3.2, handling emoji here https://github.com/BobLd/vadersharp
Hi @huanbd, @LordTrololo, maybe have a look at my repos [YOLOv3MLNet](https://github.com/BobLd/YOLOv3MLNet). Two different YOLO v3 models are used. Also, you can check how to apply the `1 / 255.0` transform...
I've created samples using 2 different **YOLO V3** (ONNX) models for object detection, using Bitmap as input value (also answers https://github.com/dotnet/machinelearning-samples/issues/86#issuecomment-599081678) https://github.com/BobLd/YOLOv3MLNet Related to #575? EDIT: **YOLO V4** available [here](https://github.com/BobLd/YOLOv4MLNet)
Also for reference about the `DCTDecode` filter: > However, one of the formats used for image data, is the DCT format. This is actually a JPEG, and if you take...
Just a quick note on your `TextSequence`: I'm a bit surprised... I'm almost 100% sure that it was working when I developped these `IReadingOrderDetector`... so either something changed since then,...