mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Add info that re-do OCR doesnt automatically refresh content
This commit is contained in:
		| @@ -1957,8 +1957,8 @@ | |||||||
|           <context context-type="linenumber">391</context> |           <context context-type="linenumber">391</context> | ||||||
|         </context-group> |         </context-group> | ||||||
|       </trans-unit> |       </trans-unit> | ||||||
|       <trans-unit id="7662620858973651688" datatype="html"> |       <trans-unit id="5729001209753056399" datatype="html"> | ||||||
|         <source>Redo OCR operation will begin in the background.</source> |         <source>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.</source> | ||||||
|         <context-group purpose="location"> |         <context-group purpose="location"> | ||||||
|           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> |           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> | ||||||
|           <context context-type="linenumber">494</context> |           <context context-type="linenumber">494</context> | ||||||
|   | |||||||
| @@ -491,7 +491,7 @@ export class DocumentDetailComponent | |||||||
|         .subscribe({ |         .subscribe({ | ||||||
|           next: () => { |           next: () => { | ||||||
|             this.toastService.showInfo( |             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) { |             if (modal) { | ||||||
|               modal.close() |               modal.close() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon