image imagewidth (px) 812 812 | instruction stringclasses 1 value | text stringclasses 10 values |
|---|---|---|
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":"1","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":"851625","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ","ืืืืื ืื ืืฉืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"745384","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ","ืืืืื ืื ืืฉืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"537962","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ","ืืฉืงืขืืช ืื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"322816","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ","ืืฉืงืขืืช ืื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6644","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","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":"1074844","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1389587","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืจืืืฉ","ืจืืืฉ ืฉืืืฃ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"7016757","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2023","path":["ืจืืืฉ","ืืฉืงืขืืช","ืคืงืืื ืืช ืืื ืงืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"40006913","note":null,"is_beur":null,"beur_num":null,"refference":"3","date":"31.12.2024","path":["ืจืืืฉ","ืืฉืงืขืืช","ืคืงืืื ืืช ืืื ืงืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"810066","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2023","path":["ืจืืืฉ","ืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1642248","note":null,"is_beur":null,"beur_num":null,"refference":"4","date":"31.12.2024","path":["ืจืืืฉ","ืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"9216410","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืจืืืฉ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42724005","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืจืืืฉ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"14250","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืืืืืช ืืคืจืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43125","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืืืืืช ืืคืจืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"84159","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืืืื ืืืชืจืืช ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"137754","note":null,"is_beur":null,"beur_num":null,"refference":"5","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืืืื ืืืชืจืืช ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"7864400","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืงืืืืช ืขื-ืืฉืืื ืืืืจืช ืืงืจืงืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"6","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:","ืืงืืืืช ืขื-ืืฉืืื ืืืืจืช ืืงืจืงืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"7962809","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"180879","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืฉืืืคืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"247368","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืืืื ืืจืื -","ืืืื ืกืืื ืืืกื ืขืืื-ืืขืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"247368","note":null,"is_beur":null,"beur_num":null,"refference":"7","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ืืชืืืืืืืืช ืืืื ืืจืื -","ืืืื ืกืืื ืืืกื ืขืืื-ืืขืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 464,404)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืื ืืืขืื ืข\"ื ืืืกืืืช ืืืื\"ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(1537213)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืื ืืืขืื ืข\"ื ืืืกืืืช ืืืื\"ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"660571","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืืืขืื ืข\"ื ืืืกืืืช ืืืื\"ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42190723","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืืืขืื ืข\"ื ืืืกืืืช ืืืื\"ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"810066","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1642248","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1006233","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42295758","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื","ื ืืกืื ื ืื:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"9216410","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืืืืืช ืื ืืกืื ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42724005","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":"4","type":"other","title":"ืืืืืช ืขื ืืคืขืืืืืืช"},"facts":[{"value":"1200704","note":null,"is_beur":false,"beur_num":null,"refference":"8","date":"31.12.2023","path":["ืืืืืจ ืืคืขืืืืืืช:","ืืงืฆืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1182689","note":null,"is_beur":false,"beur_num":null,"refference":"8","date":"31.12.2024","path":["ืืืืืจ ืืคืขืืืืืืช:","ืืงืฆืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"864227","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืืจ ืืคืขืืืืืืช:","ืฉืืจ ืืืืื ืืืฉืชืชืคืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"929884","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืืจ ืืคืขืืืืืืช:","ืฉืืจ ืืืืื ืืืฉืชืชืคืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"614831","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืืจ ืืคืขืืืืืืช:","ืชืจืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"411371","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืืจ ืืคืขืืืืืืช:","ืชืจืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2679762","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืืจ ืืคืขืืืืืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2523944","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืืจ ืืคืขืืืืืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"919976","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืฉืืืจืืช ืืชืืกืคืืช ืกืืฆืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"795690","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืฉืืืจืืช ืืชืืกืคืืช ืกืืฆืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"849868","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืืช ืืืืจืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"754895","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืืช ืืืืจืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"448860","note":null,"is_beur":false,"beur_num":null,"refference":"9","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืืช ืชืืืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"471840","note":null,"is_beur":false,"beur_num":null,"refference":"9","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืืช ืชืืืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"243092","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืงืช ืืื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"186727","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืืงืช ืืื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"22586","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืจืืขืื ืืื ืกืื ืืืจืชืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"20755","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืืจืืขืื ืืื ืกืื ืืืจืชืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"28663","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืืกืขืืช ืชืืืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"48392","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืืกืขืืช ืชืืืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"17069","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:","ืคืืช ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16030","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:","ืคืืช ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2530114","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืขืืืช ืืคืขืืืืืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2294329","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืขืืืช ืืคืขืืืืืืช:"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"149648","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืื ืกืืช ื ืื ืืคืขืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"229615","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืื ืกืืช ื ืื ืืคืขืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"290228","note":null,"is_beur":false,"beur_num":null,"refference":"10","date":"31.12.2023","path":["ืืืฆืืืช ืื ืืื ืืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"489126","note":null,"is_beur":false,"beur_num":null,"refference":"10","date":"31.12.2024","path":["ืืืฆืืืช ืื ืืื ืืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 140,580 )","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":[],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 259,511 )","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":[],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"98807","note":null,"is_beur":false,"beur_num":null,"refference":"11","date":"31.12.2023","path":["ืืื ืกืืช ืืืืื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"18884","note":null,"is_beur":false,"beur_num":null,"refference":"11","date":"31.12.2024","path":["ืืื ืกืืช ืืืืื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 41,773 )","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":[],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 240,627 )","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":[],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"85099","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืฆืืืช ืืืจืืช, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืฆืืืช ืืืจืืช, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 240,627 )","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืื ืกืืช (ืืืฆืืืช) ื ืื ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43326","note":null,"is_beur":false,"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":"5","type":"cash_flow","title":"ืืืืืช ืขื ืชืืจืืื ืืืืื ืื"},"facts":[{"value":"43326","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืื ืกืืช (ืืืฆืืืช) ื ืื ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 240,627)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืื ืกืืช (ืืืฆืืืช) ื ืื ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 74,279)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช (ืจืื ืืืื)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"53905","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช (ืจืื ืืืื)"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 30,953)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 186,722)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืฉืืืคืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"327","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืชืืืจื ืืืืืจืช ื ืืืจืืช ืขืจื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"253097","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืชืืืจื ืืืืืจืช ื ืืืจืืช ืขืจื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"7864400","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืชืืืจื ืืืืืจืช ืืงืจืงืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"32667923","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืชืืืจื ืืืืืจืช ืืงืจืงืขืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(7016757)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืืฉืงืขื ืืคืืงืืื ืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 31,992,327)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืืฉืงืขื ืืคืืงืืื ืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 848,212)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืจืืืฉืช ืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 286,449)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื","ืจืืืฉืช ืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80481","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"561521","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืชืืจืืื ืืืืื ืื ืืคืขืืืืช ืืฉืงืขื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"530568","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 106,241)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"321057","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืชืจืช ืืืืื ืื ืืฉืืื ืืืืื ืื ืืชืืืืช ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"851625","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืชืจืช ืืืืื ืื ืืฉืืื ืืืืื ืื ืืชืืืืช ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"851625","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืชืจืช ืืืืื ืื ืืฉืืื ืืืืื ืื ืืกืืฃ ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"745384","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืืืื (ืงืืืื) ืืืืืื ืื ืืฉืืื ืืืืื ืื","ืืชืจืช ืืืืื ืื ืืฉืืื ืืืืื ืื ืืกืืฃ ืืฉื ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"17068","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื","ืคืืช ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16030","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื","ืคืืช ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 31,369)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื","ืจืืื ืืืืืืฉ ืืืชืืืช ืขืจื ื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 37,951)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื","ืจืืื ืืืืืืฉ ืืืชืืืช ืขืจื ื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 14,301)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 21,921)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืืืฆืืืช (ืืื ืกืืช) ืฉืืื ื ืืจืืืืช ืืชืืจืืื ืืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช","ืืืืื ืืืืืืื ืืืชืจืืช ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 6,644)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช","ืืืืื ืืืืืืื ืืืชืจืืช ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 59,978)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช","ืืืืื (ืงืืืื) ืืืืืื ืืืชืจืืช ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"82470","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช","ืืืืื (ืงืืืื) ืืืืืื ืืืชืจืืช ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 59,978)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"75826","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2024","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช","ืฉืื ืืืื ืืกืขืืคื ืจืืืฉ ืืืชืืืืืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 74,279)","note":null,"is_beur":false,"beur_num":null,"refference":"","date":"31.12.2023","path":["ืืชืืืืช ืืืจืืฉืืช ืืื ืืืฆืื ืืช ืชืืจืืื ืืืืืื ืื ืืคืขืืืืช ืฉืืืคืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"53905","note":null,"is_beur":false,"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":"profits","title":"ืืื ืขื ืืฉืื ืืืื ืื ืืกืื ื ืื ืฉืื ืงืืืืช ืืืืืื ืืืืื"},"facts":[{"value":"962907","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-01-01","path":["ืืชืจื ืืืื 1 ืืื ืืืจ 2023","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"540685","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-01-01","path":["ืืชืจื ืืืื 1 ืืื ืืืจ 2023","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"660571","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-01-01","path":["ืืชืจื ืืืื 1 ืืื ืืืจ 2023","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 238,349 )","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-01-01","path":["ืืชืจื ืืืื 1 ืืื ืืืจ 2023","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43326","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืื ืกืืช ื ืื ืืฉื ื","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43326","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืื ืกืืช ื ืื ืืฉื ื","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืื ืกืืช ื ืื ืืฉื ื","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืื ืกืืช ื ืื ืืฉื ื","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"286449","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 286,449 )","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 17,068)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"17068","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2023:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1006233","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2023","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"810066","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2023","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"660571","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2023","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 464,404 )","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2023-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2023","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 240,627)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืืฆืืืช ื ืื ืืฉื ื","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 240,627)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืืฆืืืช ื ืื ืืฉื ื","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืืฆืืืช ื ืื ืืฉื ื","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืืฆืืืช ื ืื ืืฉื ื","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"40532323","note":null,"is_beur":null,"beur_num":null,"refference":"ืืืืจ 1ื.","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืชืงืืื ืืืืขืื ืืจืืืฉืช ืจืืืฉ ืงืืืข (ืจืื ืืืืจ 1ื.)","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"40532323","note":null,"is_beur":null,"beur_num":null,"refference":"ืืืืจ 1ื.","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืชืงืืื ืืืืขืื ืืจืืืฉืช ืจืืืฉ ืงืืืข (ืจืื ืืืืจ 1ื.)","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"ืืืืจ 1ื.","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืชืงืืื ืืืืขืื ืืจืืืฉืช ืจืืืฉ ืงืืืข (ืจืื ืืืืจ 1ื.)","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"ืืืืจ 1ื.","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืชืงืืื ืืืืขืื ืืจืืืฉืช ืจืืืฉ ืงืืืข (ืจืื ืืืืจ 1ื.)","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"997829","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืื ืกืืช ืืืืื ืฉื ืฆืืจื ืืคืงืืื ืืช ืืื ืง","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"997829","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืื ืกืืช ืืืืื ืฉื ืฆืืจื ืืคืงืืื ืืช ืืื ืง","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืื ืกืืช ืืืืื ืฉื ืฆืืจื ืืคืงืืื ืืช ืืื ืง","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืื ืกืืช ืืืืื ืฉื ืฆืืจื ืืคืงืืื ืืช ืืื ืง","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"848212","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 848,212 )","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืืขืืจืช ืกืืืืื ืืจืืืฉืช ืจืืืฉ ืงืืืข","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"( 16,030)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16030","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024","path":["ืฉืื ืืืื ืืืืื ืฉื ืช 2024:","ืกืืืืื ืฉืืืขืื ืืืืกืื ืืืฆืืืช ืคืืช","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42295758","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2024","ืกื''ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1642248","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2024","ืฉืฉืืืฉื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"42190723","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2024","ืฉืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ ืืืฉืงืขื ืืจืืืฉ ืงืืืข"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(1537213)","note":null,"is_beur":null,"beur_num":null,"refference":"","date":"2024-12-31","path":["ืืชืจื ืืืื 31 ืืืฆืืืจ 2024","ืืฉืืืืฉ ืืคืขืืืืืืช ืฉืื ืืืขืื ืข''ื ืืืกืืืช ืืืื''ืจ"],"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":"4","note":null,"is_beur":true,"beur_num":"2","refference":"","date":null,"path":["2. ืขืืงืจื ืืืืื ืืืช ืืืฉืืื ืืืช","ื. ืจืืืฉ ืงืืืข","(2) ืคืืช ืืืจืืืฉ ืืงืืืข ืืืืฉื ืืฉืืืช ืืงื ืืืฉืจ ืืฉืืขืืจืื ืืฉื ืชืืื ืืืืื","ืืื ื"],"currency":null,"scale":null,"value_type":"%"},{"value":"7-10","note":null,"is_beur":true,"beur_num":"2","refference":"","date":null,"path":["2. ืขืืงืจื ืืืืื ืืืช ืืืฉืืื ืืืช","ื. ืจืืืฉ ืงืืืข","(2) ืคืืช ืืืจืืืฉ ืืงืืืข ืืืืฉื ืืฉืืืช ืืงื ืืืฉืจ ืืฉืืขืืจืื ืืฉื ืชืืื ืืืืื","ืจืืืื ืืฆืืื"],"currency":null,"scale":null,"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":"8","type":"notes","title":"ืืืืืจืื ืืืืืืช ืืืกืคืืื"},"facts":[{"value":"1214744","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืืื ื","ืคืืช ืฉื ืฆืืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1299782","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืืื ื","ืขืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"85038","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืืื ื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"86974","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืืื ื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"276813","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืจืืืื ืืฆืืื","ืคืืช ืฉื ืฆืืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"475416","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืจืืืื ืืฆืืื","ืขืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"198603","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืจืืืื ืืฆืืื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"140060","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืจืืืื ืืฆืืื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1491557","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื","ืคืืช ืฉื ืฆืืจ"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1775198","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื","ืขืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"283641","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"227034","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1358607","note":null,"is_beur":true,"beur_num":"4","refference":"ื. ืืืื","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืชืฉืืืืื ืขื-ืืฉืืื ืืื ื ืืชืื ืื (ื. ืืืื)","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"583032","note":null,"is_beur":true,"beur_num":"4","refference":"ื. ืืืื","date":"31.12.2023","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืชืฉืืืืื ืขื-ืืฉืืื ืืื ื ืืชืื ืื (ื. ืืืื)","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1642248","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2024","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื ืจืืืฉ ืงืืืข","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"810066","note":null,"is_beur":true,"beur_num":"4","refference":"","date":"31.12.2023","path":["4. ืจืืืฉ ืงืืืข","ื. ืืจืื","ืกื\"ื ืจืืืฉ ืงืืืข","ืขืืืช ืืืคืืชืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"40447","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืกืคืงืื ืื ืืชื ื ืฉืืจืืชืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"61907","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืกืคืงืื ืื ืืชื ื ืฉืืจืืชืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"25000","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืืขืื ืื ืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืืขืื ืื ืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"43712","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืฉืืจ ืื ืืืืช ืืฉืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"50847","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืฉืืจ ืื ืืืืช ืืฉืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"84159","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2023","path":["5. ืืืืื ืืืชืจืืช ืืืืช","ืืจืื :","ืกื\"ื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"137754","note":null,"is_beur":true,"beur_num":"5","refference":"","date":"31.12.2024","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":"990027","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2024","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื","ืืืฉืจื ืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"973336","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2023","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื","ืืืฉืจื ืืืื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"227368","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2023","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื","ืืืฉืจื ืืืื ืื - ืืืกืืืช ืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"192662","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2024","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื","ืืืฉืจื ืืืื ืื - ืืืกืืืช ืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1200704","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2023","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"1182689","note":null,"is_beur":true,"beur_num":"8","refference":"","date":"31.12.2024","path":["8. ืืงืฆืืืช ืืชืืืืืช","ืืจืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"81529","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2023","path":["9. ืืืืืช ืชืืืืืื","ืืจืื","ืืฉืืืจืืช ืื ืืืืช ืืขืืืื ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"81990","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2024","path":["9. ืืืืืช ืชืืืืืื","ืืจืื","ืืฉืืืจืืช ืื ืืืืช ืืขืืืื ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"367331","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2023","path":["9. ืืืืืช ืชืืืืืื","ืืจืื","ืงื ืืืช ืืืื ืืืื ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"389850","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2024","path":["9. ืืืืืช ืชืืืืืื","ืืจืื","ืงื ืืืช ืืืื ืืืื ืืืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"448860","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2023","path":["9. ืืืืืช ืชืืืืืื","ืืจืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"471840","note":null,"is_beur":true,"beur_num":"9","refference":"","date":"31.12.2024","path":["9. ืืืืืช ืชืืืืืื","ืืจืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"217349","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืฉืืืจืืช ืื ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"382675","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืฉืืืจืืช ืื ืืืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"51728","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืฉืืจ ืืงืฆืืขื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"80212","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืฉืืจ ืืงืฆืืขื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"6533","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืืคืื ืืชืงืฉืืจืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"7093","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืืคืื ืืชืงืฉืืจืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"12203","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืฉืจืืืืช ืื ืกืืขืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"16484","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืฉืจืืืืช ืื ืกืืขืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2415","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืืจืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"2662","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื","ืืืจืืช"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"290228","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2023","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"489126","note":null,"is_beur":true,"beur_num":"10","refference":"","date":"31.12.2024","path":["10. ืืืฆืืืช ืื ืืื ืืืืืืืช","ืืจืื"],"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":[{"value":"84155","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2023","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืืช ืืคืงืืื ืืช ืืื ืง"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"-","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2022","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืืช ืืคืงืืื ืืช ืืื ืง"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"31369","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2023","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืื ืืืืืืฉ ืืืชืืืช ืขืจื ื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"37951","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2022","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืื ืืืืืืฉ ืืืชืืืช ืขืจื ื ืืืจืืช ืขืจื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(16717)","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2023","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืืืช ืืขืืืืช ืื ืง"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"(19067)","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2022","path":["ืืื ืกืืช ืืืืื, ื ืื","ืจืืืืช ืืขืืืืช ืื ืง"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"98807","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2023","path":["ืืื ืกืืช ืืืืื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"},{"value":"18884","note":null,"is_beur":true,"beur_num":"11","refference":"","date":"31.12.2022","path":["ืืื ืกืืช ืืืืื, ื ืื"],"currency":"ILS","scale":1,"value_type":"amount"}]} |
README.md exists but content is empty.
- Downloads last month
- 16