Hello, I ran into problems after trying to rebuild some of my docker 
containers. I did not touch any code that touches tessaract, so I suspect 
something changed in the way it should be installed.

In my dockerfile I have 
    && echo "deb [trusted=yes] https://notesalexp.org/tesseract-ocr/buster/ 
buster main" >> /etc/apt/sources.list \
    && echo "deb [trusted=yes] 
https://notesalexp.org/tesseract-ocr/tessdata_best/ stretch main" >> 
/etc/apt/sources.list \
    && apt-get update \
    && apt-get install -y --no-install-recommends \
        tesseract-ocr \
        tesseract-ocr-deu \

and I get 
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Ign:4 https://notesalexp.org/tesseract-ocr/buster buster InRelease
Ign:5 https://notesalexp.org/tesseract-ocr/tessdata_best stretch InRelease
Ign:6 https://notesalexp.org/tesseract-ocr/buster buster Release
Ign:7 https://notesalexp.org/tesseract-ocr/tessdata_best stretch Release
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Ign:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Ign:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
Err:8 https://notesalexp.org/tesseract-ocr/buster buster/main amd64 Packages
  404  Not Found [IP: 95.142.37.135 443]
Ign:9 https://notesalexp.org/tesseract-ocr/buster buster/main all Packages
Ign:10 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main all 
Packages
Err:11 https://notesalexp.org/tesseract-ocr/tessdata_best stretch/main 
amd64 Packages
  404  Not Found [IP: 95.142.37.135 443]

Did something move?

Thanks for any help!
Martin

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/2d7d3551-b418-45dd-b8df-433d5b3fb48cn%40googlegroups.com.

Reply via email to