Add redo OCR button to document edit

This commit is contained in:
Michael Shamoon
2022-07-24 20:15:26 -07:00
parent 611707a3d1
commit 45a6b5a436
3 changed files with 142 additions and 61 deletions

View File

@@ -28,6 +28,12 @@
</div>
<button type="button" class="btn btn-sm btn-outline-primary me-2" (click)="redoOcr()">
<svg class="buttonicon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#arrow-counterclockwise" />
</svg>&nbsp;<span class="d-none d-lg-inline" i18n>Redo OCR</span>
</button>
<button type="button" class="btn btn-sm btn-outline-primary me-2" (click)="moreLike()">
<svg class="buttonicon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#diagram-3" />