Skip to content

Commit

Permalink
Actually store the images
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarsti committed Feb 15, 2024
1 parent 19192db commit b191371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lambda/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func getTable(file *extract.File) ([][]string, error) {
newEncodedImage2, err := image.AddBoxes(file.Bytes, rowsFlattened)
if err != nil {
log.Printf("add boxes to image 2 failed: %v", err)
} else {
file.BytesWithBoxes = []byte(newEncodedImage)
file.BytesWithRowBoxes = []byte(newEncodedImage2)
}
Expand Down

0 comments on commit b191371

Please sign in to comment.