Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from unpkg to jsdelivr CDN #743

Closed
Balearica opened this issue Apr 23, 2023 · 0 comments · Fixed by #744
Closed

Switch from unpkg to jsdelivr CDN #743

Balearica opened this issue Apr 23, 2023 · 0 comments · Fixed by #744

Comments

@Balearica
Copy link
Member

Balearica commented Apr 23, 2023

Tesseract.js uses the unpkg CDN to deliver important files by default (the worker code and core code), even if the user self-hosts the tesseract.js script. While this behavior can be changed, my guess is that most users rely on the default. It is therefore very important for the CDN to have 100% uptime.

Unfortunately, the CDN we use by default--unpkg--has experienced downtime multiple times in the last year, which has been reported by multiple users (see #727). Based on what I've read online, it looks like jsdelivr is more reliable as it uses multiple redundant CDNs.

https://www.jsdelivr.com/unpkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant