Hello,
I have the similar response
pytesseract.pytesseract.TesseractError: (1, "read_params_file: Can't open
tessedit_char_blacklist=,;: Error: Tesseract (legacy) engine requested, but
components are not present in
external/tesstrain/data/eng_pcb/eng_pcb.traineddata!! Failed loading
language
Hello,
I have the similar response
pytesseract.pytesseract.TesseractError: (1, "read_params_file: Can't open
tessedit_char_blacklist=,;: Error: Tesseract (legacy) engine requested, but
components are not present in
external/tesstrain/data/eng_pcb/eng_pcb.traineddata!! Failed loading
language
No, you are not using best float tessdata files from:
https://github.com/tesseract-ocr/tessdata_best/blob/main/eng.traineddata
There is nothing like eng_pcb.traineddata. (read your error message)
Zdenko
po 22. 4. 2024 o 17:40 Surya VaraPrasad Alla
napísal(a):
> Hello,
>
> I have the similar r
Hi,
i am trying to train a tesseract model with my own data. This is my code :
import os
# Pfade konfigurieren
TRAIN_DATA_DIR = "./data1"
TRAIN_LISTFILE = "./trainingsliste.txt"
OUTPUT_DIR = "./output"
TRAINEDDATA = "./tesseract-4.1/tessdata/deu.traineddata"
# Prüfe notwendige Pfade
if not os.pat
4 matches
Mail list logo