-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only allow images to exist on a single page (#141)
At the moment we list the data for every image with every page, even if they're not used on that page. Make it so that images can exist on only one page. This avoids massive redundancy where information about every image is stored with every page, even when they're not used. Documents with either lots of images, or lots of pages (or both) will benefit most from this. In theory in the future we might want to allow the same image to exist multiple times, but the API doesn't really allow for that at the moment anyway, so this is simpler.
- Loading branch information
1 parent
0fc49ef
commit 6d0359c
Showing
1 changed file
with
43 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters