image
imagewidth (px)
868
1.01k
instruction
stringclasses
1 value
text
stringlengths
135
15.5k
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)", "page_num": null, "type": "title", "title": null}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)", "page_num": null, "type": "contents_page", "title": null}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)", "page_num": "2", "type": "declaration", "title": null}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)", "page_num": "3", "type": "balance_sheet", "title": "מאזנים"}, "facts": [{"bbox": [161, 303, 56, 20], "value": "8196", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["רכוש שוטף", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [276, 303, 56, 26], "value": "2002", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["רכוש שוטף", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 330, 56, 20], "value": "3800", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["רכוש שוטף", "דמי חבר לקבל / לקוחות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 334, 56, 20], "value": "14854", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["רכוש שוטף", "דמי חבר לקבל / לקוחות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [153, 357, 56, 16], "value": "11996", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["רכוש שוטף", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 358, 56, 22], "value": "16856", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["רכוש שוטף", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 401, 56, 30], "value": "26003", "note": null, "is_beur": null, "beur_num": null, "refference": "3", "date": "31.12.2023", "path": ["רכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 405, 56, 20], "value": "8281", "note": null, "is_beur": null, "beur_num": null, "refference": "3", "date": "31.12.2022", "path": ["רכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [155, 430, 56, 20], "value": "20277", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["סה\"כ נכסים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 431, 56, 26], "value": "42859", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["סה\"כ נכסים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [274, 509, 56, 20], "value": "27709", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות שוטפות", "אשראי מתאגידים בנקאיים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [153, 510, 56, 20], "value": "11460", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["התחייבויות שוטפות", "אשראי מתאגידים בנקאיים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [156, 536, 56, 20], "value": "12230", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["התחייבויות שוטפות", "ספקים ונותני שרותים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [274, 536, 56, 20], "value": "15927", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות שוטפות", "ספקים ונותני שרותים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [276, 561, 56, 20], "value": "37348", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "31.12.2023", "path": ["התחייבויות שוטפות", "זכאים שונים ויתרות זכות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [154, 562, 56, 20], "value": "30594", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "31.12.2022", "path": ["התחייבויות שוטפות", "זכאים שונים ויתרות זכות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 585, 56, 20], "value": "80984", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות שוטפות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [154, 586, 56, 20], "value": "54284", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["התחייבויות שוטפות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [155, 612, 56, 20], "value": "54284", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["סה\"כ התחייבויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [274, 612, 56, 20], "value": "80984", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["סה\"כ התחייבויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [190, 731, 26, 26], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו לשימוש לפעילויות", "שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [310, 733, 26, 26], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו לשימוש לפעילויות", "שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 762, 56, 29], "value": "(64128)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון בהון", "נכסים נטו לשימוש לפעילויות", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 766, 56, 20], "value": "(42288)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון בהון", "נכסים נטו לשימוש לפעילויות", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [140, 784, 76, 29], "value": "(42288)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו לשימוש לפעילויות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [278, 789, 56, 29], "value": "(64128)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו לשימוש לפעילויות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [276, 806, 56, 29], "value": "26003", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [166, 810, 56, 29], "value": "8281", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון בהון", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [278, 834, 56, 28], "value": "(38125)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון בהון", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [153, 840, 69, 30], "value": "(34007)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון בהון", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 868, 56, 20], "value": "20277", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["סה\"כ התחייבויות ונכסים נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 869, 56, 20], "value": "42859", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["סה\"כ התחייבויות ונכסים נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)", "page_num": "4", "type": "income_statement", "title": "דוחות על הפעילויות"}, "facts": [{"bbox": [134, 319, 84, 20], "value": "1280395", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["מחזור הפעילויות", "הכנסות ממתן שירותים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [259, 319, 84, 20], "value": "1445674", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["מחזור הפעילויות", "הכנסות ממתן שירותים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [133, 345, 84, 23], "value": "1344239", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "31.12.2022", "path": ["עלות הפעילויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [252, 347, 84, 20], "value": "1304248", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "31.12.2023", "path": ["עלות הפעילויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [253, 372, 84, 20], "value": "141426", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [136, 373, 84, 19], "value": "(63844)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [128, 423, 84, 20], "value": "142051", "note": null, "is_beur": null, "beur_num": null, "refference": "6", "date": "31.12.2022", "path": ["הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [258, 424, 84, 20], "value": "134960", "note": null, "is_beur": null, "beur_num": null, "refference": "6", "date": "31.12.2023", "path": ["הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [129, 447, 83, 20], "value": "(205895)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["הכנסות (הוצאות) נטו לפני מימון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [255, 448, 84, 20], "value": "6466", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הכנסות (הוצאות) נטו לפני מימון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [258, 499, 84, 20], "value": "10584", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["מימון, נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [128, 500, 84, 20], "value": "9102", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["מימון, נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [254, 524, 84, 20], "value": "(4118)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון לתקופה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [127, 525, 84, 20], "value": "(214997)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["גרעון לתקופה"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע\"ר)", "page_num": "5", "type": "profits", "title": "דוחות על השינויים בגרעון בהון"}, "facts": [{"bbox": [413, 364, 71, 22], "value": "180,990", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.01.2022", "path": ["יתרות ליום 1 בינואר 2022", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [123, 366, 56, 19], "value": "180,990", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.01.2022", "path": ["יתרות ליום 1 בינואר 2022", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [262, 371, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.01.2022", "path": ["יתרות ליום 1 בינואר 2022", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 372, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.01.2022", "path": ["יתרות ליום 1 בינואר 2022", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [408, 415, 75, 22], "value": "(214,997)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [117, 416, 65, 19], "value": "(214,997)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["תוספות במהלך השנה", "גרעון לשנה", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [262, 422, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 422, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [418, 494, 63, 20], "value": "(9,401)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 495, 48, 19], "value": "9,401", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [171, 498, 7, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 499, 9, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [222, 517, 50, 21], "value": "(1,120)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [431, 517, 48, 19], "value": "1,120", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [171, 524, 8, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 524, 8, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 545, 48, 19], "value": "8,281", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [418, 546, 62, 19], "value": "(8,281)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [171, 549, 9, 7], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 550, 8, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [123, 570, 61, 19], "value": "(34,007)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["יתרות ליום 31 בדצמבר 2022", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [414, 570, 69, 19], "value": "(42,288)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["יתרות ליום 31 בדצמבר 2022", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 572, 48, 19], "value": "8,281", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["יתרות ליום 31 בדצמבר 2022", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 575, 9, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["יתרות ליום 31 בדצמבר 2022", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [421, 621, 60, 19], "value": "(4,118)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [131, 621, 51, 19], "value": "(4,118)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["תוספות במהלך השנה", "גרעון לשנה", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 626, 9, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [261, 627, 9, 3], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["תוספות במהלך השנה", "גרעון לשנה", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [217, 699, 55, 19], "value": "20,160", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [413, 699, 68, 19], "value": "(20,160)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [363, 702, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [170, 703, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [223, 721, 49, 19], "value": "(2,438)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [432, 721, 48, 19], "value": "2,438", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [363, 726, 8, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [170, 727, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [217, 748, 55, 19], "value": "17,722", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [413, 748, 68, 19], "value": "(17,722)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [364, 753, 9, 7], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [169, 753, 9, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [124, 773, 60, 19], "value": "(38,125)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["יתרות ליום 31 בדצמבר 2023", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [217, 775, 55, 19], "value": "26,003", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["יתרות ליום 31 בדצמבר 2023", "שאין לגביהם הגבלה", "נכסים נטו ששימשו לרכוש קבוע"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [413, 775, 68, 19], "value": "(64,128)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["יתרות ליום 31 בדצמבר 2023", "שאין לגביהם הגבלה", "לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [363, 779, 10, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["יתרות ליום 31 בדצמבר 2023", "שאין לגביהם הגבלה", "לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע\"ר)", "page_num": "6", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [126, 1083, 51, 19], "value": "8,281", "note": null, "is_beur": true, "beur_num": "3", "refference": "", "date": "31.12.2022", "path": ["באור 3 - רכוש קבוע", "ריהוט וציוד משרדי", "עלות מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [213, 1083, 57, 19], "value": "26,003", "note": null, "is_beur": true, "beur_num": "3", "refference": "", "date": "31.12.2023", "path": ["באור 3 - רכוש קבוע", "ריהוט וציוד משרדי", "עלות מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [305, 1083, 49, 19], "value": "3,558", "note": null, "is_beur": true, "beur_num": "3", "refference": "", "date": "31.12.2023", "path": ["באור 3 - רכוש קבוע", "ריהוט וציוד משרדי", "פחת שנצבר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [384, 1083, 54, 19], "value": "29,561", "note": null, "is_beur": true, "beur_num": "3", "refference": "", "date": "31.12.2023", "path": ["באור 3 - רכוש קבוע", "ריהוט וציוד משרדי", "עלות"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע\"ר)", "page_num": "7", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [151, 285, 57, 19], "value": "20,021", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 4 - זכאים שונים ויתרות זכות", "מוסדות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 285, 62, 19], "value": "8,230", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 4 - זכאים שונים ויתרות זכות", "מוסדות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [150, 307, 57, 19], "value": "10,573", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 4 - זכאים שונים ויתרות זכות", "עובדים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [277, 307, 66, 19], "value": "25,780", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 4 - זכאים שונים ויתרות זכות", "עובדים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [184, 326, 34, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 4 - זכאים שונים ויתרות זכות", "אחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [289, 328, 51, 19], "value": "3,338", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 4 - זכאים שונים ויתרות זכות", "אחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 350, 57, 19], "value": "30,594", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 4 - זכאים שונים ויתרות זכות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [275, 350, 67, 19], "value": "37,348", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 4 - זכאים שונים ויתרות זכות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [145, 510, 63, 19], "value": "389,331", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "שכר עבודה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [273, 510, 61, 19], "value": "483,409", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "שכר עבודה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [154, 530, 55, 19], "value": "80,649", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "הוצאות נלוות לשכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 530, 54, 19], "value": "88,943", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "הוצאות נלוות לשכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [147, 549, 61, 19], "value": "434,594", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "קבלני משנה ועבודות חוץ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [275, 550, 60, 19], "value": "330,793", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "קבלני משנה ועבודות חוץ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [278, 571, 58, 19], "value": "118,105", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "שכירות מתקנים ומגרשים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [149, 571, 60, 19], "value": "168,043", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "שכירות מתקנים ומגרשים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [293, 592, 42, 19], "value": "4,461", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "הסעות והובלות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [167, 593, 42, 19], "value": "8,495", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "הסעות והובלות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [157, 612, 52, 19], "value": "91,309", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "קניות פרסים, ציוד וביגוד"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [284, 612, 51, 19], "value": "80,865", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "קניות פרסים, ציוד וביגוד"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [149, 630, 58, 19], "value": "171,818", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "הפקת פרוייקטים ואירועים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [278, 633, 58, 19], "value": "197,672", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "הפקת פרוייקטים ואירועים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [139, 653, 71, 19], "value": "1,344,239", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 5 - עלות הפעילויות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [265, 654, 73, 19], "value": "1,304,248", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 5 - עלות הפעילויות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [156, 814, 53, 19], "value": "11,572", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "משרדיות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 814, 54, 19], "value": "10,389", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "משרדיות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [167, 834, 42, 19], "value": "4,983", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "אחזקה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 834, 54, 19], "value": "10,134", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "אחזקה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [154, 856, 55, 19], "value": "39,560", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "שירותים מקצועיים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 856, 54, 19], "value": "31,856", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "שירותים מקצועיים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [325, 876, 12, 19], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "כיבודים ואש\"ל"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [166, 876, 42, 19], "value": "4,384", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "כיבודים ואש\"ל"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [157, 896, 52, 19], "value": "12,971", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "ביטוחים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [284, 896, 55, 22], "value": "11,658", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "ביטוחים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [155, 916, 55, 19], "value": "45,984", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "אחזקת רכב"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 917, 62, 23], "value": "45,309", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "אחזקת רכב"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [191, 936, 25, 19], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "משפטיות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [310, 939, 25, 19], "value": "702", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "משפטיות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [157, 960, 52, 18], "value": "13,122", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "פרסום"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [281, 961, 54, 19], "value": "18,964", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "פרסום"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [167, 978, 42, 24], "value": "4,966", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "מיסים ואגרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [294, 978, 43, 24], "value": "1,715", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "מיסים ואגרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [308, 999, 33, 17], "value": "(35)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "שונות ובטולי יתרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [174, 1000, 34, 19], "value": "(261)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "שונות ובטולי יתרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [294, 1020, 41, 24], "value": "1,830", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "מתנות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [166, 1022, 42, 19], "value": "3,650", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "מתנות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [294, 1039, 41, 25], "value": "2,438", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "הוצאות פחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [169, 1044, 39, 19], "value": "1,120", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "הוצאות פחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [275, 1063, 60, 19], "value": "134,960", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["באור 6 - הוצאות הנהלה וכלליות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [149, 1064, 60, 19], "value": "142,051", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2022", "path": ["באור 6 - הוצאות הנהלה וכלליות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": null, "type": "other", "title": "דוחות כספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": null, "type": "contents_page", "title": "תוכן העניינים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "2", "type": "declaration", "title": "דוח רואה החשבון המבקר לחברי העמותה"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "3", "type": "balance_sheet", "title": "דוחות על המצב הכספי"}, "facts": [{"bbox": [143, 323, 39, 15], "value": "4,851", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "30.09.2020", "path": ["נכסים שוטפים", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 323, 42, 15], "value": "10,255", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "30.09.2021", "path": ["נכסים שוטפים", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [256, 342, 38, 15], "value": "3,283", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "30.09.2021", "path": ["נכסים שוטפים", "ניירות ערך סחירים לזמן קצר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 342, 35, 15], "value": "5,240", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "30.09.2020", "path": ["נכסים שוטפים", "ניירות ערך סחירים לזמן קצר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [147, 360, 31, 15], "value": "1,361", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים שוטפים", "לקוחות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [263, 361, 31, 15], "value": "963", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים שוטפים", "לקוחות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [254, 377, 41, 18], "value": "12,164", "note": null, "is_beur": null, "beur_num": null, "refference": "6", "date": "30.09.2021", "path": ["נכסים שוטפים", "חייבים ויתרות חובה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [140, 378, 40, 15], "value": "11,337", "note": null, "is_beur": null, "beur_num": null, "refference": "6", "date": "30.09.2020", "path": ["נכסים שוטפים", "חייבים ויתרות חובה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 413, 43, 15], "value": "26,665", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים שוטפים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [140, 414, 43, 15], "value": "22,789", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים שוטפים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [257, 483, 35, 17], "value": "2,296", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "מזומנים המיועדים לכיסוי קרנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 484, 35, 15], "value": "2,123", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "מזומנים המיועדים לכיסוי קרנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [249, 503, 48, 15], "value": "23,878", "note": null, "is_beur": null, "beur_num": null, "refference": "12,5א'", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "ניירות ערך לזמן ארוך מיועדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [139, 504, 45, 16], "value": "20,340", "note": null, "is_beur": null, "beur_num": null, "refference": "12,5א'", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "ניירות ערך לזמן ארוך מיועדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [147, 521, 35, 15], "value": "3,252", "note": null, "is_beur": null, "beur_num": null, "refference": "13א'", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "הוצאות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 522, 46, 16], "value": "3,104", "note": null, "is_beur": null, "beur_num": null, "refference": "13א'", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "הוצאות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [139, 539, 43, 15], "value": "44,066", "note": null, "is_beur": null, "beur_num": null, "refference": "7", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "רכוש קבוע, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [251, 540, 42, 15], "value": "42,289", "note": null, "is_beur": null, "beur_num": null, "refference": "7", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "רכוש קבוע, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [162, 559, 19, 15], "value": "75", "note": null, "is_beur": null, "beur_num": null, "refference": "8", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "נכסים בלתי מוחשיים, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [275, 559, 20, 13], "value": "99", "note": null, "is_beur": null, "beur_num": null, "refference": "8", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "נכסים בלתי מוחשיים, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 592, 49, 17], "value": "69,856", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים לא שוטפים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 592, 45, 17], "value": "71,666", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים לא שוטפים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 656, 52, 17], "value": "92,645", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [250, 659, 44, 15], "value": "98,331", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "4", "type": "balance_sheet", "title": "דוחות על המצב הכספי"}, "facts": [{"bbox": [138, 290, 56, 19], "value": "6,077", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["התחייבויות שוטפות", "מקדמות על חשבון שכר לימוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [241, 294, 55, 19], "value": "8,330", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["התחייבויות שוטפות", "מקדמות על חשבון שכר לימוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [138, 307, 55, 19], "value": "3,201", "note": null, "is_beur": null, "beur_num": null, "refference": "9", "date": "30.09.2020", "path": ["התחייבויות שוטפות", "ספקים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [241, 310, 54, 19], "value": "3,671", "note": null, "is_beur": null, "beur_num": null, "refference": "9", "date": "30.09.2021", "path": ["התחייבויות שוטפות", "ספקים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [133, 322, 60, 20], "value": "11,263", "note": null, "is_beur": null, "beur_num": null, "refference": "10", "date": "30.09.2020", "path": ["התחייבויות שוטפות", "התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [235, 326, 60, 19], "value": "12,407", "note": null, "is_beur": null, "beur_num": null, "refference": "10", "date": "30.09.2021", "path": ["התחייבויות שוטפות", "התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [138, 339, 55, 19], "value": "7,080", "note": null, "is_beur": null, "beur_num": null, "refference": "11", "date": "30.09.2020", "path": ["התחייבויות שוטפות", "זכאים ויתרות זכות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [242, 342, 53, 19], "value": "5,179", "note": null, "is_beur": null, "beur_num": null, "refference": "11", "date": "30.09.2021", "path": ["התחייבויות שוטפות", "זכאים ויתרות זכות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [132, 379, 60, 19], "value": "27,621", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["התחייבויות שוטפות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [236, 382, 60, 19], "value": "29,587", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["התחייבויות שוטפות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [154, 429, 45, 22], "value": "318", "note": null, "is_beur": null, "beur_num": null, "refference": "13א'", "date": "30.09.2020", "path": ["התחייבויות לא שוטפות", "זכאים לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [257, 431, 44, 22], "value": "118", "note": null, "is_beur": null, "beur_num": null, "refference": "13א'", "date": "30.09.2021", "path": ["התחייבויות לא שוטפות", "זכאים לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [139, 444, 60, 24], "value": "18,731", "note": null, "is_beur": null, "beur_num": null, "refference": "12", "date": "30.09.2020", "path": ["התחייבויות לא שוטפות", "התחייבויות בשל זכויות עובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [242, 448, 60, 24], "value": "18,093", "note": null, "is_beur": null, "beur_num": null, "refference": "12", "date": "30.09.2021", "path": ["התחייבויות לא שוטפות", "התחייבויות בשל זכויות עובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 461, 53, 24], "value": "1,422", "note": null, "is_beur": null, "beur_num": null, "refference": "14", "date": "30.09.2020", "path": ["התחייבויות לא שוטפות", "שטרי הון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [248, 464, 53, 24], "value": "1,422", "note": null, "is_beur": null, "beur_num": null, "refference": "14", "date": "30.09.2021", "path": ["התחייבויות לא שוטפות", "שטרי הון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [139, 498, 60, 24], "value": "20,471", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["התחייבויות לא שוטפות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [240, 502, 59, 24], "value": "19,633", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["התחייבויות לא שוטפות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [127, 604, 66, 20], "value": "(4,887)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [244, 608, 52, 19], "value": "1,391", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [133, 621, 60, 19], "value": "44,141", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [236, 624, 60, 19], "value": "42,388", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [133, 652, 60, 19], "value": "39,254", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [235, 653, 60, 19], "value": "43,779", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שלא קיימת לגביהם הגבלה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [138, 701, 54, 20], "value": "5,164", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [241, 705, 54, 19], "value": "5,315", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [148, 718, 44, 18], "value": "135", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [256, 722, 38, 18], "value": "17", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [138, 756, 54, 19], "value": "5,299", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [242, 759, 53, 19], "value": "5,332", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["נכסים נטו שקיימת לגביהם הגבלה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [133, 789, 60, 19], "value": "44,553", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["סך הכל נכסים נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [235, 793, 60, 19], "value": "49,111", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["סך הכל נכסים נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [126, 836, 60, 19], "value": "92,645", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["סך הכל התחייבויות ונכסים נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [235, 839, 60, 19], "value": "98,331", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["סך הכל התחייבויות ונכסים נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "5", "type": "profits", "title": "דוחות על הפעילויות"}, "facts": [{"bbox": [318, 317, 40, 19], "value": "47,121", "note": null, "is_beur": null, "beur_num": null, "refference": "15", "date": "30.09.2021", "path": ["מחזור הפעילויות", "הכנסות מסטודנטים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [168, 317, 42, 19], "value": "47,463", "note": null, "is_beur": null, "beur_num": null, "refference": "15", "date": "30.09.2020", "path": ["מחזור הפעילויות", "הכנסות מסטודנטים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [317, 337, 42, 19], "value": "75,887", "note": "כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.", "is_beur": null, "beur_num": null, "refference": "16", "date": "30.09.2021", "path": ["מחזור הפעילויות", "הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [167, 338, 42, 19], "value": "76,814", "note": "כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.", "is_beur": null, "beur_num": null, "refference": "16", "date": "30.09.2020", "path": ["מחזור הפעילויות", "הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 357, 34, 19], "value": "7,213", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["מחזור הפעילויות", "הקצבות אחרות ממשרדי ממשלה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [174, 357, 35, 19], "value": "5,289", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["מחזור הפעילויות", "הקצבות אחרות ממשרדי ממשלה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [317, 376, 41, 19], "value": "20,081", "note": "העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.", "is_beur": null, "beur_num": null, "refference": "17", "date": "30.09.2021", "path": ["מחזור הפעילויות", "תרומות והקצבות (ב)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [167, 377, 42, 19], "value": "19,336", "note": "העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.", "is_beur": null, "beur_num": null, "refference": "17", "date": "30.09.2020", "path": ["מחזור הפעילויות", "תרומות והקצבות (ב)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 395, 35, 19], "value": "2,288", "note": null, "is_beur": null, "beur_num": null, "refference": "18", "date": "30.09.2021", "path": ["מחזור הפעילויות", "הכנסות שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [174, 396, 35, 19], "value": "2,511", "note": null, "is_beur": null, "beur_num": null, "refference": "18", "date": "30.09.2020", "path": ["מחזור הפעילויות", "הכנסות שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [311, 431, 48, 19], "value": "152,590", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["מחזור הפעילויות", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [161, 432, 47, 19], "value": "151,413", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["מחזור הפעילויות", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [311, 504, 48, 19], "value": "130,782", "note": "כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.", "is_beur": null, "beur_num": null, "refference": "19", "date": "30.09.2021", "path": ["עלות הפעילויות", "הוראה, מחקר ושירותי עזר (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [160, 504, 48, 19], "value": "129,337", "note": "כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.", "is_beur": null, "beur_num": null, "refference": "19", "date": "30.09.2020", "path": ["עלות הפעילויות", "הוראה, מחקר ושירותי עזר (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 523, 35, 19], "value": "7,765", "note": null, "is_beur": null, "beur_num": null, "refference": "20", "date": "30.09.2021", "path": ["עלות הפעילויות", "שירותים ומלגות לסטודנטים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [173, 524, 35, 19], "value": "8,542", "note": null, "is_beur": null, "beur_num": null, "refference": "20", "date": "30.09.2020", "path": ["עלות הפעילויות", "שירותים ומלגות לסטודנטים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [311, 558, 48, 19], "value": "138,547", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["עלות הפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [161, 558, 47, 19], "value": "137,879", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["עלות הפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [317, 603, 42, 19], "value": "14,043", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["הכנסות נטו מפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [167, 603, 42, 19], "value": "13,534", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["הכנסות נטו מפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 636, 35, 19], "value": "7,098", "note": null, "is_beur": null, "beur_num": null, "refference": "21", "date": "30.09.2021", "path": ["הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [173, 637, 35, 19], "value": "6,427", "note": null, "is_beur": null, "beur_num": null, "refference": "21", "date": "30.09.2020", "path": ["הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 654, 35, 19], "value": "2,356", "note": null, "is_beur": null, "beur_num": null, "refference": "22", "date": "30.09.2021", "path": ["הוצאות פרסום ושיווק"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [174, 655, 35, 19], "value": "2,371", "note": null, "is_beur": null, "beur_num": null, "refference": "22", "date": "30.09.2020", "path": ["הוצאות פרסום ושיווק"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [325, 690, 46, 19], "value": "4,589", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["הכנסות נטו לפני מימון ואחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [174, 691, 35, 19], "value": "4,736", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["הכנסות נטו לפני מימון ואחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [328, 726, 38, 19], "value": "1,274", "note": null, "is_beur": null, "beur_num": null, "refference": "23", "date": "30.09.2021", "path": ["הכנסות (הוצאות) מימון, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [170, 727, 38, 19], "value": "(561)", "note": null, "is_beur": null, "beur_num": null, "refference": "23", "date": "30.09.2020", "path": ["הכנסות (הוצאות) מימון, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [331, 762, 35, 19], "value": "5,863", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["עודף לשנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [174, 763, 35, 19], "value": "4,175", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["עודף לשנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "6", "type": "profits", "title": "דוח על השינויים בנכסים נטו"}, "facts": [{"bbox": [144, 387, 45, 20], "value": "44,553", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2020", "path": ["יתרה ליום 1 באוקטובר, 2020", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [256, 387, 30, 20], "value": "135", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2020", "path": ["יתרה ליום 1 באוקטובר, 2020", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [335, 387, 40, 20], "value": "5,164", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2020", "path": ["יתרה ליום 1 באוקטובר, 2020", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [424, 387, 44, 20], "value": "44,141", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2020", "path": ["יתרה ליום 1 באוקטובר, 2020", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [525, 387, 50, 20], "value": "(4,887)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2020", "path": ["יתרה ליום 1 באוקטובר, 2020", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [153, 444, 40, 20], "value": "5,863", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "עודף לשנה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [364, 445, 13, 15], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [457, 446, 12, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [530, 446, 42, 20], "value": "5,863", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [273, 447, 17, 12], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 460, 38, 22], "value": "3,129", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "תרומות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [336, 463, 38, 20], "value": "3,129", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [457, 463, 13, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 465, 17, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [560, 465, 9, 9], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [150, 510, 49, 20], "value": "(3,096)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 510, 41, 20], "value": "(118)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [332, 510, 49, 20], "value": "(2,978)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 510, 13, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [559, 510, 14, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [521, 527, 55, 20], "value": "(1,338)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "העברת פעילות מהעמותה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [144, 529, 55, 20], "value": "(1,338)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "העברת פעילות מהעמותה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 529, 13, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "העברת פעילות מהעמותה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [367, 529, 13, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "העברת פעילות מהעמותה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 529, 13, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["שינויים במהלך השנה", "העברת פעילות מהעמותה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [371, 617, 9, 15], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [425, 618, 44, 20], "value": "4,857", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [522, 618, 50, 20], "value": "(4,857)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [182, 620, 15, 13], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [280, 622, 8, 9], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [419, 636, 52, 20], "value": "(1,198)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "הפחתת מענק נגישות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [528, 637, 41, 18], "value": "1,198", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "הפחתת מענק נגישות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [369, 637, 8, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "הפחתת מענק נגישות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [186, 638, 8, 10], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "הפחתת מענק נגישות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [280, 638, 6, 10], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "הפחתת מענק נגישות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [187, 665, 8, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [416, 665, 52, 20], "value": "(5,412)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [530, 665, 44, 20], "value": "5,412", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [280, 668, 8, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [369, 668, 8, 20], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 717, 44, 20], "value": "49,111", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["יתרה ליום 30 בספטמבר, 2021", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 717, 16, 20], "value": "17", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["יתרה ליום 30 בספטמבר, 2021", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [336, 717, 39, 20], "value": "5,315", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["יתרה ליום 30 בספטמבר, 2021", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [424, 717, 44, 20], "value": "42,388", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["יתרה ליום 30 בספטמבר, 2021", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [532, 717, 40, 20], "value": "1,391", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["יתרה ליום 30 בספטמבר, 2021", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשמוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "7", "type": "profits", "title": "דוח על השינויים בנכסים נטו"}, "facts": [{"bbox": [517, 383, 52, 21], "value": "(10,152)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2019", "path": ["יתרה ליום 1 באוקטובר, 2019", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 387, 41, 17], "value": "41,240", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2019", "path": ["יתרה ליום 1 באוקטובר, 2019", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [335, 387, 35, 17], "value": "5,381", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2019", "path": ["יתרה ליום 1 באוקטובר, 2019", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [423, 387, 43, 17], "value": "45,866", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2019", "path": ["יתרה ליום 1 באוקטובר, 2019", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [257, 388, 24, 16], "value": "145", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "01.10.2019", "path": ["יתרה ליום 1 באוקטובר, 2019", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [152, 441, 42, 21], "value": "4,175", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "עודף לשנה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [534, 443, 43, 19], "value": "4,175", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 444, 13, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [363, 445, 13, 13], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [278, 446, 10, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "עודף לשנה", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [334, 460, 41, 23], "value": "3,520", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 461, 11, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [152, 462, 42, 21], "value": "3,520", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "תרומות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [560, 462, 15, 10], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [278, 464, 10, 8], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "תרומות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [331, 508, 45, 21], "value": "(3,737)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [147, 508, 46, 20], "value": "(3,747)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [259, 509, 28, 20], "value": "(10)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 511, 11, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [551, 512, 30, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [535, 524, 35, 21], "value": "(635)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "שינוי בקרנות לפעילות שוטפת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [150, 526, 48, 19], "value": "(635)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "שינוי בקרנות לפעילות שוטפת", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [362, 527, 19, 12], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "שינוי בקרנות לפעילות שוטפת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [458, 529, 11, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "שינוי בקרנות לפעילות שוטפת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [278, 530, 8, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "סכומים ששוחררו מהגבלות", "שינוי בקרנות לפעילות שוטפת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [523, 615, 45, 22], "value": "(3,815)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [427, 616, 40, 19], "value": "3,815", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [179, 621, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 621, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [361, 621, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [420, 647, 47, 22], "value": "(5,540)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [529, 647, 40, 21], "value": "5,540", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [179, 655, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 655, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [361, 655, 20, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["שינויים במהלך השנה", "העברת סכומים שלא קיימת לגביהם הגבלה", "סכומים שהועברו לכיסוי הוצאות פחת", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [142, 696, 50, 21], "value": "44,553", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["יתרה ליום 30 בספטמבר, 2020", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [523, 696, 46, 21], "value": "(4,887)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["יתרה ליום 30 בספטמבר, 2020", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "לשימוש לפעילויות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [332, 698, 43, 18], "value": "5,164", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["יתרה ליום 30 בספטמבר, 2020", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [420, 698, 50, 18], "value": "44,141", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["יתרה ליום 30 בספטמבר, 2020", "נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)", "ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [256, 699, 31, 18], "value": "135", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["יתרה ליום 30 בספטמבר, 2020", "נכסים נטו שקיימת לגביהם הגבלה", "בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "8", "type": "cash_flow", "title": "דוחות על תזרימי המזומנים"}, "facts": [{"bbox": [155, 296, 44, 19], "value": "4,175", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים מפעילות שוטפת", "עודף לשנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 296, 45, 19], "value": "5,863", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים מפעילות שוטפת", "עודף לשנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 315, 44, 19], "value": "1,078", "note": null, "is_beur": null, "beur_num": null, "refference": "א", "date": "30.09.2020", "path": ["תזרימי מזומנים מפעילות שוטפת", "התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 315, 45, 19], "value": "139", "note": null, "is_beur": null, "beur_num": null, "refference": "א", "date": "30.09.2021", "path": ["תזרימי מזומנים מפעילות שוטפת", "התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 346, 44, 19], "value": "5,253", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים מפעילות שוטפת", "מזומנים נטו שנבעו מפעילות שוטפת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 346, 45, 19], "value": "6,002", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים מפעילות שוטפת", "מזומנים נטו שנבעו מפעילות שוטפת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 401, 44, 19], "value": "91", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "קיטון (גידול) במזומנים מיועדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 405, 45, 19], "value": "(173)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "קיטון (גידול) במזומנים מיועדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [148, 421, 50, 19], "value": "(3,777)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "רכישת רכוש קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [262, 422, 52, 19], "value": "(4,764)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "רכישת רכוש קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [267, 438, 45, 19], "value": "1,198", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "הפחתת מענק נגישות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [180, 441, 16, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "הפחתת מענק נגישות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 453, 45, 19], "value": "(93)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "השקעה בנכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 455, 44, 16], "value": "(37)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "השקעה בנכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [266, 472, 45, 16], "value": "2,105", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "מכירת ניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [178, 474, 19, 13], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "מכירת ניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 486, 50, 19], "value": "(1,000)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "רכישת ניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [265, 488, 45, 19], "value": "(2,000)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "רכישת ניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [144, 512, 55, 19], "value": "(4,723)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים לפעילות השקעה", "מזומנים נטו ששימשו לפעילות השקעה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [263, 513, 45, 19], "value": "(3,727)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים לפעילות השקעה", "מזומנים נטו ששימשו לפעילות השקעה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 580, 44, 19], "value": "3,520", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים מפעילות מימון", "תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 580, 45, 19], "value": "3,129", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים מפעילות מימון", "תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 614, 44, 19], "value": "3,520", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["תזרימי מזומנים מפעילות מימון", "מזומנים נטו שנבעו מפעילות מימון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 614, 45, 19], "value": "3,129", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["תזרימי מזומנים מפעילות מימון", "מזומנים נטו שנבעו מפעילות מימון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 664, 44, 19], "value": "4,050", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["עליה במזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 664, 45, 19], "value": "5,404", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["עליה במזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [260, 693, 49, 21], "value": "4,851", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["מזומנים ושווי מזומנים לתחילת השנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 698, 44, 19], "value": "801", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["מזומנים ושווי מזומנים לתחילת השנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [260, 730, 45, 19], "value": "10,255", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["מזומנים ושווי מזומנים לסוף השנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 732, 44, 19], "value": "4,851", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["מזומנים ושווי מזומנים לסוף השנה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "9", "type": "cash_flow", "title": "דוחות על תזרימי המזומנים"}, "facts": [{"bbox": [144, 368, 52, 22], "value": "(3,737)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [261, 368, 47, 22], "value": "(2,978)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 401, 27, 19], "value": "(10)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [271, 402, 33, 17], "value": "(118)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [262, 417, 43, 20], "value": "(1,686)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "שערוך השקעות בניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 418, 25, 17], "value": "285", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "שערוך השקעות בניירות ערך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [157, 436, 36, 15], "value": "(137)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "עלייה בהתחייבויות בגין זכויות עובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 436, 34, 17], "value": "(638)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "עלייה בהתחייבויות בגין זכויות עובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 454, 36, 19], "value": "5,473", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "פחת רכוש קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 454, 36, 19], "value": "5,343", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "פחת רכוש קבוע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [176, 467, 18, 20], "value": "66", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "פחת נכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [289, 467, 18, 17], "value": "69", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:", "פחת נכסים בלתי מוחשיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [286, 500, 25, 21], "value": "(8)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [156, 503, 36, 19], "value": "1,940", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 584, 28, 20], "value": "398", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "ירידה בלקוחות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [156, 587, 36, 19], "value": "1,180", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "ירידה בלקוחות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 604, 48, 19], "value": "(2,846)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 604, 33, 17], "value": "(679)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 619, 48, 19], "value": "(1,079)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "ירידה (עלייה) במקדמות על חשבון שכר לימוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [272, 619, 36, 19], "value": "2,253", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "ירידה (עלייה) במקדמות על חשבון שכר לימוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 636, 26, 17], "value": "243", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [262, 636, 43, 19], "value": "(3,439)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 653, 26, 17], "value": "777", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בספקים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [282, 653, 23, 17], "value": "470", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בספקים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [165, 689, 28, 17], "value": "863", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [271, 689, 39, 19], "value": "1,144", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:", "עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 722, 39, 19], "value": "(862)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [281, 722, 25, 17], "value": "147", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:", "שינויים בסעיפי רכוש והתחייבויות:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [156, 774, 36, 19], "value": "1,078", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [282, 774, 23, 17], "value": "139", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "10", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "11", "type": "other", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "12", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [265, 568, 25, 15], "value": "4", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": null, "path": ["באור 2: עיקרי המדיניות החשבונאית - המשך", "ו. רכוש קבוע", "2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:", "מבנים על קרקע חכורה"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [257, 584, 47, 17], "value": "7-15", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": null, "path": ["באור 2: עיקרי המדיניות החשבונאית - המשך", "ו. רכוש קבוע", "2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:", "ריהוט וציוד משרדי"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [266, 601, 31, 16], "value": "15", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": null, "path": ["באור 2: עיקרי המדיניות החשבונאית - המשך", "ו. רכוש קבוע", "2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:", "כלי רכב"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [266, 616, 31, 16], "value": "33", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": null, "path": ["באור 2: עיקרי המדיניות החשבונאית - המשך", "ו. רכוש קבוע", "2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:", "מחשבים"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [371, 1044, 18, 19], "value": "33", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": null, "path": ["באור 2: עיקרי המדיניות החשבונאית - המשך", "ז. נכסים בלתי מוחשיים", "אורך החיים השימושיים של נכסים בלתי מוחשיים הינו כדלקמן:", "תוכנות מחשב"], "currency": null, "scale": 1, "value_type": "%"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "13", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "14", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "15", "type": "other", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "16", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [122, 601, 36, 17], "value": "3,549", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 4: מזומנים ושווי מזומנים", "מזומנים במטבע ישראלי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [221, 601, 39, 17], "value": "9,217", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 4: מזומנים ושווי מזומנים", "מזומנים במטבע ישראלי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [122, 619, 35, 16], "value": "1,207", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 4: מזומנים ושווי מזומנים", "מזומנים במטבע חוץ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [235, 619, 28, 15], "value": "921", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 4: מזומנים ושווי מזומנים", "מזומנים במטבע חוץ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [242, 637, 21, 15], "value": "48", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 4: מזומנים ושווי מזומנים", "שווי מזומנים - פקדונות לזמן קצר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [150, 637, 11, 12], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 4: מזומנים ושווי מזומנים", "שווי מזומנים - פקדונות לזמן קצר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [141, 655, 16, 15], "value": "95", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 4: מזומנים ושווי מזומנים", "קופות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [241, 655, 22, 15], "value": "69", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 4: מזומנים ושווי מזומנים", "קופות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [120, 675, 42, 23], "value": "4,851", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 4: מזומנים ושווי מזומנים", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [212, 677, 50, 21], "value": "10,255", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 4: מזומנים ושווי מזומנים", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [110, 953, 48, 19], "value": "5,179", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "משרד החינוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [211, 953, 45, 19], "value": "6,384", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "משרד החינוך"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [128, 971, 25, 18], "value": "52", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "המחאות לגבייה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [241, 976, 14, 11], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "המחאות לגבייה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [124, 989, 31, 19], "value": "230", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "הוצאות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [225, 989, 30, 17], "value": "259", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "הוצאות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [110, 1005, 48, 20], "value": "5,766", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "הכנסות לקבל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [211, 1005, 45, 21], "value": "5,457", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "הכנסות לקבל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [130, 1025, 24, 19], "value": "42", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "הלוואות לעובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [231, 1025, 23, 17], "value": "26", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "הלוואות לעובדים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [130, 1043, 24, 19], "value": "68", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "אחרים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [232, 1043, 23, 18], "value": "38", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "אחרים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [107, 1071, 49, 22], "value": "11,337", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 6: חייבים ויתרות חובה", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [208, 1071, 47, 21], "value": "12,164", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 6: חייבים ויתרות חובה", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "17", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [107, 351, 53, 18], "value": "196,321", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 1 באוקטובר, 2019", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [194, 351, 49, 18], "value": "20,360", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 1 באוקטובר, 2019", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [285, 351, 48, 18], "value": "12,575", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 1 באוקטובר, 2019", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [395, 351, 30, 18], "value": "503", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 1 באוקטובר, 2019", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [457, 351, 52, 18], "value": "162,883", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 1 באוקטובר, 2019", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [122, 366, 40, 18], "value": "4,764", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "תוספות במשך השנה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [216, 366, 31, 18], "value": "677", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "תוספות במשך השנה", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [307, 366, 31, 18], "value": "952", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "תוספות במשך השנה", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [402, 366, 16, 18], "value": "-", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "תוספות במשך השנה", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [465, 366, 42, 18], "value": "3,135", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "תוספות במשך השנה", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [111, 384, 51, 18], "value": "(1,198)", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "מימון מענק", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [229, 384, 16, 18], "value": "-", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "מימון מענק", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [320, 384, 16, 18], "value": "-", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "מימון מענק", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [402, 384, 16, 18], "value": "-", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "מימון מענק", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [457, 384, 52, 18], "value": "(1,198)", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "מימון מענק", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [106, 426, 56, 18], "value": "199,887", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 30 בספטמבר, 2020", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [196, 426, 49, 18], "value": "21,037", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 30 בספטמבר, 2020", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [287, 426, 49, 18], "value": "13,527", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 30 בספטמבר, 2020", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [392, 426, 30, 18], "value": "503", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 30 בספטמבר, 2020", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [455, 426, 56, 18], "value": "164,820", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות", "יתרה ליום 30 בספטמבר, 2020", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [105, 510, 54, 18], "value": "152,255", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2019", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [198, 510, 48, 18], "value": "15,150", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2019", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [287, 510, 48, 18], "value": "11,800", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2019", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [395, 510, 30, 18], "value": "467", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2019", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [457, 510, 55, 18], "value": "124,838", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "01.10.2019", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2019", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [121, 527, 41, 18], "value": "5,343", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "תוספות במשך השנה", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [308, 527, 31, 18], "value": "562", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "תוספות במשך השנה", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [400, 527, 24, 18], "value": "11", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "תוספות במשך השנה", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [467, 527, 42, 18], "value": "3,902", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "תוספות במשך השנה", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [215, 528, 31, 18], "value": "868", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "תוספות במשך השנה", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [103, 579, 57, 18], "value": "157,598", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2020", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [197, 579, 49, 18], "value": "16,018", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2020", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [287, 579, 50, 18], "value": "12,362", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2020", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [394, 579, 31, 18], "value": "478", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2020", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [455, 579, 56, 18], "value": "128,740", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2020", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [397, 643, 27, 18], "value": "25", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2021", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2021", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [460, 644, 49, 18], "value": "36,080", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2021", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2021", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [114, 644, 49, 18], "value": "42,289", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2021", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2021", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [204, 644, 41, 18], "value": "5,019", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2021", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2021", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [294, 644, 42, 18], "value": "1,165", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2021", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2021", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [398, 697, 25, 18], "value": "36", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2020", "כלי רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [114, 699, 49, 18], "value": "44,066", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2020", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [205, 699, 41, 18], "value": "5,210", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2020", "ריהוט וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [307, 699, 32, 18], "value": "775", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2020", "מחשבים ללא תוכנות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [462, 699, 49, 18], "value": "38,045", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "30.09.2020", "path": ["באור 7: רכוש קבוע, נטו", "הרכב:", "עלות מופחתת ליום 30 בספטמבר, 2020", "מבנים על קרקע חכורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 880, 43, 15], "value": "3,312", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "01.10.2020", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "עלות", "יתרה ליום 1 באוקטובר, 2020", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [180, 896, 29, 15], "value": "93", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2021", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "עלות", "תוספות במשך השנה", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 932, 43, 15], "value": "3,405", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2021", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "עלות", "יתרה ליום 30 בספטמבר, 2021", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 989, 43, 15], "value": "3,237", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "01.10.2020", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "פחת שנצבר", "יתרה ליום 1 באוקטובר, 2020", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [180, 1005, 27, 15], "value": "69", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2021", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "פחת שנצבר", "תוספות במשך השנה", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 1041, 43, 15], "value": "3,306", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2021", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "פחת שנצבר", "יתרה ליום 30 בספטמבר, 2021", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [180, 1080, 28, 15], "value": "99", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2021", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "עלות מופחתת ליום 30 בספטמבר, 2021", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [180, 1115, 28, 15], "value": "75", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "30.09.2020", "path": ["באור 8: נכסים בלתי מוחשיים, נטו", "עלות מופחתת ליום 30 בספטמבר, 2020", "תוכנות מחשב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "18", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [121, 305, 41, 18], "value": "3,198", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 9: ספקים", "חובות פתוחים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [221, 305, 43, 18], "value": "3,671", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 9: ספקים", "חובות פתוחים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 322, 17, 18], "value": "3", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 9: ספקים", "המחאות לפירעון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [248, 323, 15, 14], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 9: ספקים", "המחאות לפירעון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [121, 346, 41, 18], "value": "3,201", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 9: ספקים", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [221, 346, 43, 18], "value": "3,671", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 9: ספקים", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [112, 497, 47, 18], "value": "8,451", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "עובדים ומוסדות בגין שכר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [218, 497, 47, 18], "value": "9,032", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "עובדים ומוסדות בגין שכר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [112, 515, 47, 18], "value": "2,812", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "הפרשה לחופשה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [218, 515, 47, 18], "value": "3,375", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "הפרשה לחופשה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [106, 541, 53, 18], "value": "11,263", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [212, 541, 53, 18], "value": "12,407", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [116, 690, 44, 19], "value": "3,046", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 11: זכאים ויתרות זכות", "הפרשות לתביעות תלויות (ראה באור 13ג')"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [223, 690, 42, 19], "value": "1,708", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 11: זכאים ויתרות זכות", "הפרשות לתביעות תלויות (ראה באור 13ג')"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [125, 708, 36, 19], "value": "962", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 11: זכאים ויתרות זכות", "הוצאות לשלם"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [231, 708, 34, 19], "value": "751", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 11: זכאים ויתרות זכות", "הוצאות לשלם"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [116, 726, 45, 19], "value": "2,872", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 11: זכאים ויתרות זכות", "הכנסות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [223, 726, 42, 19], "value": "2,520", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 11: זכאים ויתרות זכות", "הכנסות מראש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [126, 744, 35, 19], "value": "200", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 11: זכאים ויתרות זכות", "אחרים (ראה באור 13א')"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [232, 744, 33, 19], "value": "200", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 11: זכאים ויתרות זכות", "אחרים (ראה באור 13א')"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [120, 770, 41, 19], "value": "7,080", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 11: זכאים ויתרות זכות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [224, 770, 41, 19], "value": "5,179", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 11: זכאים ויתרות זכות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [118, 928, 43, 19], "value": "3,399", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "קרן קשרי מדע (ראה ב' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [220, 928, 45, 19], "value": "3,344", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "קרן קשרי מדע (ראה ב' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [118, 946, 43, 19], "value": "4,860", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "פיצויי פרישה (ראה ג' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [220, 947, 45, 19], "value": "5,247", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "פיצויי פרישה (ראה ג' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [112, 964, 49, 19], "value": "10,472", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "שבתון (ראה ד' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [215, 964, 50, 19], "value": "9,502", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "שבתון (ראה ד' להלן)"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [109, 990, 52, 19], "value": "18,731", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [213, 990, 52, 19], "value": "18,093", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 12: התחייבויות בשל זכויות עובדים", "א. הרכב היתרה :", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "19", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "20", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [396, 987, 56, 23], "value": "28,473", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל ברוטו", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [104, 990, 48, 20], "value": "51,860", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל ברוטו", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [187, 990, 48, 20], "value": "12,997", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל ברוטו", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [281, 990, 48, 19], "value": "10,390", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל ברוטו", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [408, 1025, 39, 17], "value": "4,181", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "שיפוי שכר", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [112, 1027, 34, 14], "value": "4,181", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "שיפוי שכר", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [222, 1028, 12, 11], "value": "-", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "שיפוי שכר", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [315, 1029, 11, 7], "value": "-", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "שיפוי שכר", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [416, 1041, 36, 20], "value": "207", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "מלגות שנתנו", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [116, 1043, 32, 18], "value": "280", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "מלגות שנתנו", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [301, 1043, 25, 17], "value": "73", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "מלגות שנתנו", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [218, 1044, 18, 14], "value": "-", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "מלגות שנתנו", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [422, 1060, 30, 20], "value": "36", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "פטורים משכר לימוד", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [116, 1063, 32, 18], "value": "278", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "פטורים משכר לימוד", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [202, 1063, 29, 17], "value": "228", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "פטורים משכר לימוד", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [307, 1063, 19, 17], "value": "14", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "שכר לימוד רגיל נטו", "בניכוי:", "פטורים משכר לימוד", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [103, 1098, 45, 18], "value": "47,121", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "הכנסות משכר לימוד רגיל", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [187, 1098, 45, 18], "value": "12,769", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "הכנסות משכר לימוד רגיל", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [281, 1098, 45, 18], "value": "10,303", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "הכנסות משכר לימוד רגיל", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [404, 1098, 45, 18], "value": "24,049", "note": null, "is_beur": true, "beur_num": "15", "refference": "", "date": "30.09.2021", "path": ["באור 15: הכנסות מסטודנטים", "הכנסות משכר לימוד רגיל", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "21", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [95, 410, 53, 19], "value": "52,008", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "שכר לימוד רגיל ברוטו", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [287, 410, 39, 19], "value": "9,587", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "שכר לימוד רגיל ברוטו", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [188, 412, 46, 17], "value": "11,483", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "שכר לימוד רגיל ברוטו", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [407, 412, 44, 17], "value": "30,938", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "שכר לימוד רגיל ברוטו", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [106, 446, 43, 17], "value": "4,043", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "שיפוי שכר לימוד", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [413, 448, 41, 17], "value": "4,043", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "שיפוי שכר לימוד", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [318, 452, 8, 6], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "שיפוי שכר לימוד", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [225, 454, 6, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "שיפוי שכר לימוד", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [123, 463, 27, 17], "value": "265", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "מלגות שניתנו", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [310, 463, 15, 17], "value": "74", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "מלגות שניתנו", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [422, 464, 31, 17], "value": "191", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "מלגות שניתנו", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [225, 470, 6, 5], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "מלגות שניתנו", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [123, 481, 25, 17], "value": "237", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "פטורים משכר לימוד", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [206, 481, 27, 17], "value": "193", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "פטורים משכר לימוד", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [317, 481, 8, 17], "value": "3", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "פטורים משכר לימוד", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [430, 482, 24, 17], "value": "41", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "בניכוי:", "פטורים משכר לימוד", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [106, 516, 46, 21], "value": "47,463", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "הכנסות משכר לימוד רגיל", "סך הכל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [186, 516, 44, 21], "value": "11,290", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "הכנסות משכר לימוד רגיל", "אחר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [290, 516, 39, 21], "value": "9,510", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "הכנסות משכר לימוד רגיל", "תואר שני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [408, 516, 41, 21], "value": "26,663", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 15: הכנסות מסטודנטים - המשך", "הכנסות משכר לימוד רגיל", "תואר ראשון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [248, 674, 48, 26], "value": "61,109", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שעות הוראה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [127, 678, 55, 17], "value": "*62,565", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שעות הוראה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [254, 692, 43, 26], "value": "6,626", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שכר עבודה עובדי מדינה ישיר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [135, 698, 45, 17], "value": "7,889", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שכר עבודה עובדי מדינה ישיר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [254, 708, 41, 26], "value": "4,181", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שיפוי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [131, 716, 47, 17], "value": "*4,043", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "שיפוי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [254, 726, 42, 26], "value": "3,971", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [132, 734, 49, 17], "value": "*2,317", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [248, 759, 47, 26], "value": "75,887", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [130, 763, 52, 17], "value": "76,814", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [148, 959, 31, 22], "value": "734", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 17: תרומות והקצבות", "תרומות לעמותה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [261, 959, 38, 22], "value": "1,969", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 17: תרומות והקצבות", "תרומות לעמותה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [143, 977, 37, 22], "value": "3,747", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 17: תרומות והקצבות", "סכומים ששוחררו מהגבלות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [258, 977, 41, 22], "value": "3,096", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 17: תרומות והקצבות", "סכומים ששוחררו מהגבלות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 995, 46, 22], "value": "14,855", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 17: תרומות והקצבות", "הקצבות אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [255, 995, 44, 22], "value": "15,016", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 17: תרומות והקצבות", "הקצבות אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [133, 1028, 48, 22], "value": "19,336", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2020", "path": ["באור 17: תרומות והקצבות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [252, 1028, 47, 22], "value": "20,081", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "30.09.2021", "path": ["באור 17: תרומות והקצבות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "22", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [166, 336, 26, 17], "value": "520", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "השתתפות באחזקת מתקנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [284, 336, 23, 17], "value": "18", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "השתתפות באחזקת מתקנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 349, 27, 17], "value": "599", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "הכנסות מדמי שימוש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 354, 26, 17], "value": "633", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "הכנסות מדמי שימוש"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [173, 367, 18, 17], "value": "45", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "הכנסות גן בוטני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [295, 368, 9, 17], "value": "2", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "הכנסות גן בוטני"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [166, 385, 26, 17], "value": "403", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "הכנסות מחיוב תקורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 386, 27, 17], "value": "269", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "הכנסות מחיוב תקורה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [159, 404, 33, 17], "value": "*516", "note": "מויין מחדש", "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "שירותי ייעוץ ואבחון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 405, 27, 17], "value": "909", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "שירותי ייעוץ ואבחון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [159, 424, 33, 17], "value": "*394", "note": "מויין מחדש", "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 425, 27, 17], "value": "491", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [156, 448, 35, 19], "value": "2,511", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2020", "path": ["באור 18: הכנסות שונות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 449, 35, 19], "value": "2,288", "note": null, "is_beur": true, "beur_num": "18", "refference": "", "date": "30.09.2021", "path": ["באור 18: הכנסות שונות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [238, 651, 49, 22], "value": "89,062", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "הוראה ושירותי עזר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [121, 652, 54, 22], "value": "*89,766", "note": "מויין מחדש", "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "הוראה ושירותי עזר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [123, 670, 54, 22], "value": "*18,587", "note": "מויין מחדש", "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "יחידות חוץ אקדמיות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [123, 670, 54, 22], "value": "*18,587", "note": "מויין מחדש", "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "יחידות חוץ אקדמיות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [238, 671, 49, 22], "value": "22,254", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "יחידות חוץ אקדמיות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [132, 688, 43, 22], "value": "1,039", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "מחקר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 689, 43, 22], "value": "1,106", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "מחקר"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [232, 712, 55, 23], "value": "112,422", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [121, 713, 55, 23], "value": "109,392", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "שכר", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 759, 43, 22], "value": "1,041", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "ספרים ומאגרי מידע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 761, 43, 22], "value": "1,068", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "ספרים ומאגרי מידע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [141, 777, 38, 21], "value": "*538", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "חומרי עזר וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [254, 779, 33, 21], "value": "492", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "חומרי עזר וציוד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 796, 43, 21], "value": "1,928", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "מערכות מידע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 798, 43, 21], "value": "2,009", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "מערכות מידע"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [129, 815, 50, 21], "value": "*3,042", "note": "מויין מחדש", "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "מחקרים ויחידות חוץ אקדמיות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 817, 43, 21], "value": "2,193", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "מחקרים ויחידות חוץ אקדמיות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 833, 43, 21], "value": "4,875", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "פחת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 835, 43, 21], "value": "4,779", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "פחת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [136, 853, 43, 21], "value": "4,579", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "אחזקה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 855, 43, 21], "value": "4,015", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "אחזקה"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [129, 872, 50, 21], "value": "*3,942", "note": "מויין מחדש", "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "הוצאות הוראה אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 874, 43, 21], "value": "3,804", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "הוצאות הוראה אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [130, 895, 49, 23], "value": "19,945", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [238, 897, 49, 23], "value": "18,360", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "הוצאות שוטפות", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [124, 930, 55, 23], "value": "129,337", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2020", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [232, 932, 55, 23], "value": "130,782", "note": null, "is_beur": true, "beur_num": "19", "refference": "", "date": "30.09.2021", "path": ["באור 19: הוראה, מחקר ושירותי עזר", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "23", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [259, 340, 35, 16], "value": "2,355", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "משכורות והוצאות נלוות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 342, 35, 16], "value": "2,174", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "משכורות והוצאות נלוות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 360, 17, 16], "value": "80", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "כנסים ותערוכות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 360, 16, 16], "value": "34", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "כנסים ותערוכות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [259, 377, 35, 16], "value": "4,852", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "מלגות תלמידים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 378, 35, 16], "value": "5,890", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "מלגות תלמידים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 395, 26, 15], "value": "191", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "דואר וטלפון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 395, 26, 16], "value": "165", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "דואר וטלפון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 411, 26, 16], "value": "287", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [154, 412, 26, 16], "value": "279", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "שונות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [259, 437, 35, 16], "value": "7,765", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2021", "path": ["באור 20: שירותים ומלגות לסטודנטים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [144, 439, 37, 17], "value": "8,542", "note": null, "is_beur": true, "beur_num": "20", "refference": "", "date": "30.09.2020", "path": ["באור 20: שירותים ומלגות לסטודנטים", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [268, 601, 39, 16], "value": "5,319", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "משכורות והוצאות נלוות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [144, 603, 37, 18], "value": "4,506", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "משכורות והוצאות נלוות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [278, 621, 30, 15], "value": "206", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "שירותים מקצועיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 624, 26, 16], "value": "196", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "שירותים מקצועיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [165, 639, 14, 16], "value": "13", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "נסיעות ואש\"ל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [283, 639, 29, 16], "value": "16", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "נסיעות ואש\"ל"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [283, 657, 29, 16], "value": "13", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "צורכי משרד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [165, 657, 16, 16], "value": "18", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "צורכי משרד"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [274, 675, 37, 16], "value": "494", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "משפטיות וביקורת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [156, 676, 26, 16], "value": "525", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "משפטיות וביקורת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [284, 693, 29, 16], "value": "48", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "דואר וטלפון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [164, 693, 14, 16], "value": "41", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "דואר וטלפון"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [283, 709, 29, 16], "value": "96", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "אחזקת רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [163, 711, 16, 16], "value": "90", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "אחזקת רכב"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [154, 728, 26, 19], "value": "665", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "פחת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [274, 729, 37, 16], "value": "633", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "פחת"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 746, 26, 16], "value": "373", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [274, 748, 37, 16], "value": "273", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [143, 774, 44, 16], "value": "6,427", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2020", "path": ["באור 21: הוצאות הנהלה וכלליות", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [265, 775, 46, 16], "value": "7,098", "note": null, "is_beur": true, "beur_num": "21", "refference": "", "date": "30.09.2021", "path": ["באור 21: הוצאות הנהלה וכלליות", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 936, 35, 16], "value": "1,083", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2021", "path": ["באור 22: הוצאות פרסום ושיווק", "פרסום ושיווק"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [146, 938, 35, 16], "value": "1,504", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2020", "path": ["באור 22: הוצאות פרסום ושיווק", "פרסום ושיווק"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [270, 955, 35, 16], "value": "1,263", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2021", "path": ["באור 22: הוצאות פרסום ושיווק", "שירותים מקצועיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [155, 958, 26, 16], "value": "844", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2020", "path": ["באור 22: הוצאות פרסום ושיווק", "שירותים מקצועיים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [287, 973, 17, 16], "value": "10", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2021", "path": ["באור 22: הוצאות פרסום ושיווק", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [165, 974, 16, 16], "value": "23", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2020", "path": ["באור 22: הוצאות פרסום ושיווק", "אחרות"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 1000, 35, 16], "value": "2,371", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2020", "path": ["באור 22: הוצאות פרסום ושיווק", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [270, 1000, 35, 16], "value": "2,356", "note": null, "is_beur": true, "beur_num": "22", "refference": "", "date": "30.09.2021", "path": ["באור 22: הוצאות פרסום ושיווק", "סה״כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": "24", "type": "notes", "title": "באורים לדוחות הכספיים"}, "facts": [{"bbox": [145, 339, 40, 21], "value": "(286)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2020", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "רווח (הפסד) מניירות ערך סחירים, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 340, 34, 18], "value": "1,666", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2021", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "רווח (הפסד) מניירות ערך סחירים, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [145, 357, 39, 21], "value": "(251)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2020", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "עמלות כרטיסי אשראי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 358, 35, 19], "value": "(331)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2021", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "עמלות כרטיסי אשראי"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [157, 376, 27, 20], "value": "34", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2020", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "הפרשי שער משערוך יתרות מט\"ח"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [277, 377, 27, 18], "value": "102", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2021", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "הפרשי שער משערוך יתרות מט\"ח"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [150, 392, 34, 21], "value": "(58)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2020", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "הוצאות אחרות, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [270, 393, 35, 19], "value": "(163)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2021", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "הוצאות אחרות, נטו"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [269, 421, 35, 18], "value": "1,274", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2021", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [144, 421, 39, 21], "value": "(561)", "note": null, "is_beur": true, "beur_num": "23", "refference": "", "date": "30.09.2020", "path": ["באור 23: הכנסות (הוצאות) מימון, נטו", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [245, 758, 27, 14], "value": "68", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שכר עבודה עבור דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [132, 759, 26, 14], "value": "96", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שכר עבודה עבור דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [247, 776, 18, 14], "value": "3", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שירותים מקצועיים והוצאות משרד עבור דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [128, 777, 30, 14], "value": "115", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שירותים מקצועיים והוצאות משרד עבור דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [132, 794, 26, 14], "value": "75", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [237, 794, 31, 14], "value": "112", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "עסקאות:", "שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [127, 821, 32, 14], "value": "286", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "עסקאות:", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [237, 821, 33, 14], "value": "183", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "עסקאות:", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [134, 934, 25, 14], "value": "59", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "יתרות:", "יתרה בחובה דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [242, 934, 25, 14], "value": "34", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "יתרות:", "יתרה בחובה דרכים"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [134, 961, 25, 16], "value": "59", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2020", "path": ["באור 25: צדדים קשורים", "יתרות:", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}, {"bbox": [243, 961, 24, 16], "value": "34", "note": null, "is_beur": true, "beur_num": "25", "refference": "", "date": "30.09.2021", "path": ["באור 25: צדדים קשורים", "יתרות:", "סה\"כ"], "currency": "ILS", "scale": 1000, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית", "page_num": null, "type": "other", "title": "באורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": null, "type": "title", "title": "דוח שנתי 2024"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": null, "type": "contents_page", "title": "דוח שנתי 2024"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": null, "type": "declaration", "title": "דוח רואה החשבון המבקר"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "3", "type": "balance_sheet", "title": "מאזנים"}, "facts": [{"bbox": [251, 335, 66, 22], "value": "518298", "note": null, "is_beur": null, "beur_num": null, "refference": "2ה׳", "date": "31.12.2024", "path": ["נכסים", "רכוש שוטף", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [251, 335, 66, 22], "value": "518298", "note": null, "is_beur": null, "beur_num": null, "refference": "2ה׳", "date": "31.12.2024", "path": ["נכסים", "רכוש שוטף", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [163, 338, 66, 22], "value": "959986", "note": null, "is_beur": null, "beur_num": null, "refference": "2ה׳", "date": "31.12.2023", "path": ["נכסים", "רכוש שוטף", "מזומנים ושווי מזומנים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 354, 66, 22], "value": "6915", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "רכוש שוטף", "הוצאות מראש"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [251, 354, 66, 22], "value": "18071", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "רכוש שוטף", "הוצאות מראש"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [251, 371, 66, 22], "value": "2577", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "רכוש שוטף", "חייבים שונים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 373, 66, 22], "value": "4870", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "רכוש שוטף", "חייבים שונים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [250, 398, 66, 22], "value": "538946", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "רכוש שוטף", "סך רכוש שוטף"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 398, 66, 22], "value": "971771", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "רכוש שוטף", "סך רכוש שוטף"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [250, 472, 66, 22], "value": "269968", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "31.12.2024", "path": ["נכסים", "רכוש קבוע", "עלות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [159, 473, 66, 22], "value": "268170", "note": null, "is_beur": null, "beur_num": null, "refference": "4", "date": "31.12.2023", "path": ["נכסים", "רכוש קבוע", "עלות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [250, 492, 66, 22], "value": "209255", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "רכוש קבוע", "בניכוי - פחת שנצבר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 492, 66, 22], "value": "180216", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "רכוש קבוע", "בניכוי - פחת שנצבר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [253, 515, 66, 22], "value": "60713", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "רכוש קבוע", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 517, 66, 22], "value": "87854", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "רכוש קבוע", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [248, 550, 66, 22], "value": "599659", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [156, 551, 66, 22], "value": "10059725", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 610, 66, 22], "value": "54114", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "ספקים והמחאות לפירעון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [255, 611, 65, 19], "value": "22994", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "ספקים והמחאות לפירעון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [257, 627, 66, 22], "value": "163959", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "עובדים ומוסדות בגין שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [163, 631, 66, 22], "value": "153418", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "עובדים ומוסדות בגין שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [163, 649, 66, 22], "value": "16380", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "זכאים אחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [254, 652, 66, 22], "value": "47658", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "זכאים אחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [255, 671, 66, 22], "value": "234611", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "סך התחייבויות שוטפות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 674, 66, 22], "value": "223912", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות שוטפות", "סך התחייבויות שוטפות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 720, 66, 22], "value": "8384", "note": null, "is_beur": null, "beur_num": null, "refference": "3", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות לזמן ארוך", "התחייבויות בשל סיום יחסי עובד - מעביד, נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [298, 723, 22, 22], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "3", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "התחייבויות לזמן ארוך", "התחייבויות בשל סיום יחסי עובד - מעביד, נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [159, 772, 66, 22], "value": "232296", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות בניכוי נכסים נטו", "סך התחייבויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [250, 773, 66, 22], "value": "234611", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות בניכוי נכסים נטו", "סך התחייבויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 826, 66, 22], "value": "(16939)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות", "נכסים נטו:", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון מצטבר מפעילות)"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [250, 826, 66, 22], "value": "328968", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות", "נכסים נטו:", "נכסים נטו שלא קיימת לגביהם הגבלה (גרעון מצטבר מפעילות)"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [253, 844, 66, 22], "value": "36080", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות", "נכסים נטו:", "נכסים נטו שקיימת לגביהם הגבלה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 844, 66, 22], "value": "844368", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות", "נכסים נטו:", "נכסים נטו שקיימת לגביהם הגבלה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [251, 860, 66, 22], "value": "365048", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות", "נכסים נטו:", "סך נכסים נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [249, 893, 73, 27], "value": "599659", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["התחייבויות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 893, 73, 27], "value": "1059725", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["התחייבויות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "4", "type": "profits", "title": "דוחות על הפעילויות והשינויים בנכסים נטו"}, "facts": [{"bbox": [230, 294, 68, 24], "value": "4085744", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "31.12.2024", "path": ["מחזור הפעילויות", "תרומות שנתקבלו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [143, 294, 68, 24], "value": "4110646", "note": null, "is_beur": null, "beur_num": null, "refference": "5", "date": "31.12.2023", "path": ["מחזור הפעילויות", "תרומות שנתקבלו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 349, 68, 24], "value": "1058643", "note": null, "is_beur": null, "beur_num": null, "refference": "6,8", "date": "31.12.2024", "path": ["עלות הפעילויות", "פרסום, ייעוץ הסברה, יחסי ציבור, שירותים מקצועיים ופחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [141, 349, 68, 24], "value": "1344452", "note": null, "is_beur": null, "beur_num": null, "refference": "6,8", "date": "31.12.2023", "path": ["עלות הפעילויות", "פרסום, ייעוץ הסברה, יחסי ציבור, שירותים מקצועיים ופחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 372, 68, 24], "value": "166773", "note": null, "is_beur": null, "beur_num": null, "refference": "9", "date": "31.12.2024", "path": ["עלות הפעילויות", "פרויקט השפעה מקומית, כולל שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [145, 373, 68, 24], "value": "856880", "note": null, "is_beur": null, "beur_num": null, "refference": "9", "date": "31.12.2023", "path": ["עלות הפעילויות", "פרויקט השפעה מקומית, כולל שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [157, 396, 68, 24], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "10", "date": "31.12.2023", "path": ["עלות הפעילויות", "פרויקט צלול ברשויות, כולל שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 396, 68, 24], "value": "997243", "note": null, "is_beur": null, "beur_num": null, "refference": "10", "date": "31.12.2024", "path": ["עלות הפעילויות", "פרויקט צלול ברשויות, כולל שכר"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 414, 68, 24], "value": "1012309", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["עלות הפעילויות", "שכר עבודה והוצאות נלוות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [147, 418, 68, 24], "value": "1252365", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["עלות הפעילויות", "שכר עבודה והוצאות נלוות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [231, 434, 68, 24], "value": "3234968", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["עלות הפעילויות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [147, 437, 68, 24], "value": "3453697", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["עלות הפעילויות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [146, 471, 68, 24], "value": "314459", "note": null, "is_beur": null, "beur_num": null, "refference": "6,8", "date": "31.12.2023", "path": ["הוצאות הנהלה וכלליות", "שכר עבודה והוצאות נלוות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 473, 68, 24], "value": "296409", "note": null, "is_beur": null, "beur_num": null, "refference": "6,8", "date": "31.12.2024", "path": ["הוצאות הנהלה וכלליות", "שכר עבודה והוצאות נלוות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 492, 68, 24], "value": "62491", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["הוצאות הנהלה וכלליות", "עלויות גיוס משאבים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [149, 492, 68, 24], "value": "56607", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הוצאות הנהלה וכלליות", "עלויות גיוס משאבים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 508, 68, 24], "value": "145021", "note": null, "is_beur": null, "beur_num": null, "refference": "7", "date": "31.12.2024", "path": ["הוצאות הנהלה וכלליות", "אחרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [148, 511, 68, 24], "value": "158638", "note": null, "is_beur": null, "beur_num": null, "refference": "7", "date": "31.12.2023", "path": ["הוצאות הנהלה וכלליות", "אחרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 530, 68, 24], "value": "503921", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["הוצאות הנהלה וכלליות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [147, 532, 68, 24], "value": "529704", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הוצאות הנהלה וכלליות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [198, 564, 25, 27], "value": "-", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הפסד הון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [239, 565, 74, 27], "value": "(1514)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["הפסד הון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [258, 597, 57, 25], "value": "566", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["הכנסות מימון - נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [160, 597, 57, 25], "value": "5649", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הכנסות מימון - נטו"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [240, 636, 64, 32], "value": "345907", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["הכנסות נטו לשנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 637, 73, 28], "value": "132894", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["הכנסות נטו לשנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [148, 666, 73, 28], "value": "(149833)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["גרעון נטו לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [242, 667, 73, 28], "value": "(16939)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["גרעון נטו לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [152, 703, 68, 24], "value": "(16939)", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2023", "path": ["נכסים (גרעון) נטו לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [238, 704, 68, 24], "value": "328968", "note": null, "is_beur": null, "beur_num": null, "refference": "", "date": "31.12.2024", "path": ["נכסים (גרעון) נטו לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "6", "type": "notes", "title": "ביאורים לדוחות הכספיים"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "6", "type": "notes", "title": "ביאורים לדוחות הכספיים (המשך)"}, "facts": [{"bbox": [362, 820, 23, 20], "value": "33", "note": null, "is_beur": true, "beur_num": "2", "refference": "", "date": "31.12.2024", "path": ["שיעורי הפחת השנתיים", "מחשבים"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [363, 833, 23, 20], "value": "10", "note": null, "is_beur": true, "beur_num": "2", "refference": "", "date": "31.12.2024", "path": ["שיעורי הפחת השנתיים", "שיפורים במושכר"], "currency": null, "scale": 1, "value_type": "%"}, {"bbox": [346, 853, 46, 22], "value": "6-15", "note": null, "is_beur": true, "beur_num": "2", "refference": "", "date": "31.12.2024", "path": ["שיעורי הפחת השנתיים", "רהוט וציוד"], "currency": null, "scale": 1, "value_type": "%"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "7", "type": "notes", "title": "ביאורים לדוחות הכספיים (המשך)"}, "facts": []}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "8", "type": "notes", "title": "ביאורים לדוחות הכספיים (המשך)"}, "facts": [{"bbox": [386, 454, 53, 23], "value": "128153", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "עלות", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [464, 455, 45, 20], "value": "90904", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "עלות", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [305, 458, 49, 25], "value": "49113", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "עלות", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [222, 460, 55, 20], "value": "268170", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [139, 461, 57, 21], "value": "251466", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [467, 473, 45, 20], "value": "6230", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "רהוט וציוד", "עלות", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [428, 477, 15, 16], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "עלות", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 480, 49, 15], "value": "6230", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [344, 480, 15, 16], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפור במושכר", "עלות", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 480, 50, 20], "value": "43803", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [465, 492, 45, 20], "value": "(4432)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "עלות", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [428, 492, 15, 20], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "עלות", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [343, 495, 15, 20], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "עלות", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [226, 495, 56, 23], "value": "269968", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [140, 495, 60, 26], "value": "(27099)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "גריעות במשך השנה", "עלות", "סה״כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [384, 515, 60, 24], "value": "128153", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "עלות", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [465, 516, 45, 20], "value": "92702", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "עלות", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [304, 517, 52, 21], "value": "49113", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "עלות", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [139, 520, 63, 25], "value": "268170", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [222, 521, 58, 20], "value": "(4432)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "עלות", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [466, 567, 45, 20], "value": "78534", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "פחת שנצבר", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [386, 569, 45, 20], "value": "83018", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "פחת שנצבר", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [312, 572, 43, 20], "value": "18664", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "פחת שנצבר", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [142, 573, 68, 20], "value": "176075", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 573, 59, 20], "value": "180216", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "יתרה לתחילת השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [468, 584, 45, 20], "value": "3373", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "פחת שנצבר", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [386, 587, 47, 20], "value": "23672", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "פחת שנצבר", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [150, 591, 50, 20], "value": "31240", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 592, 50, 20], "value": "31957", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [313, 592, 41, 20], "value": "4912", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "פחת שנצבר", "תוספות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [467, 600, 47, 22], "value": "(2918)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "פחת שנצבר", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 607, 50, 20], "value": "(2918)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [342, 607, 16, 12], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "פחת שנצבר", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [419, 607, 16, 12], "value": "-", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "פחת שנצבר", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [147, 611, 50, 20], "value": "(27099)", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "גריעות במשך השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [469, 628, 45, 20], "value": "78989", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "פחת שנצבר", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [380, 629, 50, 21], "value": "106690", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "פחת שנצבר", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 633, 56, 18], "value": "209255", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [309, 633, 48, 20], "value": "23576", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "פחת שנצבר", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [149, 636, 50, 20], "value": "180216", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "פחת שנצבר", "יתרה לגמר השנה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [387, 665, 45, 22], "value": "21463", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "מחשבים", "יתרה מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [465, 666, 50, 19], "value": "13713", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "ריהוט וציוד", "יתרה מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 669, 50, 20], "value": "60713", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "יתרה מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [310, 669, 46, 20], "value": "25537", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2024", "path": ["ביאור 4 - רכוש קבוע", "שיפורים במושכר", "יתרה מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [152, 671, 50, 20], "value": "87954", "note": null, "is_beur": true, "beur_num": "4", "refference": "", "date": "31.12.2023", "path": ["ביאור 4 - רכוש קבוע", "סה״כ", "יתרה מופחתת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [258, 812, 64, 22], "value": "1930880", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "מצדדים קשורים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [171, 815, 69, 20], "value": "2200295", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2023", "path": ["ביאור 5 - הכנסות מתרומות", "מצדדים קשורים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [266, 832, 63, 20], "value": "197784", "note": null, "is_beur": true, "beur_num": "5", "refference": "9", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "פרוייקט השפעה מקומית"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [179, 837, 63, 20], "value": "808711", "note": null, "is_beur": true, "beur_num": "5", "refference": "9", "date": "31.12.2023", "path": ["ביאור 5 - הכנסות מתרומות", "פרוייקט השפעה מקומית"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 855, 13, 15], "value": "-", "note": null, "is_beur": true, "beur_num": "5", "refference": "10", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "פרוייקט צלול ברשויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [265, 855, 63, 20], "value": "844368", "note": null, "is_beur": true, "beur_num": "5", "refference": "10", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "פרוייקט צלול ברשויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [172, 873, 70, 22], "value": "1101640", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2023", "path": ["ביאור 5 - הכנסות מתרומות", "מאחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [254, 874, 71, 17], "value": "1112712", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "מאחרים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [257, 910, 69, 23], "value": "4085744", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2024", "path": ["ביאור 5 - הכנסות מתרומות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [169, 911, 72, 22], "value": "4110646", "note": null, "is_beur": true, "beur_num": "5", "refference": "", "date": "31.12.2023", "path": ["ביאור 5 - הכנסות מתרומות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "9", "type": "notes", "title": "ביאורים לדוחות הכספיים (המשך)"}, "facts": [{"bbox": [158, 381, 45, 20], "value": "16947", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "שכר דירה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 382, 45, 20], "value": "16654", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "שכר דירה"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 399, 45, 20], "value": "2656", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "דואר וטלפון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [162, 400, 45, 20], "value": "3986", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "דואר וטלפון"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 421, 45, 20], "value": "37824", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "משרדיות וביטוח"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [156, 422, 45, 20], "value": "42209", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "משרדיות וביטוח"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 439, 45, 20], "value": "12643", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "אחזקה ומיסים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [159, 442, 45, 20], "value": "12396", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "אחזקה ומסים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [232, 458, 45, 20], "value": "4394", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "פחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [161, 461, 45, 20], "value": "4544", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "פחת"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 479, 45, 20], "value": "21307", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "שירותים מקצועים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [159, 480, 45, 20], "value": "29952", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "שירותים מקצועים"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [227, 499, 48, 20], "value": "21792", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "טיסות ונסיעות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 500, 45, 20], "value": "21597", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "טיסות ונסיעות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [224, 520, 51, 20], "value": "27751", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "אחרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [156, 521, 48, 17], "value": "27007", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "אחרות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [223, 557, 50, 20], "value": "145021", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2024", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [151, 559, 54, 20], "value": "158638", "note": null, "is_beur": true, "beur_num": "7", "refference": "", "date": "31.12.2023", "path": ["ביאור 7 - הוצאות הנהלה וכלליות - אחרות", "סה\"כ"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [158, 683, 45, 20], "value": "80943", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "31.12.2023", "path": ["ביאור 8 - הוצאות צדדים קשורים", "עלות הפעילויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 683, 45, 20], "value": "85404", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "31.12.2024", "path": ["ביאור 8 - הוצאות צדדים קשורים", "עלות הפעילויות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [159, 707, 45, 20], "value": "20617", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "31.12.2023", "path": ["ביאור 8 - הוצאות צדדים קשורים", "הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1, "value_type": "amount"}, {"bbox": [229, 708, 45, 20], "value": "27655", "note": null, "is_beur": true, "beur_num": "8", "refference": "", "date": "31.12.2024", "path": ["ביאור 8 - הוצאות צדדים קשורים", "הוצאות הנהלה וכלליות"], "currency": "ILS", "scale": 1, "value_type": "amount"}]}
You are extracting financial-statement annotations from a single page image into the exact Pydantic schema `PageExtraction`. Return ONLY valid JSON. Do NOT return markdown, code fences, comments, prose, or extra keys. Top-level schema (exact keys only): { "meta": { "entity_name": "<string or null>", "page_num": "<string or null>", "type": "balance_sheet|income_statement|cash_flow|notes|contents_page|title|declaration|profits|other", "title": "<string or null>" }, "facts": [ { "bbox": { "x": <number>, "y": <number>, "w": <number>, "h": <number> }, "value": "<string>", "note": "<string or null>", "is_beur": <true|false|null>, "beur_num": "<string or null>", "refference": "<string>", "date": "<string or null>", "path": ["<string>", "..."], "currency": "ILS|USD|EUR|GBP|null", "scale": 1|1000|1000000|null, "value_type": "amount|%|null" } ] } Type/validation rules (must match schema): 1. `meta` and `facts` are required. 2. `refference` is required string (keep exact misspelling). Use "" when missing. 3. `path` is required list of strings (use [] when unknown, never null). 4. `is_beur` must be boolean or null (never "true"/"false" strings). 5. Use JSON null literal for missing optional values (never "null" string). 6. Do not include any keys not listed above. Extraction rules: 1. Extract all visible numeric/table facts, including negatives in parentheses and totals. 2. Also extract placeholder values ("-", "—", "–", similar dashes) when they appear as actual cell values. 3. Keep `value` exactly as printed (commas, parentheses, percent sign, dash placeholders). 4. `bbox` must tightly cover the value text only, in pixel coordinates of the original image. 5. `note`: textual qualifier tied to the specific fact (for example `*without debt insurance`), else null. 6. `beur_num`: use when this fact belongs to data presented inside that beur section; else null. 7. `refference`: use when this fact points/references another beur; else "". 8. `currency`: infer from page/header context (for example "שקלים חדשים" -> "ILS"), else null. 9. `scale`: 1 unless page/header indicates thousands or millions. 10. `value_type`: "amount" unless the fact is a percentage ("%"). 11. `date`: map by column/year context when explicit and unambiguous; else null. 12. `meta.type`: use "profits" for "דוחות על הפעילויות"; otherwise choose the best enum value. 13. No duplicate facts. Order `facts` top-to-bottom, then left-to-right. 14. Output UTF-8 Hebrew directly (do not escape to unicode sequences). Path hierarchy rule: 1. Build `path` with horizontal-axis hierarchy first (row-side structure: group -> subgroup -> line item). 2. Then append vertical-axis hierarchy only when it adds business semantics not already represented by dedicated fields. 3. Do not encode period/currency/scale/value-format in `path` when already represented by `date`/`currency`/`scale`/`value_type`. 4. Keep labels exactly as shown. Do not invent levels.
{"meta": {"entity_name": "צלול - עמותה לאיכות הסביבה (ע״ר)", "page_num": "10", "type": "notes", "title": "ביאורים לדוחות הכספיים (המשך)"}, "facts": []}