论文标题
医生使用深度学习的多语言手写处方识别系统
Doctors Handwritten Prescription Recognition System In Multi Language Using Deep Learning
论文作者
论文摘要
医生通常用不可理解的笔迹写作,这使得普通公众和一些药剂师都难以理解他们处方的药物。对于他们来说,安静而有条不紊地写处方并不理想,因为他们每天都会与数十名患者打交道,并且会淹没工作。结果,他们的笔迹是难以辨认的。这可能会导致报告或处方由简短的形式和草书写作组成,这些写作典型的人或药剂师无法正确阅读,这会导致规定的药物被拼错。但是,有些人习惯于用区域语言编写处方,因为我们都生活在各种区域语言的领域中。它使分析内容更具挑战性。因此,在这个项目中,我们将使用识别系统来构建一个可以用任何语言翻译医生的笔迹的工具。该系统将被制作到完全自主功能的应用程序中。当用户上传处方图像时,程序将通过执行图像预处理和单词分段来预处理图像,并在处理图像以进行培训之前。它将针对我们需要模型检测的每种语言来完成。从推论模型开始,将使用包括CNN,RNN和LSTM在内的深度学习技术制作,这些技术可用于训练该模型。为了匹配系统中将写入各种语言的单词,将使用Unicode。此外,使用模糊搜索和市场篮分析提供最终结果,该结果将从药品数据库中进行优化,并以结构化输出为止向用户显示。
Doctors typically write in incomprehensible handwriting, making it difficult for both the general public and some pharmacists to understand the medications they have prescribed. It is not ideal for them to write the prescription quietly and methodically because they will be dealing with dozens of patients every day and will be swamped with work.As a result, their handwriting is illegible. This may result in reports or prescriptions consisting of short forms and cursive writing that a typical person or pharmacist won't be able to read properly, which will cause prescribed medications to be misspelled. However, some individuals are accustomed to writing prescriptions in regional languages because we all live in an area with a diversity of regional languages. It makes analyzing the content much more challenging. So, in this project, we'll use a recognition system to build a tool that can translate the handwriting of physicians in any language. This system will be made into an application which is fully autonomous in functioning. As the user uploads the prescription image the program will pre-process the image by performing image pre-processing, and word segmentations initially before processing the image for training. And it will be done for every language we require the model to detect. And as of the deduction model will be made using deep learning techniques including CNN, RNN, and LSTM, which are utilized to train the model. To match words from various languages that will be written in the system, Unicode will be used. Furthermore, fuzzy search and market basket analysis are employed to offer an end result that will be optimized from the pharmaceutical database and displayed to the user as a structured output.