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
8a54766750
commit
f1cf85d5a0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue