개정판 02519509
issue 366: 텍스트 영역 인식 및 텍스트 인식 속도 개선
issue 479: 심볼 인식 후 hit ratio를 툴팁에 표기
기타 - tesseract version 표기
Change-Id: I7c41eb524de4919bce6aed18c361dcacc09f8aeb
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
2350 | 2350 |
svgFilePath = os.path.join(project.getSvgFilePath(), _type, name + '.svg') |
2351 | 2351 |
if os.path.isfile(svgFilePath): |
2352 | 2352 |
svg = SymbolSvgItem.createItem(_type, None, svgFilePath, owner=None, flip=flip) |
2353 |
svg.hit_ratio = symbol.hitRate |
|
2353 | 2354 |
svg.buildItem(name, _type, angle, pt, size, origin, connPts, parentSymbol, childSymbol, |
2354 | 2355 |
hasInstrumentLabel) |
2355 | 2356 |
svg.reCalculationRotatedItem() |
내보내기 Unified diff