Adjusted the y-coordinate values for annotations with id 1, 2, and 3 in annotations.json to reposition them on their respective pages: - Changed y for id 1 from 980.0 to 380.0. - Changed y for id 2 from 980.0 to 680.0.
21 lines
207 B
JSON
21 lines
207 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"page": 1,
|
|
"x": 390.0,
|
|
"y": 380.0
|
|
},
|
|
{
|
|
"id": 2,
|
|
"page": 2,
|
|
"x": 390.0,
|
|
"y": 680.0
|
|
},
|
|
{
|
|
"id": 3,
|
|
"page": 3,
|
|
"x": 390.0,
|
|
"y": 980.0
|
|
}
|
|
]
|