Use the ccittfax decoder from pdfium#20613
Conversation
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/4786fd7de247e90/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/32ab55afe6c5ab2/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/4786fd7de247e90/output.txt Total script time: 41.77 mins
Image differences available at: http://54.241.84.105:8877/4786fd7de247e90/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/32ab55afe6c5ab2/output.txt Total script time: 81.36 mins
Image differences available at: http://54.193.163.58:8877/32ab55afe6c5ab2/reftest-analyzer.html#web=eq.log |
timvandermeij
left a comment
There was a problem hiding this comment.
r=me, with the comments addressed and passing tests. Good idea!
The decoder is a dependency of the jbig2 one and is already included in pdf.js, so we just need to wire it up. It improves the performance of documents using ccittfax images.
5ed5c45 to
88c2051
Compare
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/76ab9b33b9cf776/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f3f5aee498b9155/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/76ab9b33b9cf776/output.txt Total script time: 60.00 mins |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/f3f5aee498b9155/output.txt Total script time: 83.53 mins
Image differences available at: http://54.193.163.58:8877/f3f5aee498b9155/reftest-analyzer.html#web=eq.log |
|
/botio-linux test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/b27ac161d45fd0c/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/b27ac161d45fd0c/output.txt Total script time: 42.23 mins
Image differences available at: http://54.241.84.105:8877/b27ac161d45fd0c/reftest-analyzer.html#web=eq.log |
The decoder is a dependency of the jbig2 one and is already included in pdf.js, so we just need to wire it up.
It improves the performance of documents using ccittfax images.