mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Add info that re-do OCR doesnt automatically refresh content
This commit is contained in:
parent
a5283525bc
commit
2a5dc4de38
2 changed files with 3 additions and 3 deletions
|
|
@ -491,7 +491,7 @@ export class DocumentDetailComponent
|
|||
.subscribe({
|
||||
next: () => {
|
||||
this.toastService.showInfo(
|
||||
$localize`Redo OCR operation will begin in the background.`
|
||||
$localize`Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.`
|
||||
)
|
||||
if (modal) {
|
||||
modal.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue