-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
29 lines (21 loc) · 1.05 KB
/
NOTICE
File metadata and controls
29 lines (21 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
document-adapter
Copyright 2026 Son Seongjun / PlateerLab
This product includes software developed at PlateerLab
(https://github.com/PlateerLab).
===============================================================================
Third-party code attributions
===============================================================================
HWPX table grid parsing logic
-----------------------------
Portions of the HWPX table grid construction in
`document_adapter/hwpx_core/grid.py` (cell position / cell span parsing, and
the skip-map approach for merged non-anchor cells) are adapted from:
PlateerLab/xgen-doc2chunk
https://github.com/PlateerLab/xgen-doc2chunk
Licensed under the Apache License, Version 2.0
The adapted logic is limited to read-side grid construction. All edit-side
functionality (cell writing, row insertion, ZIP round-trip preservation) is
original to this project.
You may obtain a copy of the Apache License 2.0 at:
http://www.apache.org/licenses/LICENSE-2.0
===============================================================================