mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Move text layer building logic into src/display/text_layer.js
This commit is contained in:
parent
2f34fd46cb
commit
56ccaea99b
9 changed files with 268 additions and 144 deletions
|
@ -37,6 +37,7 @@
|
|||
<script src="../../src/core/ps_parser.js"></script>
|
||||
<script src="../../src/display/pattern_helper.js"></script>
|
||||
<script src="../../src/display/annotation_helper.js"></script>
|
||||
<script src="../../src/display/text_layer.js"></script>
|
||||
<script src="../../src/core/stream.js"></script>
|
||||
<script src="../../src/core/worker.js"></script>
|
||||
<script src="../../src/display/metadata.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue