First of all. Thanks Claudio and nikie for your fast answers.
What I want to do is process the forms automatically. Each circle match a
letter (like in a quiz). So if the user select option A in a row, he fills the
first circle. If he select option C in the next row, he fills the third circle
of t
Hi everybody.
I have a paper form that I scan into an image. My user fills some circles in
this paper form using black ink. Every form has ten rows with five circles each
and the user fills only one circle for each row.
I was wondering if I could use the Python Imaging Library to process these
fo
Hi everybody.
I need to create a datetime object from a string like "20/01/2005 15:10:01". I
know the mxDateTime module can do this with the DateTimeFrom method, but I was
wondering if is possible to do this using only the standard library.
I read the datetime object reference but didn't find a m