OCR Tesseract inttemp not found
2021. 4. 18. 13:00ㆍ파이썬/OCR
이유는 잘 모르겠지만, shapetable 파일을 삭제하면 해결됨
mftraining -F ./ocr/work/kor2.font_properties -D ./static/ocr -U ./static/ocr/unicharset -O ./static/ocr/kor2-0.unicharset
Reading ./static/ocr\kor2.12lottemartdreambold.exp0.tr ...
id < this->size():Error:Assert failed:in file ../../../src/ccutil/unicharset.cpp, line 294
cntraining
Reading ./static/ocr\kor2.12lottemartdreambold.exp0.tr ...
Clustering ...
Writing ./static/ocr/normproto ...
Internal Server Error: /ocr/tesseract/makeTestedData/
Traceback (most recent call last):
File "C:\Users\baris\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 806, in move
os.rename(src, real_dst)
FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다: './static/ocr/inttemp' -> './static/ocr/kor2-0.inttemp'
'파이썬 > OCR' 카테고리의 다른 글
Tesseract text2image (0) | 2021.03.28 |
---|---|
Tesseract 사용 가능한 Font 확인 (0) | 2021.03.28 |
Tesseract TR 생성시 인식률 높이기 (0) | 2021.03.08 |
이미지 임계처리 (0) | 2021.02.13 |
사진속 글자 검출 참조 (0) | 2021.02.13 |