•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 423,505 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,629 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 943 | Replies: 4
![]() |
•
•
Join Date: May 2006
Location: New Jersey
Posts: 1,422
Reputation:
Rep Power: 5
Solved Threads: 34
You will need to describe what you are trying to do a little bit better as it is not very clear.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
•
•
Join Date: Jun 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
thankes for ur fast reply.The existing system has a grade insertion page manually(for each student you have to enter a letter grade with in the provided text box).But what i want is to enter grade of students that have taken the same course by scanning the grade list paper once.
Last edited by daniten1 : Jun 8th, 2007 at 10:31 am. Reason: grammar error
•
•
Join Date: May 2006
Location: New Jersey
Posts: 1,422
Reputation:
Rep Power: 5
Solved Threads: 34
So have them either all of the grades at once and then update all of the relevant records from that?
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
•
•
•
•
So have them either all of the grades at once and then update all of the relevant records from that?
Sounds complicated.
You'll need an OCR (Optical Character Recognition) Software first translate the scanned page into Text. (if they characters are hand written, this won't work)
Then you'll need a custom written TXT parser to parse the Text, and convert it into the format that is saved by your HTML Form (like the database, or text file where the grades are stored). Quite simple.
The hard part is setting up the OCR to accept input from PHP, the binary data from the scanned image. And sending that back to PHP.
Usually, if you have a command line OCR it would be just a system call from PHP:
exec('path/to/ocr/ -options 'image_file.png' >> output.txt');
$text_from_image = file('ouput.txt');I've never used an OCR program before so I'm not 100% sure if its that simple or not..
You'd have to manually scan each page however, and upload the images via PHP..
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- ascii text editor (OS X)
- PHP IP Log (PHP)
- Capture text between tags (PHP)
- how do i read the last line of a text file? (Python)
- Read In Text help (Java)
Other Threads in the PHP Forum
- Previous Thread: Newbie - looping and array [very simple] problem
- Next Thread: help with pregmatch



Linear Mode