From 56e3ec121981fc06ab97d2d4c2bf7832de8fbd7e Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:28:32 +0000 Subject: [PATCH] Update HowToUseOCR.md --- HowToUseOCR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowToUseOCR.md b/HowToUseOCR.md index d3e5744c..d68283f7 100644 --- a/HowToUseOCR.md +++ b/HowToUseOCR.md @@ -3,7 +3,7 @@ This document provides instructions on how to add additional language packs for the OCR tab in Stirling-PDF, both inside and outside of Docker. ## My OCR used to work and now doesn't! -Please update your tesseract docker volume path version from 4.00 to 5 +The paths have changed for the tessadata locations on new docker images, please use ``/usr/share/tessdata`` (Others should still work for backwards compatability but might not) ## How does the OCR Work Stirling-PDF uses [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) which in turn uses tesseract for its text recognition.