-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎁 Improve word coordinates generator
This commit will ensure that the word coordinates generator will have unique values. This has been observed in IIIF Print's version of the same generator where the same word coordinates appear multiple times and results in the UV having multiple annotations for the same word at the same place. This also will set up the text generator for a more Tesseract like text file where extra spaces are omitted for an overall cleaner output. This also will set up the alto generator to not have duplicate word coordinates as well. - Resolves: #6
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 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
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
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