webReader can read tables in an intuitive way. Instead of just reading the content in the table from top left to bottom right, webReader can be configured to repeat the relevant table header before each table cell as in the examples below.
Simple Tables
Listen to how webReader reads a simple table.
Product | Price | Available |
---|---|---|
Lemons | $10 | Yes |
Oranges | $7 | Yes |
Tangerines | $12 | No |
Complex Tables
Listen to how webReader can read a more complex table. The table has to be properly tagged.
2008 | 2009 | 2010 | |
---|---|---|---|
January | 1 member | 2 members | 3 members |
February | 4 members | 5 members | 6 members |
March | 7 members | 8 members | 9 members |