File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44accompanying manifest records. It can be invoked as a CLI tool or imported for
55unit testing. Bundling supports three modes:
66
7- * Size-based (default): chunk the ordered list of PDFs into groups of
8- ``bundle_size``.
9- * School-based: group by ``school_code`` and then chunk each group while
10- preserving client order.
11- * Board-based: group by ``board_code`` and chunk each group.
7+ * Size-based (default): bundle the clients into fixed-size groups, i.e., 100 per bundle.
8+ * School-based: group the clients by school code then bundle the clients into fixed-sized groups
9+ * Board-based: group the clients by board code then bundle the clients into fixed-sized groups
1210
1311Each bundle produces a merged PDF inside ``output/pdf_combined`` and a manifest JSON
1412record inside ``output/metadata`` that captures critical metadata for audits.
You can’t perform that action at this time.
0 commit comments