The example given are:

; 10 Common 46
b 3 Latin 59
W 5 Latin 40
7 8 Common 66
= 0 Common 93

";" is a punctuation character. Its properties are thus represented by the 
binary number 10000 (10 in hexadecimal).

"b" is an alphabetic character and a lower case character. Its properties 
are thus represented by the binary number 00011 (3 in hexadecimal).

"W" is an alphabetic character and an upper case character. Its properties 
are thus represented by the binary number 00101 (5 in hexadecimal).

"7" is just a digit. Its properties are thus represented by the binary 
number 01000 (8 in hexadecimal).

"=" is not punctuation nor a digit nor an alphabetic character. Its 
properties are thus represented by the binary number 00000 (0 in 
hexadecimal).

Japanese or Chinese alphabetic character properties are represented by the 
binary number 00001 (1 in hexadecimal): they are alphabetic, but neither 
upper nor lower case.


How is ";" related to the binary number 10000, "b" related to the binary 
number 00011, ...?


Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/89d18419-274d-485d-8553-d466281b9b16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to