File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # [ 0.47.0] ( https://github.com/shelllet/winui/compare/main...dev ) (2025-xx-xx )
1+ # [ 0.47.0] ( https://github.com/shelllet/winui/compare/main...dev ) (2025-09-22 )
22
33### Changed:
441 . 优化文字识别动作,文字识别结果已经更改为从上至下的顺序。
Original file line number Diff line number Diff line change 148148 - 深度学习
149149 - [ 目标分类] ( ./actions/ai/ImageClassification.md )
150150 - [ 对象检测] ( ./actions/ai/ObjectDetection.md )
151- - [ 文档图像方向矫正 ] ( ./actions/ai/DocumentOrientation.md )
152- - [ 图像矫正 ] ( ./actions/ai/TextUnwarping.md )
153- - [ 文本区域检测 ] ( ./actions/ai/TextDetection.md )
151+ - [ 文字图像方向矫正 ] ( ./actions/ai/DocumentOrientation.md )
152+ - [ 文字图像矫正 ] ( ./actions/ai/TextUnwarping.md )
153+ - [ 文字区域检测 ] ( ./actions/ai/TextDetection.md )
154154 - [ 文字角度纠正] ( ./actions/ai/TextlineOrientation.md )
155- - [ 文本检测 ] ( ./actions/ai/TextRecognition.md )
155+ - [ 文字识别 ] ( ./actions/ai/TextRecognition.md )
156156 - [ 二维码识别] ( ./actions/ai/QRCode.md )
157157 - [ 条码识别] ( ./actions/ai/BarcodeDetector.md )
158158 - [ 文本提取] ( ./actions/ai/TextExtract.md )
Original file line number Diff line number Diff line change 1- # 文档图像方向矫正
1+ # 文字图像方向矫正
22
33将文档图像的方向区分出来,并使用后处理将其矫正。在诸如文档扫描、证照拍摄等过程中,有时为了拍摄更清晰,会将拍摄设备进行旋转,导致得到的图片也是不同方向的。此时,标准的OCR流程无法很好地应对这些数据。利用图像分类技术,可以预先判断含文字区域的文档或证件的方向,并将其进行方向调整,从而提高 OCR 处理的准确性。
44
Original file line number Diff line number Diff line change 1- # 文本区域检测
1+ # 文字区域检测
22在图像中定位和标记出包含文本的区域。该模块的性能直接影响到整个OCR系统的准确性和效率。
33
44![ TextDetection] ( ./images/03.png ' :size=90% ')
Original file line number Diff line number Diff line change 1- # 文本提取
1+ # 文字识别
22识别图像中的中文/英文文字。
33
44![ TextRecognition] ( ./images/08.png ' :size=90% ')
Original file line number Diff line number Diff line change 1- # 图像矫正
1+ # 文字图像矫正
22针对图像进行几何变换,以纠正图像中的文档扭曲、倾斜、透视变形等问题,以供后续的文本识别进行更加准确。
33
44![ TextUnwarping] ( ./images/11.png ' :size=90% ')
You can’t perform that action at this time.
0 commit comments