image
imagewidth (px)
812
924
instruction
stringclasses
1 value
text
stringlengths
125
12.8k
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": [ { "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). 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": [ { "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). 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": [ { "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). 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": [ { "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). 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":[{"value":"8196","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["רכוש שוטף","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2002","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["רכוש שוטף","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3800","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"14854","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"11996","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["רכוש שוטף","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16856","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["רכוש שוטף","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"26003","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2023","path":["רכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8281","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2022","path":["רכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"20277","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["סה\"כ נכסים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42859","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["סה\"כ נכסים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"27709","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"11460","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"12230","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"15927","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"37348","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2023","path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"30594","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2022","path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80984","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות שוטפות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"54284","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["התחייבויות שוטפות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"54284","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["סה\"כ התחייבויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80984","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["סה\"כ התחייבויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(64128)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון בהון","נכסים נטו לשימוש לפעילויות","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(42288)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["גרעון בהון","נכסים נטו לשימוש לפעילויות","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(42288)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(64128)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"26003","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8281","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(38125)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון בהון","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(34007)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["גרעון בהון","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"20277","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["סה\"כ התחייבויות ונכסים נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"1280395","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1445674","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1344239","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2022","path":["עלות הפעילויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1304248","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2023","path":["עלות הפעילויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"141426","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(63844)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"142051","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"31.12.2022","path":["הוצאות הנהלה וכלליות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"134960","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"31.12.2023","path":["הוצאות הנהלה וכלליות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(205895)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["הכנסות (הוצאות) נטו לפני מימון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6466","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הכנסות (הוצאות) נטו לפני מימון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"10584","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["מימון, נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"9102","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["מימון, נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(4118)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון לתקופה"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"180990","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.01.2022","path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"180990","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.01.2022","path":["יתרות ליום 1 בינואר 2022","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.01.2022","path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.01.2022","path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(214997)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(214997)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(9401)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"9401","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(1120)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1120","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8281","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(8281)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(34007)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["יתרות ליום 31 בדצמבר 2022","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(42288)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8281","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(4118)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(4118)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"20160","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(20160)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(2438)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2438","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"17722","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(17722)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(38125)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["יתרות ליום 31 בדצמבר 2023","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"26003","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(64128)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"8281","note":null,"is_beur":true,"beur_num":"3","refference":"","date":"31.12.2022","path":["באור 3 - רכוש קבוע","ריהוט וציוד משרדי","עלות מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"26003","note":null,"is_beur":true,"beur_num":"3","refference":"","date":"31.12.2023","path":["באור 3 - רכוש קבוע","ריהוט וציוד משרדי","עלות מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3558","note":null,"is_beur":true,"beur_num":"3","refference":"","date":"31.12.2023","path":["באור 3 - רכוש קבוע","ריהוט וציוד משרדי","פחת שנצבר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"29561","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": [ { "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). 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":[{"value":"20021","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 4 - זכאים שונים ויתרות זכות","מוסדות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8230","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 4 - זכאים שונים ויתרות זכות","מוסדות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"10573","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 4 - זכאים שונים ויתרות זכות","עובדים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"25780","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 4 - זכאים שונים ויתרות זכות","עובדים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 4 - זכאים שונים ויתרות זכות","אחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3338","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 4 - זכאים שונים ויתרות זכות","אחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"30594","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 4 - זכאים שונים ויתרות זכות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"37348","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 4 - זכאים שונים ויתרות זכות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"389331","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","שכר עבודה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"483409","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","שכר עבודה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80649","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","הוצאות נלוות לשכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"88943","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","הוצאות נלוות לשכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"434594","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","קבלני משנה ועבודות חוץ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"330793","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","קבלני משנה ועבודות חוץ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"118105","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","שכירות מתקנים ומגרשים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"168043","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","שכירות מתקנים ומגרשים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4461","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","הסעות והובלות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8495","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","הסעות והובלות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"91309","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","קניות פרסים, ציוד וביגוד"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80865","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","קניות פרסים, ציוד וביגוד"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"171818","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","הפקת פרוייקטים ואירועים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"197672","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","הפקת פרוייקטים ואירועים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1344239","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 5 - עלות הפעילויות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1304248","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 5 - עלות הפעילויות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"11572","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","משרדיות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"10389","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","משרדיות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4983","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","אחזקה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"10134","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","אחזקה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"39560","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","שירותים מקצועיים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"31856","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","שירותים מקצועיים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","כיבודים ואש\"ל"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4384","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","כיבודים ואש\"ל"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"12971","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","ביטוחים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"11658","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","ביטוחים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"45984","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","אחזקת רכב"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"45309","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","אחזקת רכב"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","משפטיות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"702","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","משפטיות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"13122","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","פרסום"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"18964","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","פרסום"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4966","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","מיסים ואגרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1715","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","מיסים ואגרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(35)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","שונות ובטולי יתרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(261)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","שונות ובטולי יתרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1830","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","מתנות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3650","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","מתנות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2438","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","הוצאות פחת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1120","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2022","path":["באור 6 - הוצאות הנהלה וכלליות","הוצאות פחת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"134960","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["באור 6 - הוצאות הנהלה וכלליות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"142051","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": [ { "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). 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": [ { "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). 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": [ { "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). 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": [ { "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). 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":[{"value":"4851","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"30.09.2020","path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10255","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"30.09.2021","path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3283","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"30.09.2021","path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5240","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"30.09.2020","path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1361","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים שוטפים","לקוחות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"963","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים שוטפים","לקוחות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12164","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"30.09.2021","path":["נכסים שוטפים","חייבים ויתרות חובה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11337","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"30.09.2020","path":["נכסים שוטפים","חייבים ויתרות חובה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"26665","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים שוטפים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"22789","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים שוטפים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2296","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2123","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"23878","note":null,"is_beur":null,"beur_num":null,"refference":"12,5א'","date":"30.09.2021","path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"20340","note":null,"is_beur":null,"beur_num":null,"refference":"12,5א'","date":"30.09.2020","path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3252","note":null,"is_beur":null,"beur_num":null,"refference":"13א'","date":"30.09.2020","path":["נכסים לא שוטפים","הוצאות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3104","note":null,"is_beur":null,"beur_num":null,"refference":"13א'","date":"30.09.2021","path":["נכסים לא שוטפים","הוצאות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44066","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"30.09.2020","path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"42289","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"30.09.2021","path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"75","note":null,"is_beur":null,"beur_num":null,"refference":"8","date":"30.09.2020","path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"99","note":null,"is_beur":null,"beur_num":null,"refference":"8","date":"30.09.2021","path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"69856","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים לא שוטפים","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"71666","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים לא שוטפים","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"92645","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"98331","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": [ { "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). 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":[{"value":"6077","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"8330","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3201","note":null,"is_beur":null,"beur_num":null,"refference":"9","date":"30.09.2020","path":["התחייבויות שוטפות","ספקים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3671","note":null,"is_beur":null,"beur_num":null,"refference":"9","date":"30.09.2021","path":["התחייבויות שוטפות","ספקים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11263","note":null,"is_beur":null,"beur_num":null,"refference":"10","date":"30.09.2020","path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12407","note":null,"is_beur":null,"beur_num":null,"refference":"10","date":"30.09.2021","path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7080","note":null,"is_beur":null,"beur_num":null,"refference":"11","date":"30.09.2020","path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5179","note":null,"is_beur":null,"beur_num":null,"refference":"11","date":"30.09.2021","path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"27621","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["התחייבויות שוטפות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"29587","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["התחייבויות שוטפות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"318","note":null,"is_beur":null,"beur_num":null,"refference":"13א'","date":"30.09.2020","path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"118","note":null,"is_beur":null,"beur_num":null,"refference":"13א'","date":"30.09.2021","path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18731","note":null,"is_beur":null,"beur_num":null,"refference":"12","date":"30.09.2020","path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18093","note":null,"is_beur":null,"beur_num":null,"refference":"12","date":"30.09.2021","path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1422","note":null,"is_beur":null,"beur_num":null,"refference":"14","date":"30.09.2020","path":["התחייבויות לא שוטפות","שטרי הון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1422","note":null,"is_beur":null,"beur_num":null,"refference":"14","date":"30.09.2021","path":["התחייבויות לא שוטפות","שטרי הון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"20471","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["התחייבויות לא שוטפות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"19633","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["התחייבויות לא שוטפות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4887)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1391","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44141","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"42388","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"39254","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שלא קיימת לגביהם הגבלה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"43779","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שלא קיימת לגביהם הגבלה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5164","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5315","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"135","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"17","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5299","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["נכסים נטו שקיימת לגביהם הגבלה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5332","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["נכסים נטו שקיימת לגביהם הגבלה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44553","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["סך הכל נכסים נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"49111","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["סך הכל נכסים נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"92645","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["סך הכל התחייבויות ונכסים נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"98331","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": [ { "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). 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":[{"value":"47121","note":null,"is_beur":null,"beur_num":null,"refference":"15","date":"30.09.2021","path":["מחזור הפעילויות","הכנסות מסטודנטים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"47463","note":null,"is_beur":null,"beur_num":null,"refference":"15","date":"30.09.2020","path":["מחזור הפעילויות","הכנסות מסטודנטים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"75887","note":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","is_beur":null,"beur_num":null,"refference":"16","date":"30.09.2021","path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"76814","note":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","is_beur":null,"beur_num":null,"refference":"16","date":"30.09.2020","path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7213","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5289","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"20081","note":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","is_beur":null,"beur_num":null,"refference":"17","date":"30.09.2021","path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"19336","note":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","is_beur":null,"beur_num":null,"refference":"17","date":"30.09.2020","path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2288","note":null,"is_beur":null,"beur_num":null,"refference":"18","date":"30.09.2021","path":["מחזור הפעילויות","הכנסות שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2511","note":null,"is_beur":null,"beur_num":null,"refference":"18","date":"30.09.2020","path":["מחזור הפעילויות","הכנסות שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"152590","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["מחזור הפעילויות","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"151413","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["מחזור הפעילויות","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"130782","note":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","is_beur":null,"beur_num":null,"refference":"19","date":"30.09.2021","path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"129337","note":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","is_beur":null,"beur_num":null,"refference":"19","date":"30.09.2020","path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7765","note":null,"is_beur":null,"beur_num":null,"refference":"20","date":"30.09.2021","path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"8542","note":null,"is_beur":null,"beur_num":null,"refference":"20","date":"30.09.2020","path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"138547","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["עלות הפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"137879","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["עלות הפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"14043","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["הכנסות נטו מפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"13534","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["הכנסות נטו מפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7098","note":null,"is_beur":null,"beur_num":null,"refference":"21","date":"30.09.2021","path":["הוצאות הנהלה וכלליות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"6427","note":null,"is_beur":null,"beur_num":null,"refference":"21","date":"30.09.2020","path":["הוצאות הנהלה וכלליות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2356","note":null,"is_beur":null,"beur_num":null,"refference":"22","date":"30.09.2021","path":["הוצאות פרסום ושיווק"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2371","note":null,"is_beur":null,"beur_num":null,"refference":"22","date":"30.09.2020","path":["הוצאות פרסום ושיווק"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4589","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["הכנסות נטו לפני מימון ואחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4736","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["הכנסות נטו לפני מימון ואחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1274","note":null,"is_beur":null,"beur_num":null,"refference":"23","date":"30.09.2021","path":["הכנסות (הוצאות) מימון, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(561)","note":null,"is_beur":null,"beur_num":null,"refference":"23","date":"30.09.2020","path":["הכנסות (הוצאות) מימון, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5863","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["עודף לשנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4175","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": [ { "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). 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":[{"value":"44553","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2020","path":["יתרה ליום 1 באוקטובר, 2020","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"5164","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2020","path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44141","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2020","path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4887)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2020","path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5863","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5863","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3129","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","תרומות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3129","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3096)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(118)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(2978)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1338)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1338)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","העברת פעילות מהעמותה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4857","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4857)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1198)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1198","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(5412)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5412","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"49111","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["יתרה ליום 30 בספטמבר, 2021","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"5315","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"42388","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1391","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": [ { "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). 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":[{"value":"(10152)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2019","path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"41240","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2019","path":["יתרה ליום 1 באוקטובר, 2019","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5381","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2019","path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"45866","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"01.10.2019","path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"4175","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4175","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3520","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3520","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","תרומות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3737)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3747)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(10)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(635)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(635)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3815)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3815","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(5540)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5540","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44553","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["יתרה ליום 30 בספטמבר, 2020","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4887)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5164","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"44141","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"4175","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5863","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1078","note":null,"is_beur":null,"beur_num":null,"refference":"א","date":"30.09.2020","path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"139","note":null,"is_beur":null,"beur_num":null,"refference":"א","date":"30.09.2021","path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5253","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"6002","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"91","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(173)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3777)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4764)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1198","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(93)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(37)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2105","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1000)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(2000)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(4723)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3727)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3520","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3129","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3520","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3129","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4050","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["עליה במזומנים ושווי מזומנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5404","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["עליה במזומנים ושווי מזומנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4851","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["מזומנים ושווי מזומנים לתחילת השנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"801","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["מזומנים ושווי מזומנים לתחילת השנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10255","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["מזומנים ושווי מזומנים לסוף השנה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4851","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": [ { "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). 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":[{"value":"(3737)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(2978)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(10)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(118)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1686)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","שערוך השקעות בניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"285","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","שערוך השקעות בניירות ערך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(137)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","עלייה בהתחייבויות בגין זכויות עובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(638)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","עלייה בהתחייבויות בגין זכויות עובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5473","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","פחת רכוש קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5343","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","פחת רכוש קבוע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"66","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","פחת נכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"69","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","פחת נכסים בלתי מוחשיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(8)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1940","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"398","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","ירידה בלקוחות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1180","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","ירידה בלקוחות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(2846)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(679)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1079)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2253","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"243","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(3439)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"777","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בספקים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"470","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בספקים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"863","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1144","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(862)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"147","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות:"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1078","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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": [ { "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). 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": [ { "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). 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": [ { "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). 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":[{"value":"4","note":null,"is_beur":null,"beur_num":null,"refference":"","date":null,"path":["באור 2: עיקרי המדיניות החשבונאית - המשך","ו. רכוש קבוע","2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:","מבנים על קרקע חכורה"],"currency":null,"scale":1,"value_type":"%"},{"value":"7-15","note":null,"is_beur":null,"beur_num":null,"refference":"","date":null,"path":["באור 2: עיקרי המדיניות החשבונאית - המשך","ו. רכוש קבוע","2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:","ריהוט וציוד משרדי"],"currency":null,"scale":1,"value_type":"%"},{"value":"15","note":null,"is_beur":null,"beur_num":null,"refference":"","date":null,"path":["באור 2: עיקרי המדיניות החשבונאית - המשך","ו. רכוש קבוע","2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:","כלי רכב"],"currency":null,"scale":1,"value_type":"%"},{"value":"33","note":null,"is_beur":null,"beur_num":null,"refference":"","date":null,"path":["באור 2: עיקרי המדיניות החשבונאית - המשך","ו. רכוש קבוע","2. הפחת מחושב בשיעורים שנתיים שווים על בסיס שיטת הקו הישר לאורך תקופת החיים השימושיים בנכס, כדלקמן:","מחשבים"],"currency":null,"scale":1,"value_type":"%"},{"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": [ { "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). 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": [ { "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). 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": [ { "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). 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": [ { "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). 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":[{"value":"3549","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 4: מזומנים ושווי מזומנים","מזומנים במטבע ישראלי"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"9217","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 4: מזומנים ושווי מזומנים","מזומנים במטבע ישראלי"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1207","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 4: מזומנים ושווי מזומנים","מזומנים במטבע חוץ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"921","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 4: מזומנים ושווי מזומנים","מזומנים במטבע חוץ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"48","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 4: מזומנים ושווי מזומנים","שווי מזומנים - פקדונות לזמן קצר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 4: מזומנים ושווי מזומנים","שווי מזומנים - פקדונות לזמן קצר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"95","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 4: מזומנים ושווי מזומנים","קופות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"69","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 4: מזומנים ושווי מזומנים","קופות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4851","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 4: מזומנים ושווי מזומנים","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10255","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 4: מזומנים ושווי מזומנים","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5179","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","משרד החינוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"6384","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","משרד החינוך"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"52","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","המחאות לגבייה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","המחאות לגבייה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"230","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","הוצאות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"259","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","הוצאות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5766","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","הכנסות לקבל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5457","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","הכנסות לקבל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"42","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","הלוואות לעובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"26","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","הלוואות לעובדים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"68","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","אחרים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"38","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 6: חייבים ויתרות חובה","אחרים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11337","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 6: חייבים ויתרות חובה","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12164","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": [ { "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). 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":[{"value":"196321","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"20360","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12575","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"162883","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4764","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","תוספות במשך השנה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"677","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","תוספות במשך השנה","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"952","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","תוספות במשך השנה","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","תוספות במשך השנה","כלי רכב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3135","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","תוספות במשך השנה","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1198)","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","מימון מענק","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","מימון מענק","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","מימון מענק","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","מימון מענק","כלי רכב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(1198)","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","מימון מענק","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"199887","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"21037","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"13527","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"164820","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"152255","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"15150","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11800","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"124838","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"01.10.2019","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5343","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","תוספות במשך השנה","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"562","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","תוספות במשך השנה","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","תוספות במשך השנה","כלי רכב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3902","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","תוספות במשך השנה","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"868","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","תוספות במשך השנה","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"157598","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"16018","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12362","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"128740","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"36080","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2021","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"42289","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2021","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5019","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2021","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1165","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2021","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מחשבים ללא תוכנות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"44066","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5210","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","ריהוט וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"38045","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"30.09.2020","path":["באור 7: רכוש קבוע, נטו","הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3312","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"01.10.2020","path":["באור 8: נכסים בלתי מוחשיים, נטו","עלות","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"93","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"30.09.2021","path":["באור 8: נכסים בלתי מוחשיים, נטו","עלות","תוספות במשך השנה","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3405","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"30.09.2021","path":["באור 8: נכסים בלתי מוחשיים, נטו","עלות","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3237","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"01.10.2020","path":["באור 8: נכסים בלתי מוחשיים, נטו","פחת שנצבר","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"69","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"30.09.2021","path":["באור 8: נכסים בלתי מוחשיים, נטו","פחת שנצבר","תוספות במשך השנה","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3306","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"30.09.2021","path":["באור 8: נכסים בלתי מוחשיים, נטו","פחת שנצבר","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"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": [ { "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). 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":[{"value":"3198","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 9: ספקים","חובות פתוחים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3671","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 9: ספקים","חובות פתוחים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 9: ספקים","המחאות לפירעון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 9: ספקים","המחאות לפירעון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3201","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 9: ספקים","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3671","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 9: ספקים","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"8451","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","עובדים ומוסדות בגין שכר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"9032","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","עובדים ומוסדות בגין שכר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2812","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","הפרשה לחופשה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3375","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","הפרשה לחופשה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11263","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12407","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 10: התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3046","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 11: זכאים ויתרות זכות","הפרשות לתביעות תלויות (ראה באור 13ג')"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1708","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 11: זכאים ויתרות זכות","הפרשות לתביעות תלויות (ראה באור 13ג')"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"962","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 11: זכאים ויתרות זכות","הוצאות לשלם"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"751","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 11: זכאים ויתרות זכות","הוצאות לשלם"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2872","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 11: זכאים ויתרות זכות","הכנסות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2520","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 11: זכאים ויתרות זכות","הכנסות מראש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"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"},{"value":"7080","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 11: זכאים ויתרות זכות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5179","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 11: זכאים ויתרות זכות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3399","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","קרן קשרי מדע (ראה ב' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3344","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","קרן קשרי מדע (ראה ב' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4860","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","פיצויי פרישה (ראה ג' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5247","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","פיצויי פרישה (ראה ג' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10472","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","שבתון (ראה ד' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"9502","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","שבתון (ראה ד' להלן)"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18731","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 12: התחייבויות בשל זכויות עובדים","א. הרכב היתרה :","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18093","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": [ { "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). 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": [ { "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). 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":[{"value":"28473","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל ברוטו","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"51860","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל ברוטו","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12997","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל ברוטו","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10390","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל ברוטו","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4181","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4181","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"207","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","מלגות שנתנו","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"280","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","מלגות שנתנו","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"73","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","מלגות שנתנו","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","מלגות שנתנו","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"36","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"278","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","פטורים משכר לימוד","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"228","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","פטורים משכר לימוד","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"14","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","שכר לימוד רגיל נטו","בניכוי:","פטורים משכר לימוד","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"47121","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","הכנסות משכר לימוד רגיל","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"12769","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","הכנסות משכר לימוד רגיל","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10303","note":null,"is_beur":true,"beur_num":"15","refference":"","date":"30.09.2021","path":["באור 15: הכנסות מסטודנטים","הכנסות משכר לימוד רגיל","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"24049","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": [ { "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). 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":[{"value":"52008","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","שכר לימוד רגיל ברוטו","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"9587","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","שכר לימוד רגיל ברוטו","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11483","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","שכר לימוד רגיל ברוטו","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"30938","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","שכר לימוד רגיל ברוטו","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4043","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","שיפוי שכר לימוד","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4043","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","שיפוי שכר לימוד","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","שיפוי שכר לימוד","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","שיפוי שכר לימוד","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"265","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","מלגות שניתנו","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"74","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","מלגות שניתנו","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"191","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","מלגות שניתנו","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","מלגות שניתנו","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"237","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","פטורים משכר לימוד","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"193","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","פטורים משכר לימוד","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","פטורים משכר לימוד","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"41","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"47463","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","הכנסות משכר לימוד רגיל","סך הכל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"11290","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","הכנסות משכר לימוד רגיל","אחר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"9510","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","הכנסות משכר לימוד רגיל","תואר שני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"26663","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 15: הכנסות מסטודנטים - המשך","הכנסות משכר לימוד רגיל","תואר ראשון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"61109","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","שעות הוראה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"6626","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","שכר עבודה עובדי מדינה ישיר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7889","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","שכר עבודה עובדי מדינה ישיר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4181","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","שיפוי"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"3971","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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"},{"value":"75887","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"76814","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 16: הקצבות ממשרד החינוך לשימוש לפעילות הוראה","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"734","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 17: תרומות והקצבות","תרומות לעמותה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1969","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 17: תרומות והקצבות","תרומות לעמותה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3747","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 17: תרומות והקצבות","סכומים ששוחררו מהגבלות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3096","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 17: תרומות והקצבות","סכומים ששוחררו מהגבלות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"14855","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 17: תרומות והקצבות","הקצבות אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"15016","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2021","path":["באור 17: תרומות והקצבות","הקצבות אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"19336","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"30.09.2020","path":["באור 17: תרומות והקצבות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"20081","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": [ { "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). 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":[{"value":"520","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","השתתפות באחזקת מתקנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","השתתפות באחזקת מתקנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"599","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","הכנסות מדמי שימוש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"633","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","הכנסות מדמי שימוש"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"45","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","הכנסות גן בוטני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","הכנסות גן בוטני"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"403","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","הכנסות מחיוב תקורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"269","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","הכנסות מחיוב תקורה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*516","note":"מויין מחדש","is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","שירותי ייעוץ ואבחון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"909","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","שירותי ייעוץ ואבחון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*394","note":"מויין מחדש","is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"491","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2511","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2020","path":["באור 18: הכנסות שונות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2288","note":null,"is_beur":true,"beur_num":"18","refference":"","date":"30.09.2021","path":["באור 18: הכנסות שונות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"89062","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","הוראה ושירותי עזר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*89,766","note":"מויין מחדש","is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","הוראה ושירותי עזר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*18,587","note":"מויין מחדש","is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","יחידות חוץ אקדמיות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*18,587","note":"מויין מחדש","is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","יחידות חוץ אקדמיות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"22254","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","יחידות חוץ אקדמיות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1039","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","מחקר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1106","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","מחקר"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"112422","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"109392","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","שכר","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1041","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","ספרים ומאגרי מידע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1068","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","ספרים ומאגרי מידע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*538","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","חומרי עזר וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"492","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","חומרי עזר וציוד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1928","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","מערכות מידע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2009","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","מערכות מידע"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*3,042","note":"מויין מחדש","is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2193","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4875","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","פחת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4779","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","פחת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4579","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","אחזקה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4015","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","אחזקה"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"*3,942","note":"מויין מחדש","is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","הוצאות הוראה אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3804","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","הוצאות הוראה אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"19945","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18360","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2021","path":["באור 19: הוראה, מחקר ושירותי עזר","הוצאות שוטפות","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"129337","note":null,"is_beur":true,"beur_num":"19","refference":"","date":"30.09.2020","path":["באור 19: הוראה, מחקר ושירותי עזר","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"130782","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": [ { "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). 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":[{"value":"2355","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","משכורות והוצאות נלוות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2174","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","משכורות והוצאות נלוות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"80","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","כנסים ותערוכות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"34","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","כנסים ותערוכות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4852","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","מלגות תלמידים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5890","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","מלגות תלמידים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"191","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","דואר וטלפון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"165","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","דואר וטלפון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"287","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"279","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","שונות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7765","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2021","path":["באור 20: שירותים ומלגות לסטודנטים","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"8542","note":null,"is_beur":true,"beur_num":"20","refference":"","date":"30.09.2020","path":["באור 20: שירותים ומלגות לסטודנטים","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"5319","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","משכורות והוצאות נלוות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"4506","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","משכורות והוצאות נלוות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"206","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","שירותים מקצועיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"196","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","שירותים מקצועיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"13","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","נסיעות ואש\"ל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"16","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","נסיעות ואש\"ל"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"13","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","צורכי משרד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"18","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","צורכי משרד"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"494","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","משפטיות וביקורת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"525","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","משפטיות וביקורת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"48","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","דואר וטלפון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"41","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","דואר וטלפון"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"96","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","אחזקת רכב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"90","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","אחזקת רכב"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"665","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","פחת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"633","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","פחת"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"373","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"273","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"6427","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2020","path":["באור 21: הוצאות הנהלה וכלליות","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"7098","note":null,"is_beur":true,"beur_num":"21","refference":"","date":"30.09.2021","path":["באור 21: הוצאות הנהלה וכלליות","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1083","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2021","path":["באור 22: הוצאות פרסום ושיווק","פרסום ושיווק"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1504","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2020","path":["באור 22: הוצאות פרסום ושיווק","פרסום ושיווק"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1263","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2021","path":["באור 22: הוצאות פרסום ושיווק","שירותים מקצועיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"844","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2020","path":["באור 22: הוצאות פרסום ושיווק","שירותים מקצועיים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"10","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2021","path":["באור 22: הוצאות פרסום ושיווק","אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"23","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2020","path":["באור 22: הוצאות פרסום ושיווק","אחרות"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2371","note":null,"is_beur":true,"beur_num":"22","refference":"","date":"30.09.2020","path":["באור 22: הוצאות פרסום ושיווק","סה״כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"2356","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": [ { "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). 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":[{"value":"(286)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2020","path":["באור 23: הכנסות (הוצאות) מימון, נטו","רווח (הפסד) מניירות ערך סחירים, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1666","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2021","path":["באור 23: הכנסות (הוצאות) מימון, נטו","רווח (הפסד) מניירות ערך סחירים, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(251)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2020","path":["באור 23: הכנסות (הוצאות) מימון, נטו","עמלות כרטיסי אשראי"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(331)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2021","path":["באור 23: הכנסות (הוצאות) מימון, נטו","עמלות כרטיסי אשראי"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"34","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2020","path":["באור 23: הכנסות (הוצאות) מימון, נטו","הפרשי שער משערוך יתרות מט\"ח"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"102","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2021","path":["באור 23: הכנסות (הוצאות) מימון, נטו","הפרשי שער משערוך יתרות מט\"ח"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(58)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2020","path":["באור 23: הכנסות (הוצאות) מימון, נטו","הוצאות אחרות, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(163)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2021","path":["באור 23: הכנסות (הוצאות) מימון, נטו","הוצאות אחרות, נטו"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"1274","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2021","path":["באור 23: הכנסות (הוצאות) מימון, נטו","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"(561)","note":null,"is_beur":true,"beur_num":"23","refference":"","date":"30.09.2020","path":["באור 23: הכנסות (הוצאות) מימון, נטו","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"68","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2021","path":["באור 25: צדדים קשורים","עסקאות:","שכר עבודה עבור דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"96","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","עסקאות:","שכר עבודה עבור דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"3","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2021","path":["באור 25: צדדים קשורים","עסקאות:","שירותים מקצועיים והוצאות משרד עבור דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"115","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","עסקאות:","שירותים מקצועיים והוצאות משרד עבור דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"75","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","עסקאות:","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"112","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2021","path":["באור 25: צדדים קשורים","עסקאות:","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"286","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","עסקאות:","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"183","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2021","path":["באור 25: צדדים קשורים","עסקאות:","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"59","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","יתרות:","יתרה בחובה דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"34","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2021","path":["באור 25: צדדים קשורים","יתרות:","יתרה בחובה דרכים"],"currency":"ILS","scale":1000,"value_type":"amount"},{"value":"59","note":null,"is_beur":true,"beur_num":"25","refference":"","date":"30.09.2020","path":["באור 25: צדדים קשורים","יתרות:","סה\"כ"],"currency":"ILS","scale":1000,"value_type":"amount"},{"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": [ { "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). 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": [ { "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). 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": [ { "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). 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": [ { "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). 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": [ { "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). 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":[{"value":"518298","note":null,"is_beur":null,"beur_num":null,"refference":"2ה׳","date":"31.12.2024","path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"518298","note":null,"is_beur":null,"beur_num":null,"refference":"2ה׳","date":"31.12.2024","path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"959986","note":null,"is_beur":null,"beur_num":null,"refference":"2ה׳","date":"31.12.2023","path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6915","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","רכוש שוטף","הוצאות מראש"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"18071","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","רכוש שוטף","הוצאות מראש"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2577","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","רכוש שוטף","חייבים שונים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4870","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","רכוש שוטף","חייבים שונים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"538946","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","רכוש שוטף","סך רכוש שוטף"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"971771","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","רכוש שוטף","סך רכוש שוטף"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"269968","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2024","path":["נכסים","רכוש קבוע","עלות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"268170","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2023","path":["נכסים","רכוש קבוע","עלות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"209255","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","רכוש קבוע","בניכוי - פחת שנצבר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"180216","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","רכוש קבוע","בניכוי - פחת שנצבר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"60713","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","רכוש קבוע","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"87854","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","רכוש קבוע","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"599659","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["נכסים","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"10059725","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"54114","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","ספקים והמחאות לפירעון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"22994","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","ספקים והמחאות לפירעון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"163959","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","עובדים ומוסדות בגין שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"153418","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","עובדים ומוסדות בגין שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16380","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","זכאים אחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"47658","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","זכאים אחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"234611","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","סך התחייבויות שוטפות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"223912","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","התחייבויות שוטפות","סך התחייבויות שוטפות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"8384","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד - מעביד, נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד - מעביד, נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"232296","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות בניכוי נכסים נטו","סך התחייבויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"234611","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות בניכוי נכסים נטו","סך התחייבויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(16939)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות","נכסים נטו:","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון מצטבר מפעילות)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"328968","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות","נכסים נטו:","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון מצטבר מפעילות)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"36080","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות","נכסים נטו:","נכסים נטו שקיימת לגביהם הגבלה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"844368","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["התחייבויות","נכסים נטו:","נכסים נטו שקיימת לגביהם הגבלה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"365048","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות","נכסים נטו:","סך נכסים נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"599659","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["התחייבויות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"4085744","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2024","path":["מחזור הפעילויות","תרומות שנתקבלו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4110646","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2023","path":["מחזור הפעילויות","תרומות שנתקבלו"],"currency":"ILS","scale":1,"value_type":"amount"},{"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"},{"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"},{"value":"166773","note":null,"is_beur":null,"beur_num":null,"refference":"9","date":"31.12.2024","path":["עלות הפעילויות","פרויקט השפעה מקומית, כולל שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"856880","note":null,"is_beur":null,"beur_num":null,"refference":"9","date":"31.12.2023","path":["עלות הפעילויות","פרויקט השפעה מקומית, כולל שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"10","date":"31.12.2023","path":["עלות הפעילויות","פרויקט צלול ברשויות, כולל שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"997243","note":null,"is_beur":null,"beur_num":null,"refference":"10","date":"31.12.2024","path":["עלות הפעילויות","פרויקט צלול ברשויות, כולל שכר"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1012309","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["עלות הפעילויות","שכר עבודה והוצאות נלוות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1252365","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["עלות הפעילויות","שכר עבודה והוצאות נלוות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3234968","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["עלות הפעילויות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3453697","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["עלות הפעילויות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"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"},{"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"},{"value":"62491","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["הוצאות הנהלה וכלליות","עלויות גיוס משאבים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"56607","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הוצאות הנהלה וכלליות","עלויות גיוס משאבים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"145021","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"31.12.2024","path":["הוצאות הנהלה וכלליות","אחרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"158638","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"31.12.2023","path":["הוצאות הנהלה וכלליות","אחרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"503921","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["הוצאות הנהלה וכלליות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"529704","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הוצאות הנהלה וכלליות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הפסד הון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(1514)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["הפסד הון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"566","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["הכנסות מימון - נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"5649","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הכנסות מימון - נטו"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"345907","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["הכנסות נטו לשנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"132894","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["הכנסות נטו לשנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(149833)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["גרעון נטו לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(16939)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["גרעון נטו לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(16939)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["נכסים (גרעון) נטו לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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": [ { "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). 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":[{"value":"33","note":null,"is_beur":true,"beur_num":"2","refference":"","date":"31.12.2024","path":["שיעורי הפחת השנתיים","מחשבים"],"currency":null,"scale":1,"value_type":"%"},{"value":"10","note":null,"is_beur":true,"beur_num":"2","refference":"","date":"31.12.2024","path":["שיעורי הפחת השנתיים","שיפורים במושכר"],"currency":null,"scale":1,"value_type":"%"},{"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": [ { "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). 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": [ { "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). 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":[{"value":"128153","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","עלות","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"90904","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","עלות","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"49113","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","עלות","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"268170","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"251466","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6230","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","רהוט וציוד","עלות","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","עלות","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6230","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפור במושכר","עלות","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43803","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(4432)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","עלות","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","עלות","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","עלות","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"269968","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(27099)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","גריעות במשך השנה","עלות","סה״כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"128153","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","עלות","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"92702","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","עלות","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"49113","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","עלות","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"268170","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(4432)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","עלות","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"78534","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","פחת שנצבר","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"83018","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","פחת שנצבר","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"18664","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","פחת שנצבר","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"176075","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"180216","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","יתרה לתחילת השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3373","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","פחת שנצבר","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"23672","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","פחת שנצבר","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"31240","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"31957","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4912","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","פחת שנצבר","תוספות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(2918)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","פחת שנצבר","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(2918)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","פחת שנצבר","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","פחת שנצבר","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(27099)","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","גריעות במשך השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"78989","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","פחת שנצבר","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"106690","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","פחת שנצבר","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"209255","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"23576","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","פחת שנצבר","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"180216","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","פחת שנצבר","יתרה לגמר השנה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"21463","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","מחשבים","יתרה מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"13713","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","ריהוט וציוד","יתרה מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"60713","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","סה״כ","יתרה מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"25537","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["ביאור 4 - רכוש קבוע","שיפורים במושכר","יתרה מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"87954","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["ביאור 4 - רכוש קבוע","סה״כ","יתרה מופחתת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1930880","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["ביאור 5 - הכנסות מתרומות","מצדדים קשורים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2200295","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["ביאור 5 - הכנסות מתרומות","מצדדים קשורים"],"currency":"ILS","scale":1,"value_type":"amount"},{"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"},{"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"},{"value":"-","note":null,"is_beur":true,"beur_num":"5","refference":"10","date":"31.12.2024","path":["ביאור 5 - הכנסות מתרומות","פרוייקט צלול ברשויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"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"},{"value":"1101640","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["ביאור 5 - הכנסות מתרומות","מאחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1112712","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["ביאור 5 - הכנסות מתרומות","מאחרים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4085744","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["ביאור 5 - הכנסות מתרומות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[{"value":"16947","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","שכר דירה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16654","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","שכר דירה"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2656","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","דואר וטלפון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"3986","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","דואר וטלפון"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"37824","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","משרדיות וביטוח"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42209","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","משרדיות וביטוח"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"12643","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","אחזקה ומיסים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"12396","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","אחזקה ומסים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4394","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","פחת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"4544","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","פחת"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"21307","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","שירותים מקצועים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"29952","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","שירותים מקצועים"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"21792","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","טיסות ונסיעות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"21597","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","טיסות ונסיעות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"27751","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","אחרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"27007","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","אחרות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"145021","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2024","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"158638","note":null,"is_beur":true,"beur_num":"7","refference":"","date":"31.12.2023","path":["ביאור 7 - הוצאות הנהלה וכלליות - אחרות","סה\"כ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80943","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2023","path":["ביאור 8 - הוצאות צדדים קשורים","עלות הפעילויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"85404","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2024","path":["ביאור 8 - הוצאות צדדים קשורים","עלות הפעילויות"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"20617","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2023","path":["ביאור 8 - הוצאות צדדים קשורים","הוצאות הנהלה וכלליות"],"currency":"ILS","scale":1,"value_type":"amount"},{"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": [ { "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). 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":[]}