教育场景的OCR识别技术方案咨询 #17745
Unanswered
LIANGQI0811
asked this question in
Q&A
教育场景的OCR识别技术方案咨询
#17745
Replies: 1 comment 1 reply
-
|
您好,如图,这种斜线可以采用latex方式表示,可以试试公式识别 https://www.paddleocr.ai/latest/version3.x/module_usage/formula_recognition.html 或者 PaddleOCR-VL的方案 https://www.paddleocr.ai/latest/version3.x/pipeline_usage/PaddleOCR-VL.html ,当然如果斜线和字母的组合有限也可以表示成一些特殊的OCR字符加入到字典中,因为OCR模型本质上是进行分类,可以反向映射回去。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
我是做教育场景的OCR识别的。现在有一个场景,学生可能用笔把A划一道斜线(或者X)用于标记这个回答作废。后面会再跟一个B。这时候我需要识别出来A作为拒绝目标,B作为识别目标。针对这个场景我不知道该用什么技术在PaddleOCR的基础上做二次开发,请大神指点[抱拳]
样本数据: https://question-bank.xtjstatic.cn/smart_handout/test/1.png
Beta Was this translation helpful? Give feedback.
All reactions