mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02:00
Fix OCR when using S3/CDN for assets (#28551)
This commit is contained in:
parent
3868a63607
commit
3e9238de47
@ -218,7 +218,7 @@ class FocalPointModal extends ImmutablePureComponent {
|
||||
const worker = createWorker({
|
||||
workerPath: tesseractWorkerPath,
|
||||
corePath: tesseractCorePath,
|
||||
langPath: `${assetHost}/ocr/lang-data/`,
|
||||
langPath: `${assetHost}/ocr/lang-data`,
|
||||
logger: ({ status, progress }) => {
|
||||
if (status === 'recognizing text') {
|
||||
this.setState({ ocrStatus: 'detecting', progress });
|
||||
|
Loading…
x
Reference in New Issue
Block a user