Fix OCR lang data failing to load (#15519)
Fixes #15472 Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
a1a8aa4a08
commit
73ddb60c32
@ -227,7 +227,7 @@ class FocalPointModal extends ImmutablePureComponent {
|
||||
const worker = createWorker({
|
||||
workerPath: tesseractWorkerPath,
|
||||
corePath: tesseractCorePath,
|
||||
langPath: assetHost,
|
||||
langPath: `${assetHost}/ocr/lang-data/`,
|
||||
logger: ({ status, progress }) => {
|
||||
if (status === 'recognizing text') {
|
||||
this.setState({ ocrStatus: 'detecting', progress });
|
||||
|
Loading…
Reference in New Issue
Block a user