-
ตัวอย่างการใช้ผลจาก YOLO dectector ดึงส่วนของภาพออกมาและใช้ `surya-ocr` ในการอ่านข้อความ
``` py
from pathlib import Path
from ultralytics import YOLO
checkpoint = Path("best_detection_yolo.pt"…
-
Hello,
The middleware [looks for a header `Content-Type`](https://github.com/mankyd/htmlmin/blob/220b1d16442eb4b6fafed338ee3b61f698a01e63/htmlmin/middleware.py#L80) whose value is _exactly_ `text/htm…
-
### System Info
- `transformers` version: 4.46.2
- Platform: Linux-5.15.0-120-generic-x86_64-with-glibc2.35
- Python version: 3.12.4
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4…
-
Background
I am a college student currently working on implementing the ConDA-gen-text-detection code from Amrita Bhattacharjee's GitHub repository. During this process, I have encountered some issue…
-
I encountered the following error when running the following command:
`
(venv) (base) MacBook-Pro-2:contract-master dylan$ marker_single /Users/dylan/xxxx.pdf /Users/dylan --language Chinese
Loadin…
-
Hi there, I didn't tested it yet (since I don't own any discrete GPUs in my main hw configs) but your software seems cool.
It would be great for people like me to have a Google-Colab version of it.…
-
Hi,
When I ran the code python grounded_sam2_local_demo.py
the result was good with a prompt text="car. road."
![grounded_sam2_annotated_image_with_mask](https://github.com/user-attachments/assets/…
-
If coordinates are too close together (in mean of string), it might not detect them all. Examples:
```
50.087451,14.420671 50.087451,-14.420671 -50.087451,14.420671 -50.087451,-14.420671
```
E…
-
Hey, while using mockttp, we noticed mockttp sending CONNECT requests for `http://` requests. My understanding is CONNECT request should only be used for `https://` requests? Here's a script that show…
-
Hi, The code is working fine , can you please tell me how to send Langauge hint as paramter to TEXT DETECTION so that it can detect other languages also , now its only detecting english.