Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating my final year college project on cost effective optical mark up reader. I am getting problem in deciding whether java is fast enough in term of processing image data and efficient for the purpose or i need different tool or application like Matlab.

My project is actually an application which enables implementation of OMR using an ordinary scanner. The scanned image files will provide input to the software, processing will be done, value of filled fields will be extracted and result is calculated on the basis of marks/bubbles filled by user/candidate.

I want to read jpeg or pdf format of scanned image. I want to discuss my processing module. The problem is whether reading image pixels value and generating result is feasible in term of execution. what are the other alternatives.any other suggestion are extremely helpful. Thanks in advance. I don't know about Java nio library. I am a beginner.
I want to know what are the possible libraries or API's i can use.
Posted
Updated 13-Feb-15 21:54pm
v2

1 solution

There are many articles on the internet that will help you to understand OMR and OCR. You should go and read some of them as they will most likely give advice about which languages and livraries to use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900