jngb-labs commited on
Commit
f0699d8
·
verified ·
1 Parent(s): e98c1de

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. DATASET_CARD.md +3 -2
  2. README.md +3 -2
  3. experiment-notes-07.md +18 -9
  4. output/png/INV-2026-0001.png +3 -0
  5. output/png/INV-2026-0002.png +3 -0
  6. output/png/INV-2026-0003.png +3 -0
  7. output/png/INV-2026-0004.png +3 -0
  8. output/png/INV-2026-0005.png +3 -0
  9. output/png/INV-2026-0006.png +3 -0
  10. output/png/INV-2026-0007.png +3 -0
  11. output/png/INV-2026-0008.png +3 -0
  12. output/png/INV-2026-0009.png +3 -0
  13. output/png/INV-2026-0010.png +3 -0
  14. output/png/INV-2026-0011.png +3 -0
  15. output/png/INV-2026-0012.png +3 -0
  16. output/png/INV-2026-0013.png +3 -0
  17. output/png/INV-2026-0014.png +3 -0
  18. output/png/INV-2026-0015.png +3 -0
  19. output/png/INV-2026-0016.png +3 -0
  20. output/png/INV-2026-0017.png +3 -0
  21. output/png/INV-2026-0018.png +3 -0
  22. output/png/INV-2026-0019.png +3 -0
  23. output/png/INV-2026-0020.png +3 -0
  24. output/png/INV-2026-0021.png +3 -0
  25. output/png/INV-2026-0022.png +3 -0
  26. output/png/INV-2026-0023.png +3 -0
  27. output/png/INV-2026-0024.png +3 -0
  28. output/png/INV-2026-0025.png +3 -0
  29. output/png/INV-2026-0026.png +3 -0
  30. output/png/INV-2026-0027.png +3 -0
  31. output/png/INV-2026-0028.png +3 -0
  32. output/png/INV-2026-0029.png +3 -0
  33. output/png/INV-2026-0030.png +3 -0
  34. output/png/INV-2026-0031.png +3 -0
  35. output/png/INV-2026-0032.png +3 -0
  36. output/png/INV-2026-0033.png +3 -0
  37. output/png/INV-2026-0034.png +3 -0
  38. output/png/INV-2026-0035.png +3 -0
  39. output/png/INV-2026-0036.png +3 -0
  40. output/png/INV-2026-0037.png +3 -0
  41. output/png/INV-2026-0038.png +3 -0
  42. output/png/INV-2026-0039.png +3 -0
  43. output/png/INV-2026-0040.png +3 -0
  44. output/png/INV-2026-0041.png +3 -0
  45. output/png/INV-2026-0042.png +3 -0
  46. output/png/INV-2026-0043.png +3 -0
  47. output/png/INV-2026-0044.png +3 -0
  48. output/png/INV-2026-0045.png +3 -0
  49. output/png/INV-2026-0046.png +3 -0
  50. output/png/INV-2026-0047.png +3 -0
DATASET_CARD.md CHANGED
@@ -43,7 +43,8 @@ Five open-weight models. Four architectures. The best one scored 83%. The larges
43
  | Component | Path | Format | Count |
44
  |---|---|---|---|
45
  | Invoices (text) | `output/invoices/` | Markdown | 200 |
46
- | Invoices (visual) | `output/pdf/` | PDF | 200 |
 
47
  | Ground truth | `output/ground_truth/` | JSON | 200 |
48
  | Manifest | `output/manifest.csv` | CSV | 1 |
49
  | Distribution summary | `output/summary.json` | JSON | 1 |
@@ -142,7 +143,7 @@ A plain-text rendering of a European B2B invoice. Company names are fictional (P
142
 
143
  ### Invoice (PDF)
144
 
145
- The same invoice, rendered as a styled single-page PDF with a line-item table, header block, and summary section. German number formatting (`1.234,56`), Swiss formatting (`1'234.56`), and English formatting (`1,234.56`) are all preserved visually — the model must read the numbers from the rendered document, not from parsed text.
146
 
147
  Use the PDF versions to benchmark multimodal and vision-language models on document understanding. The text versions test reading comprehension; the PDF versions test whether the model can extract the same information when it has to *see* the invoice instead of *read* it.
148
 
 
43
  | Component | Path | Format | Count |
44
  |---|---|---|---|
45
  | Invoices (text) | `output/invoices/` | Markdown | 200 |
46
+ | Invoices (visual, PDF) | `output/pdf/` | PDF | 200 |
47
+ | Invoices (visual, PNG) | `output/png/` | PNG | 200 |
48
  | Ground truth | `output/ground_truth/` | JSON | 200 |
49
  | Manifest | `output/manifest.csv` | CSV | 1 |
50
  | Distribution summary | `output/summary.json` | JSON | 1 |
 
143
 
144
  ### Invoice (PDF)
145
 
146
+ The same invoice, rendered as a styled single-page PDF (and converted to 200 DPI PNG) with a line-item table, header block, and summary section. The PNG versions are the recommended input for vision models — most inference engines (including Ollama) accept PNG/JPG but not PDF. German number formatting (`1.234,56`), Swiss formatting (`1'234.56`), and English formatting (`1,234.56`) are all preserved visually — the model must read the numbers from the rendered document, not from parsed text.
147
 
148
  Use the PDF versions to benchmark multimodal and vision-language models on document understanding. The text versions test reading comprehension; the PDF versions test whether the model can extract the same information when it has to *see* the invoice instead of *read* it.
149
 
README.md CHANGED
@@ -43,7 +43,8 @@ Five open-weight models. Four architectures. The best one scored 83%. The larges
43
  | Component | Path | Format | Count |
44
  |---|---|---|---|
45
  | Invoices (text) | `output/invoices/` | Markdown | 200 |
46
- | Invoices (visual) | `output/pdf/` | PDF | 200 |
 
47
  | Ground truth | `output/ground_truth/` | JSON | 200 |
48
  | Manifest | `output/manifest.csv` | CSV | 1 |
49
  | Distribution summary | `output/summary.json` | JSON | 1 |
@@ -142,7 +143,7 @@ A plain-text rendering of a European B2B invoice. Company names are fictional (P
142
 
143
  ### Invoice (PDF)
144
 
145
- The same invoice, rendered as a styled single-page PDF with a line-item table, header block, and summary section. German number formatting (`1.234,56`), Swiss formatting (`1'234.56`), and English formatting (`1,234.56`) are all preserved visually — the model must read the numbers from the rendered document, not from parsed text.
146
 
147
  Use the PDF versions to benchmark multimodal and vision-language models on document understanding. The text versions test reading comprehension; the PDF versions test whether the model can extract the same information when it has to *see* the invoice instead of *read* it.
148
 
 
43
  | Component | Path | Format | Count |
44
  |---|---|---|---|
45
  | Invoices (text) | `output/invoices/` | Markdown | 200 |
46
+ | Invoices (visual, PDF) | `output/pdf/` | PDF | 200 |
47
+ | Invoices (visual, PNG) | `output/png/` | PNG | 200 |
48
  | Ground truth | `output/ground_truth/` | JSON | 200 |
49
  | Manifest | `output/manifest.csv` | CSV | 1 |
50
  | Distribution summary | `output/summary.json` | JSON | 1 |
 
143
 
144
  ### Invoice (PDF)
145
 
146
+ The same invoice, rendered as a styled single-page PDF (and converted to 200 DPI PNG) with a line-item table, header block, and summary section. The PNG versions are the recommended input for vision models — most inference engines (including Ollama) accept PNG/JPG but not PDF. German number formatting (`1.234,56`), Swiss formatting (`1'234.56`), and English formatting (`1,234.56`) are all preserved visually — the model must read the numbers from the rendered document, not from parsed text.
147
 
148
  Use the PDF versions to benchmark multimodal and vision-language models on document understanding. The text versions test reading comprehension; the PDF versions test whether the model can extract the same information when it has to *see* the invoice instead of *read* it.
149
 
experiment-notes-07.md CHANGED
@@ -17,6 +17,8 @@ Three sizes, one vendor, one architecture lineage:
17
 
18
  All three are multimodal — they natively accept image input. Vision capabilities survive GGUF quantisation (requires mmproj projector file alongside the model).
19
 
 
 
20
  ### Quantisation levels
21
  For each model, test at:
22
 
@@ -36,16 +38,23 @@ This is **weight quantisation** — the model's learned parameters are stored at
36
  Weight quantisation is permanent: you download a smaller file, it loads into less memory, and every inference uses the compressed weights. KV cache quantisation is dynamic: the model weights stay full precision, but the memory of the conversation is compressed on the fly. They solve different problems. Weight quantisation = "make the model smaller." KV cache quantisation = "make the conversation cheaper." They can be combined.
37
 
38
  ### Input format
39
- The 200 existing synthetic invoices from article 06, rendered as PDF images. A rendering script will produce styled PNG/PDF versions with visual variation:
40
 
41
- - Different visual templates (3-5 styles)
42
- - Different fonts
43
- - Table vs paragraph layout preserved from the original corpus
44
- - German/Swiss/English number formatting preserved
45
- - Some with slight rotation (simulating a scan)
46
- - Some at lower resolution (simulating a phone photo)
 
47
  - All with the same cent-perfect ground truth from article 06
48
 
 
 
 
 
 
 
49
  ### Evaluation conditions
50
  Same two conditions as article 06:
51
  - **Autopilot:** model sees the image, reports the total
@@ -200,8 +209,8 @@ Why this matters for the article: the reader who reads "quantisation makes AI ch
200
 
201
  ## Open Questions
202
 
203
- 1. **Rendering script:** How to convert Markdown invoices to styled PDFs/PNGs? Options: WeasyPrint, Puppeteer, matplotlib. Need 3-5 visual templates with controlled variation.
204
- 2. **Ollama vision support:** Confirmed that Ollama supports Gemma 4 multimodal. Need to test: does `ollama run gemma4:31b` accept image input out of the box? What's the syntax?
205
  3. **MoE quantisation quality:** Research says "expert-shift" can corrupt routing. Is this observable on invoices? The German comma disaster from article 06 could get worse if the routing sends German-formatted numbers to the wrong expert.
206
  4. **Benchmark harness:** Can we adapt `run_benchmark.py` from article 06? Need to add image input path, keep everything else (scoring, CSV output, conditions B and C).
207
  5. **Timeline:** Rendering script → test runs on 10 invoices → full runs → analysis → article. Two weekends?
 
17
 
18
  All three are multimodal — they natively accept image input. Vision capabilities survive GGUF quantisation (requires mmproj projector file alongside the model).
19
 
20
+ **Important: Ollama only accepts PNG, JPG, and WebP as image input. Not PDF.** This is an Ollama limitation, not a model limitation — the Gemma 4 vision encoder works on pixel data, so any raster image format works, but Ollama's API doesn't handle PDF-to-image conversion. Invoices must be converted to PNG before being fed to the model. The PDF versions exist for distribution (HuggingFace dataset) and for other inference engines that might handle PDFs natively. For our Ollama-based benchmark, the pipeline is: Markdown → PDF (styled rendering) → PNG (for the model).
21
+
22
  ### Quantisation levels
23
  For each model, test at:
24
 
 
38
  Weight quantisation is permanent: you download a smaller file, it loads into less memory, and every inference uses the compressed weights. KV cache quantisation is dynamic: the model weights stay full precision, but the memory of the conversation is compressed on the fly. They solve different problems. Weight quantisation = "make the model smaller." KV cache quantisation = "make the conversation cheaper." They can be combined.
39
 
40
  ### Input format
41
+ The 200 existing synthetic invoices from article 06, rendered as styled PDFs and converted to PNG (200 DPI) for model input. Three formats exist in the dataset:
42
 
43
+ - **Markdown** (`output/invoices/`) plain text, used in article 06
44
+ - **PDF** (`output/pdf/`) — styled single-page documents with tables, headers, formatted numbers
45
+ - **PNG** (`output/png/`) 200 DPI raster images converted from PDF, actual input to Ollama
46
+
47
+ Visual properties preserved across formats:
48
+ - Table vs paragraph layout from the original corpus
49
+ - German/Swiss/English number formatting preserved visually
50
  - All with the same cent-perfect ground truth from article 06
51
 
52
+ Future variation (not yet implemented):
53
+ - Multiple visual templates (3-5 styles)
54
+ - Different fonts
55
+ - Slight rotation (simulating a scan)
56
+ - Lower resolution variants (simulating a phone photo)
57
+
58
  ### Evaluation conditions
59
  Same two conditions as article 06:
60
  - **Autopilot:** model sees the image, reports the total
 
209
 
210
  ## Open Questions
211
 
212
+ 1. ~~**Rendering script:** How to convert Markdown invoices to styled PDFs/PNGs?~~ **DONE.** ReportLab for MD→PDF, pdf2image/poppler for PDF→PNG. 200 PDFs + 200 PNGs generated. Single visual template for now — multiple templates are a future extension.
213
+ 2. ~~**Ollama vision support:**~~ **RESOLVED.** Ollama supports Gemma 4 multimodal. Syntax: pass PNG/JPG file paths in the `images` field of the API call or drag files in interactive mode. **PDFs are NOT accepted** — must convert to PNG first. The Python API: `ollama.chat(model='gemma4:e4b', messages=[{'role': 'user', 'content': '...', 'images': ['path.png']}])`.
214
  3. **MoE quantisation quality:** Research says "expert-shift" can corrupt routing. Is this observable on invoices? The German comma disaster from article 06 could get worse if the routing sends German-formatted numbers to the wrong expert.
215
  4. **Benchmark harness:** Can we adapt `run_benchmark.py` from article 06? Need to add image input path, keep everything else (scoring, CSV output, conditions B and C).
216
  5. **Timeline:** Rendering script → test runs on 10 invoices → full runs → analysis → article. Two weekends?
output/png/INV-2026-0001.png ADDED

Git LFS Details

  • SHA256: 04297778908b5bffd3c9a4288eed25403998b6f74fde1d5d2d68c18069e45f65
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
output/png/INV-2026-0002.png ADDED

Git LFS Details

  • SHA256: 96b8cd7593ad8f739e3421a6f5ddd381c0c296f311aed8d59746a0560c1e987d
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
output/png/INV-2026-0003.png ADDED

Git LFS Details

  • SHA256: ca21a441e2711e8752b7a26aed1057a62195fb1e67492758ab6c72de5e35a5ad
  • Pointer size: 131 Bytes
  • Size of remote file: 155 kB
output/png/INV-2026-0004.png ADDED

Git LFS Details

  • SHA256: 038f836290efbcf5c7256f3f38e31fd7d4acd3b2701811e41d7e6c610aeadf01
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
output/png/INV-2026-0005.png ADDED

Git LFS Details

  • SHA256: 9e2283dacb74968b42c131f0ba3a9bc0f7d0d59fa5896cae2b5ed1ee404cf3d3
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
output/png/INV-2026-0006.png ADDED

Git LFS Details

  • SHA256: 3e64a1a99d8f969bc55840adf8ebe00be1df673a1e5b56d0848c02174a003304
  • Pointer size: 131 Bytes
  • Size of remote file: 144 kB
output/png/INV-2026-0007.png ADDED

Git LFS Details

  • SHA256: b9a3d5f9e4adc9d23b523a60f8604b3ab2919103719a13ade55e394900f01dd5
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
output/png/INV-2026-0008.png ADDED

Git LFS Details

  • SHA256: d110cf3696deee811e7553b15d0fd35fd9180e448cab0826061086f94735db4d
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
output/png/INV-2026-0009.png ADDED

Git LFS Details

  • SHA256: ecc70a5a0a2e467865af4e449861c6137cff3171d9aac2b08dbb3e3a6496e3b6
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
output/png/INV-2026-0010.png ADDED

Git LFS Details

  • SHA256: c13ac259c76ae90734657431e0117d5c230847ad57138541d291bdaeb4d13280
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
output/png/INV-2026-0011.png ADDED

Git LFS Details

  • SHA256: dfb4b73a5e10da77f38cf84b397c28181f06b282fbe8b7f7c1a0ff6090386903
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
output/png/INV-2026-0012.png ADDED

Git LFS Details

  • SHA256: d88dca954f9ecaaca3a9a39705e4693adb5276cd2db7d827cf02aadc3c12d523
  • Pointer size: 131 Bytes
  • Size of remote file: 152 kB
output/png/INV-2026-0013.png ADDED

Git LFS Details

  • SHA256: 63397d120f8187dabd0a586923950b98e2aae1b6c05813190cdf280ef4dbac03
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
output/png/INV-2026-0014.png ADDED

Git LFS Details

  • SHA256: 76ff5982433db6dea45465e5c7113a8239012a81adb85610567da1b67414406e
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
output/png/INV-2026-0015.png ADDED

Git LFS Details

  • SHA256: d4420e8a241c9540df1b15ec28005ddc41a0769b9f2d3a4aac47c885bf919cd2
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
output/png/INV-2026-0016.png ADDED

Git LFS Details

  • SHA256: 07a81dc9b56e605a7018bcecca0b6d6898a95cbdaa754dea059bec8aa3d3574c
  • Pointer size: 131 Bytes
  • Size of remote file: 161 kB
output/png/INV-2026-0017.png ADDED

Git LFS Details

  • SHA256: 060768edced3d3e4d53c65a47a3c0409592e93322e287ea08cc2cf3185f5f76d
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
output/png/INV-2026-0018.png ADDED

Git LFS Details

  • SHA256: b05d57d2a7298235b953399bd6c852b265762f104e8b16212c1e87066780b6c5
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
output/png/INV-2026-0019.png ADDED

Git LFS Details

  • SHA256: 1c169f6cdb50c0e95423de6608b8f40c28d89a75b4cba0e6fde710253095dad3
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
output/png/INV-2026-0020.png ADDED

Git LFS Details

  • SHA256: 40434228090e13610183559d616b3a0547d87d0caab4176bfd9c78bdbc564163
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
output/png/INV-2026-0021.png ADDED

Git LFS Details

  • SHA256: b1f937d36b0f9e1bad7c4b9c2c1984256be709ce843ce6614fae061db988192d
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB
output/png/INV-2026-0022.png ADDED

Git LFS Details

  • SHA256: 62e0c172e54afd6ebf32b6f3bd647e552d8a90d2ffe48129f787c6a4064832ea
  • Pointer size: 131 Bytes
  • Size of remote file: 200 kB
output/png/INV-2026-0023.png ADDED

Git LFS Details

  • SHA256: 05c5fcd8f961de64e3a045012600d2f8d1b018adc6b9a98d9093421523b00729
  • Pointer size: 131 Bytes
  • Size of remote file: 192 kB
output/png/INV-2026-0024.png ADDED

Git LFS Details

  • SHA256: 06ae45787faa9773d843bd07f6de0537c66a449aeca04c3d66dc9538c52feacf
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
output/png/INV-2026-0025.png ADDED

Git LFS Details

  • SHA256: 289b25990aa72f6ff32ab863a904c3a3f2c33f7737fdb189fc56fc5a5295869d
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
output/png/INV-2026-0026.png ADDED

Git LFS Details

  • SHA256: e0ded8c990ae5c64efd8429c6eae37e051aea8b800257e579e88ff7ae5c51be5
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
output/png/INV-2026-0027.png ADDED

Git LFS Details

  • SHA256: f8e6c54a3c0621ae81df8eb9ef94da7e4c90e8aced36fb3dd8d6fa3c32d84859
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
output/png/INV-2026-0028.png ADDED

Git LFS Details

  • SHA256: 007e36ceb7be588ac8822e16cbb38fde8b56efba77c7dc71758df2d0038e30e8
  • Pointer size: 131 Bytes
  • Size of remote file: 141 kB
output/png/INV-2026-0029.png ADDED

Git LFS Details

  • SHA256: e9e44439aa7fd8aac592c8e638499235514a96fbd8bd00915e9846e7a0f2c9f7
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
output/png/INV-2026-0030.png ADDED

Git LFS Details

  • SHA256: be018039b2db9a84a22f03f3e9e66e2e990432fb88c8a99752df04e64eb6295d
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
output/png/INV-2026-0031.png ADDED

Git LFS Details

  • SHA256: 7d3e6803a0035033de7853049904e87144d1468f0b9be74679bfe7f7bdd3f145
  • Pointer size: 131 Bytes
  • Size of remote file: 137 kB
output/png/INV-2026-0032.png ADDED

Git LFS Details

  • SHA256: b2f1b62c9051fd977e347c06b9c1eb6cd74b9fa08a0ad897f19f58f64882fdbe
  • Pointer size: 131 Bytes
  • Size of remote file: 187 kB
output/png/INV-2026-0033.png ADDED

Git LFS Details

  • SHA256: 6c8cb9d41f8556847b5dd02e6d6444705010496f0ab3b6d784fed85a05ce1d27
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
output/png/INV-2026-0034.png ADDED

Git LFS Details

  • SHA256: 13876f2064096ea12c0e050f30b2a6ca518b5f8f33585b78426c3b658af54de6
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
output/png/INV-2026-0035.png ADDED

Git LFS Details

  • SHA256: fa6284e3a4c29a71a7e44aa1836185072ee3b9a5fd87523c208442731257b503
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
output/png/INV-2026-0036.png ADDED

Git LFS Details

  • SHA256: c5a8a124bd71b7d5937528c575dc89a503c8237d68c062640f1f3a9561ffb924
  • Pointer size: 131 Bytes
  • Size of remote file: 161 kB
output/png/INV-2026-0037.png ADDED

Git LFS Details

  • SHA256: f53d265ccbfaac7da4305647283983de2bee9e264cd5f61f82344ecd9a229b48
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
output/png/INV-2026-0038.png ADDED

Git LFS Details

  • SHA256: e47719885810f16fe11f937c4054c378bdc74c26765ac465c4084254b2ee74a5
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
output/png/INV-2026-0039.png ADDED

Git LFS Details

  • SHA256: 807f2f6487fba6dc77f7fe1dd709b14d286ee4cf13577ac7ff5d7c1fb306943d
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
output/png/INV-2026-0040.png ADDED

Git LFS Details

  • SHA256: d88413c629ffcae1c7d4b4d72ffca22d47344dc0b1ba9359a8a216dc97947969
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
output/png/INV-2026-0041.png ADDED

Git LFS Details

  • SHA256: d29a597691305054a0b7cd7d6c5ca4e7ae5106f3914f6e2c02b7c03228ef0356
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB
output/png/INV-2026-0042.png ADDED

Git LFS Details

  • SHA256: a24f9e95fdf3c6bd7b0853d06fefcd29b9e781295b647b81d0f19067deec152e
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
output/png/INV-2026-0043.png ADDED

Git LFS Details

  • SHA256: 852967643801467f0e27d1778f186024a4bd6f2bd9754628b75585447693dc26
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
output/png/INV-2026-0044.png ADDED

Git LFS Details

  • SHA256: 31c9f6ba62de8e3f634caa4b63cec6285c1bcfe80c07e8679e78bee41f259278
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
output/png/INV-2026-0045.png ADDED

Git LFS Details

  • SHA256: 0254279755de80323f5c66730e8faa3ae41695818219dfc0ece4fd4f4e31f782
  • Pointer size: 131 Bytes
  • Size of remote file: 166 kB
output/png/INV-2026-0046.png ADDED

Git LFS Details

  • SHA256: e6eb9d26bd6946cbee06cebc9a5f0185e875884f8258eded3275498c8173a954
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
output/png/INV-2026-0047.png ADDED

Git LFS Details

  • SHA256: 7f6baa3f040766c7d2ff76bae5cdc4c418e20ae6d48282af46b87f7b0135f200
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB