[Glitch] Fix OCR lang data failing to load
Port f1cf85d5a0 to glitch-soc
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									77a975a964
								
							
						
					
					
						commit
						81bc91bc10
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 a new issue