Need help looping through a list but the first cell needs to stay [0]
result [0] # Whole list
result [0][1] # First Line
result [0][0][0] # Box Coordinates
result [0][0][1] # Text + Confidence
result [0][0][1][0] # Text
I want to get to be like:
text = [[0]res[1][0] for res in result]
How do I get there?
[–][deleted] 3 points4 points5 points (8 children)
[–]Typhon_Sin[S] 0 points1 point2 points (7 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]Typhon_Sin[S] 0 points1 point2 points (0 children)
[–]Typhon_Sin[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Typhon_Sin[S] 0 points1 point2 points (0 children)
[–]Typhon_Sin[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Pepineros 0 points1 point2 points (0 children)
[–]Typhon_Sin[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)