This commit is contained in:
2024-11-19 20:11:58 +01:00
commit 4d7a52ee99
9 changed files with 670 additions and 0 deletions

5
paddleDownload.py Normal file
View File

@@ -0,0 +1,5 @@
from paddleocr import PaddleOCR
# Lade das PaddleOCR-Modell herunter
ocr = PaddleOCR(use_angle_cls=True, lang='en') # Hier wird das vortrainierte Modell heruntergeladen