Commit e8df3d8
authored
fix: pass along error message when OCR fails (#176)
Right now, if OCR fails, it just says "Error processing file" which
isn't very helpful.
The `error.message` does has helpful information in it, but our
filter wasn't including the right case to pass it along. Now it does!1 parent 400e156 commit e8df3d8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
| 442 | + | |
442 | 443 | | |
443 | 444 | | |
444 | 445 | | |
| |||
0 commit comments