mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-30 13:48:51 +08:00
18 lines
259 B
Go
18 lines
259 B
Go
/*
|
|
* This file is subject to the terms and conditions defined in
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
*/
|
|
|
|
package annotator
|
|
|
|
import (
|
|
pdfcore "github.com/unidoc/unidoc/pdf/core"
|
|
pdf "github.com/unidoc/unidoc/pdf/model"
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|