Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I am currently working on a project that checks handwritten examination paper with the use of image processing. is MATLAB capable of comparing text files that is case insensitive?

1 visualización (últimos 30 días)
To check the examination, i am going to compare two text files. one is the examination and the other is the answer key. i want to compare those two with the use of image processing. it would be also of great help if MATLAB is capable of comparing those in case insensitive. also, if it can entertain multiple possible answers for each line.

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Nov. de 2016
Because you are using images you would need to use ocr. You can use lower() on the recognized text before doing the comparison.
Note: the comparison tool does not have an option for ignoring case distinctions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by