cobaltautomationdev

Results 8 comments of cobaltautomationdev

最新的paddleocr 安装都安装不了,必须先安装pymupdf 1.20的,才能够顺利安装。系统是windows10.

官方为何还是不更新,兼容pymupdf1.20以上的版本。

> above solution did not work for me: AttributeError: module 'simple_image_download.simple_image_download' has no attribute 'Downloader' ``` from simple_image_download import simple_image_download as simp response = simp.simple_image_download() response.urls('Circular economy', limit=5) ```

this issue still exists until now 2024.01.14

I got the answer, we should convert image to "RGB"

Automated driver management TL;DR: Selenium Manager automatically discovers, downloads, and caches the drivers required by Selenium when these drivers are unavailable. The primary feature of Selenium Manager is called automated...

I've experienced similar issues; sometimes the navigation to the URL succeeds, and other times it fails. It seems to be related to some specific website, as I haven't encountered any...

修改环境变量,使用国内镜像源下载: export HF_ENDPOINT=https://hf-mirror.com # Linux/Mac set HF_ENDPOINT=https://hf-mirror.com # Windows CMD $env:HF_ENDPOINT="https://hf-mirror.com" # Windows PowerShell