(block: TextBlock)
| 67 | ); |
| 68 | |
| 69 | function getRotationDegree(block: TextBlock) { |
| 70 | return block.lines[0]?.rotationDegree?.toFixed(2) ?? 0; |
| 71 | } |
| 72 | |
| 73 | function getConfidenceScore(block: TextBlock) { |
| 74 | return block.lines[0]?.confidenceScore?.toFixed(2) ?? 0; |