unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.5k stars 249 forks source link

Account for rotation when generating flattened text field appearances #364

Closed adrg closed 4 years ago

adrg commented 4 years ago

Related to #352


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #364 into development will decrease coverage by 0.00%. The diff coverage is 25.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #364      +/-   ##
===============================================
- Coverage        56.52%   56.51%   -0.01%     
===============================================
  Files              236      236              
  Lines            45792    45807      +15     
===============================================
+ Hits             25882    25886       +4     
- Misses           16572    16582      +10     
- Partials          3338     3339       +1     
Impacted Files Coverage Δ
annotator/field_appearance.go 50.06% <25.00%> (-0.57%) :arrow_down:
core/primitives.go 78.55% <0.00%> (+0.20%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d078608...d6e1cb5. Read the comment docs.