1236 Commits

Author SHA1 Message Date
Gunnsteinn Hall
1824e4645b
Merge branch 'v3' into v3-extract-images-with-position 2019-01-28 22:45:12 +00:00
Gunnsteinn Hall
6b4edc46ea Test case with nested transform matrices. Use testify to make tests cleaner. 2019-01-28 22:43:53 +00:00
Gunnsteinn Hall
4078900f07 Fix image caching mechanism. Check for nils. 2019-01-28 22:40:40 +00:00
Gunnsteinn Hall
2253e29a12
Merge pull request #329 from unidoc/v3-integration-testing
Integration test coverage
2019-01-28 17:35:46 +00:00
Gunnsteinn Hall
18bacd0f18 Update Jenkinsfile with ghostscript for validation 2019-01-28 12:48:30 +00:00
Gunnsteinn Hall
15e8d63901 Update codecov.yml
New baseline
2019-01-28 11:32:41 +00:00
Gunnsteinn Hall
b5714c231b Address review feedback 2019-01-28 11:21:17 +00:00
Gunnsteinn Hall
24dbf33807
Merge branch 'v3' into v3-integration-testing 2019-01-25 16:47:12 +00:00
Gunnsteinn Hall
1dd3de866e
Merge pull request #331 from adrg/compression-issues
Compression issues
2019-01-25 13:52:20 +00:00
Gunnsteinn Hall
d6a52770c5
Merge branch 'v3' into compression-issues 2019-01-25 13:27:48 +00:00
Adrian-George Bostan
dc19f8ef66 Additional refactoring 2019-01-25 13:42:11 +02:00
Adrian-George Bostan
8edd2fca27 Minor refactoring 2019-01-25 13:29:36 +02:00
Adrian-George Bostan
bf695505b1 Prevent encoding infinite loop 2019-01-24 22:46:26 +02:00
Adrian-George Bostan
5ea259d0f3 Update image encoder on scale optimization 2019-01-24 22:24:34 +02:00
Adrian-George Bostan
c9d9b7dee7 Add NewGrayImageFromGoImage method 2019-01-24 22:23:54 +02:00
Adrian-George Bostan
fc21d4820d Set Width, Height and BitsPerComponent safely for XObjectImage 2019-01-24 22:23:05 +02:00
Adrian-George Bostan
b477c1430f Add UpdateParams method to StreamEncoder 2019-01-24 22:22:11 +02:00
Adrian-George Bostan
195105ee56 Improve code documentation 2019-01-23 18:57:01 +02:00
Gunnsteinn Hall
b097f8b98a Address style guidelines 2019-01-23 10:10:35 +00:00
Gunnsteinn Hall
fe1f107ee2 Cleanup for PR 2019-01-23 10:06:34 +00:00
Gunnsteinn Hall
f9882d0f73 Update test coverage threshold 2019-01-23 10:02:26 +00:00
Gunnsteinn Hall
e4d4f68e2b Cleanup headers and whitespace 2019-01-23 10:00:24 +00:00
Gunnsteinn Hall
b0cbbf2dfb Update extractor const.go 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
3a2b2fa572 Blueprint for testing image extractor 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
3e52ad989c Image extration support in extractor package. Implements #317 . 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
1bf2de736f Update Jenkinsfile - set environment vars for e2e testing 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
20a4376245 Update Jenkinsfile - Include integration tests and update test coverage calculations 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
9b0a195228 Add e2etest with passthrough and allobjects application tests (e2etest) 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
fa5feefc69
Merge pull request #328 from peterwilliams97/matrix.fixes
Corrected order of matrix multiplication for cm operator.
2019-01-23 09:25:33 +00:00
Gunnsteinn Hall
4d2d4ea0ba
Update matrix.go 2019-01-23 08:55:12 +00:00
Adrian-George Bostan
83052bbc62 Account 1-bit/2-bit color images 2019-01-22 20:11:15 +02:00
Adrian-George Bostan
5236747cc6 Fix colorspace of scaled image 2019-01-22 19:11:14 +02:00
Gunnsteinn Hall
e81861e171
Merge branch 'v3' into matrix.fixes 2019-01-22 13:00:02 +00:00
Gunnsteinn Hall
caca4b4536
Merge pull request #320 from unidoc/v3-predictor-fixes
Fix for PNG predictor issues.  Fixes #313.
2019-01-22 12:58:02 +00:00
Gunnsteinn Hall
3bd2564d94
Merge branch 'v3' into v3-predictor-fixes 2019-01-22 08:47:02 +00:00
Peter Williams
e68c15d31c Corrected order of matrix multiplication for cm operator.
The change to Matrix.Concat made for this fix simplified some text extraction matrix code.
2019-01-22 18:18:27 +11:00
Gunnsteinn Hall
33d17ce9aa
Merge pull request #321 from adrg/pdf-outlines
Add Creator support for outlines
2019-01-18 14:33:20 +00:00
Adrian-George Bostan
f6ab87c50e Minor refactoring 2019-01-18 15:48:54 +02:00
Adrian-George Bostan
cb7e52d695 Fix golint notices and document Outline, OutlineItem and OutlineDest 2019-01-17 19:05:31 +02:00
Adrian-George Bostan
a9747036a1 Add TOC page outline item 2019-01-16 22:15:57 +02:00
Adrian-George Bostan
a89213f7c0 Add insert method for Outline and OutlineItem structs 2019-01-16 22:14:51 +02:00
Adrian-George Bostan
2d78c8bf5f Create outlines automatically for chapters and subchapters 2019-01-16 21:50:10 +02:00
Adrian-George Bostan
f5046b885a Add higher level outlines interface 2019-01-16 21:50:00 +02:00
Adrian-George Bostan
edc850a162 Set context for PDF outline and outline items 2019-01-16 21:49:41 +02:00
Gunnsteinn Hall
94e1c7482f Fix for PNG predictor issues. Fixes #313. 2019-01-16 16:19:59 +00:00
Gunnsteinn Hall
82906a29bb
Merge pull request #314 from adrg/toc-links
Table of Contents Links
2019-01-11 18:24:47 +00:00
Adrian-George Bostan
37a710fb7a
Merge branch 'v3' into toc-links 2019-01-11 19:29:25 +02:00
Adrian-George Bostan
3658a49abc Modify tests to showcase TOC links 2019-01-11 19:25:26 +02:00
Adrian-George Bostan
affe2f74c0 Fix annotation copy on paragraph chunk split 2019-01-11 19:19:31 +02:00
Adrian-George Bostan
d340ce57e0 Add link annotation support for TOC lines 2019-01-11 17:10:00 +02:00