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