image imagewidth (px) 840 952 | system stringclasses 1 value | instruction stringclasses 1 value | text stringlengths 143 28.3k |
|---|---|---|---|
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"73655","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,288,52,13]},{"value":"129928","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,286,47,13]},{"value":"524076","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,304,52,13]},{"value":"484069","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,303,47,13]},{"value":"597731","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,326,52,13]},{"value":"613997","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,327,47,13]},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,358,52,13]},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,358,47,13]},{"value":"702173","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,399,52,13]},{"value":"733248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,399,47,13]},{"value":"692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,497,22,14]},{"value":"3568","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[135,497,37,13]},{"value":"511790","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,513,51,13]},{"value":"518614","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,513,47,13]},{"value":"512482","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[235,544,47,13]},{"value":"522182","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,544,47,13]},{"value":"5950","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,607,35,13]},{"value":"5950","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[138,607,36,13]},{"value":"518432","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[235,654,48,16]},{"value":"528132","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,653,47,14]},{"value":"79299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,747,49,13]},{"value":"85865","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,747,48,13]},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,764,49,13]},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,764,48,13]},{"value":"183741","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ נכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,796,49,13]},{"value":"205116","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ נכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,796,48,13]},{"value":"702173","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,837,49,13]},{"value":"733248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,837,48,13]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"952249","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[206,242,54,13]},{"value":"948278","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[110,242,50,14]},{"value":"768697","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,276,50,14]},{"value":"690550","comment_ref":"מוין מחדש.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[101,275,59,16]},{"value":"183552","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[212,308,46,15]},{"value":"257728","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[111,309,47,16]},{"value":"203469","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,343,48,13]},{"value":"195241","comment_ref":"מוין מחדש.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[99,343,61,13]},{"value":"(19917)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[214,376,50,15]},{"value":"62487","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,377,40,17]},{"value":"1458","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,411,32,14]},{"value":"1868","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,412,33,15]},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות (גרעון) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,443,46,15]},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות (גרעון) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,446,41,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחת על השינויים בנכסים נטו"},"facts":[{"value":"9750","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[335,260,37,13]},{"value":"134747","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,258,47,15]},{"value":"144497","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,258,44,17]},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[327,292,43,15]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,296,10,9]},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[130,293,42,16]},{"value":"(4280)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[329,361,41,14]},{"value":"4280","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[236,362,34,13]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,363,10,10]},{"value":"19776","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[330,394,41,14]},{"value":"(19776)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[223,395,47,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,396,9,8]},{"value":"85865","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[330,428,38,14]},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[221,427,50,14]},{"value":"205116","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,427,47,14]},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[322,461,51,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[267,463,6,8]},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,462,48,14]},{"value":"(3954)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[329,529,42,14]},{"value":"3954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[239,529,33,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[166,531,8,7]},{"value":"18763","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[330,562,41,14]},{"value":"(18763)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,562,48,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[167,565,8,6]},{"value":"79299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[329,595,43,15]},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,596,46,14]},{"value":"183741","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,596,47,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"6-7","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","רהוט וציוד משרדי"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[262,341,24,15]},{"value":"15-33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","מחשבים וציוד היקפי"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[258,357,33,15]},{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","שיפורים במושכר"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[269,375,12,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"524076","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[219,260,47,13]},{"value":"484069","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,258,47,17]},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,497,47,18]},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,497,44,18]},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,498,43,14]},{"value":"312101","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,497,49,18]},{"value":"3954","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[430,515,37,18]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[360,515,14,11]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[251,517,12,10]},{"value":"3954","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,515,37,18]},{"value":"171899","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[417,548,47,14]},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,548,44,14]},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,548,42,14]},{"value":"316055","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,548,49,14]},{"value":"122644","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,598,47,14]},{"value":"41163","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,598,44,14]},{"value":"29043","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,598,42,14]},{"value":"192850","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,597,52,15]},{"value":"10371","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[425,616,42,14]},{"value":"4652","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,616,36,14]},{"value":"3740","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[221,616,36,14]},{"value":"18763","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[113,616,42,14]},{"value":"133015","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,649,47,14]},{"value":"45815","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,648,44,14]},{"value":"32783","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[214,649,42,14]},{"value":"211613","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[106,648,49,15]},{"value":"38884","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[424,690,42,14]},{"value":"4842","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[333,690,35,16]},{"value":"60716","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,690,42,15]},{"value":"104442","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,690,49,13]},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,771,47,17]},{"value":"46377","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,771,44,13]},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,769,42,15]},{"value":"307821","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[109,772,49,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[459,792,11,8]},{"value":"4280","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,791,36,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,792,9,10]},{"value":"4280","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[120,789,37,14]},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,824,47,13]},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,825,44,12]},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,823,42,14]},{"value":"312101","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,824,49,13]},{"value":"110934","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,871,48,16]},{"value":"36837","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,871,45,16]},{"value":"25303","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,871,43,16]},{"value":"173074","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,871,50,16]},{"value":"11710","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[425,889,43,16]},{"value":"4326","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[333,889,37,16]},{"value":"3740","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[222,889,37,16]},{"value":"19776","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[113,889,44,16]},{"value":"122644","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[417,922,47,16]},{"value":"41163","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[322,923,44,16]},{"value":"29043","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,922,42,16]},{"value":"192850","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,922,49,16]},{"value":"45301","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[425,966,42,14]},{"value":"9494","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,965,36,15]},{"value":"64456","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[213,966,42,14]},{"value":"119251","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[109,962,47,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"156","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[243,256,22,12]},{"value":"1268","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,256,33,12]},{"value":"536","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[242,274,23,12]},{"value":"2300","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[134,274,33,13]},{"value":"692","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[243,305,21,15]},{"value":"3568","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,307,32,13]},{"value":"33446","comment_ref":"כולל הפרשה לחופשה","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות לעובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,430,44,12]},{"value":"33288","comment_ref":"כולל הפרשה לחופשה","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות לעובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,428,40,14]},{"value":"8161","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,444,32,15]},{"value":"9176","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,445,34,14]},{"value":"450123","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[219,462,47,13]},{"value":"461990","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,462,47,14]},{"value":"20060","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,478,41,14]},{"value":"14160","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,478,39,13]},{"value":"511790","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[218,501,48,15]},{"value":"518614","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[117,502,48,13]},{"value":"96672","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","התחייבויות בשל סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,690,40,15]},{"value":"96672","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","התחייבויות בשל סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,691,42,14]},{"value":"90722","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","בניכוי - יעודה שהופקדה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[227,707,39,14]},{"value":"90722","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","בניכוי - יעודה שהופקדה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,708,42,13]},{"value":"5950","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,740,34,13]},{"value":"5950","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,740,36,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"687492","comment_ref":"באמצעות מכללת אורנים, ראה ביאור 11","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":"11","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מדמי חבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[217,275,49,14]},{"value":"693645","comment_ref":"באמצעות מכללת אורנים, ראה ביאור 11","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":"11","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מדמי חבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[119,276,47,13]},{"value":"173785","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מאירועים, חסויות ושונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[218,292,48,14]},{"value":"157169","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מאירועים, חסויות ושונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[119,292,48,14]},{"value":"62585","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות ממתן שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,308,39,13]},{"value":"65544","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות ממתן שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[127,307,40,14]},{"value":"28387","comment_ref":"הכנסות מהקצבות הן כספי תמיכה אשר התאחדות הסטודנטים בישראל מעבירה לאגודת הסטודנטים כתוצאה מחלוקת דיבידנד מחברת איסת״א.","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מהקצבות*"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,323,40,14]},{"value":"31920","comment_ref":"הכנסות מהקצבות הן כספי תמיכה אשר התאחדות הסטודנטים בישראל מעבירה לאגודת הסטודנטים כתוצאה מחלוקת דיבידנד מחברת איסת״א.","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מהקצבות*"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,323,41,13]},{"value":"952249","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[219,356,47,14]},{"value":"948278","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[119,358,47,13]},{"value":"304636","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[218,561,48,12]},{"value":"279064","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,562,48,13]},{"value":"72891","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,579,43,11]},{"value":"105847","comment_ref":"מוין מחדש","note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[107,579,59,13]},{"value":"347275","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["אירועים והפקות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[218,595,49,11]},{"value":"262658","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["אירועים והפקות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,595,48,13]},{"value":"10971","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מלגות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,613,42,11]},{"value":"11000","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מלגות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[129,613,37,13]},{"value":"9668","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["פרסום ואחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,628,34,12]},{"value":"6844","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["פרסום ואחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,628,34,13]},{"value":"4493","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,646,34,11]},{"value":"5361","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,645,33,13]},{"value":"18763","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,660,42,12]},{"value":"19776","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[127,660,41,12]},{"value":"768697","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[220,693,48,16]},{"value":"690550","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[120,693,48,16]},{"value":"121507","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[221,861,47,15]},{"value":"110450","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,862,50,14]},{"value":"4962","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[235,877,30,14]},{"value":"5811","comment_ref":"מוין מחדש","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,878,44,14]},{"value":"68142","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שרותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[227,893,40,14]},{"value":"68710","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שרותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[128,894,40,13]},{"value":"4493","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,910,32,14]},{"value":"5361","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[136,911,32,13]},{"value":"1608","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,927,31,13]},{"value":"1291","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[136,927,32,14]},{"value":"2757","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["כיבודים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,943,32,13]},{"value":"2718","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["כיבודים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[136,943,32,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,959,9,12]},{"value":"900","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[146,960,22,12]},{"value":"203469","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[219,993,48,14]},{"value":"195241","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[121,993,48,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"687492","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות","דמי חבר באמצעות מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[216,308,52,15]},{"value":"693645","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות","דמי חבר באמצעות מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[119,310,49,16]},{"value":"96386","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות","השתתפות של מכללת אורנים בהוצאות שוטפות של אגודת הסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[221,358,51,18]},{"value":"73952","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות","השתתפות של מכללת אורנים בהוצאות שוטפות של אגודת הסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,358,39,18]},{"value":"524076","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרות","יתרות לחובת מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[217,501,51,16]},{"value":"484069","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרות","יתרות לחובת מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,502,53,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"title","statement_type":null,"title":"מידע כספי נפרד"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"declaration","statement_type":"auditors_report","title":"דוח מיוחד של רואה החשבון המבקר על מידע כספי נפרד"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"נתונים על המצב הכספי"},"facts":[{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,313,13,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[133,317,11,8]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[220,333,9,10]},{"value":"205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[116,331,26,13]},{"value":"31814","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חלויות שוטפות של הלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[179,346,47,18]},{"value":"30003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חלויות שוטפות של הלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[93,347,48,17]},{"value":"2923","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,364,38,18]},{"value":"1997","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,365,39,17]},{"value":"34739","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[179,382,48,18]},{"value":"32205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[94,383,48,17]},{"value":"257474","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","השקעות והלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[171,436,57,15]},{"value":"203783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","השקעות והלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[87,437,55,16]},{"value":"5390","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","רכוש קבוע על בסיס שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[190,456,37,15]},{"value":"5391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","רכוש קבוע על בסיס שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,456,38,16]},{"value":"262864","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[171,474,57,15]},{"value":"209174","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[87,475,56,15]},{"value":"297603","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[170,497,59,15]},{"value":"241379","comment_ref":"cc","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[86,498,56,15]},{"value":"26090","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","חלויות שוטפות בגין אגרות חוב (סדרה 4)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,586,46,13]},{"value":"25952","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","חלויות שוטפות בגין אגרות חוב (סדרה 4)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,586,46,13]},{"value":"15","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירותים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[212,603,14,13]},{"value":"10","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירותים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,603,16,13]},{"value":"1454","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[191,622,35,13]},{"value":"1359","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[105,622,37,14]},{"value":"450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","הפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[203,639,24,15]},{"value":"460","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","הפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[116,640,26,13]},{"value":"28009","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,657,47,14]},{"value":"27781","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[94,657,49,14]},{"value":"84917","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,711,45,13]},{"value":"51904","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,711,46,13]},{"value":"1053","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","מיסים נדחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[191,729,36,14]},{"value":"506","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","מיסים נדחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[115,730,27,13]},{"value":"239","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[201,747,26,15]},{"value":"262","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[117,748,25,13]},{"value":"86209","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,766,45,15]},{"value":"52672","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[94,764,48,17]},{"value":"114218","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[176,789,51,14]},{"value":"80453","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[97,789,45,14]},{"value":"183385","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[173,827,53,14]},{"value":"160926","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[89,827,53,15]},{"value":"297603","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[171,852,56,14]},{"value":"241379","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[87,851,54,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"4","page_type":"statements","statement_type":"income_statement","title":"נתונים על הרווח הכולל"},"facts":[{"value":"13639","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,217,47,13]},{"value":"15871","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[180,216,46,15]},{"value":"12976","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[95,216,48,14]},{"value":"(10044)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[253,235,59,14]},{"value":"(10339)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[176,235,55,14]},{"value":"(8746)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,235,48,14]},{"value":"3595","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[267,269,40,18]},{"value":"5532","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[186,269,40,18]},{"value":"4230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[105,269,37,18]},{"value":"(1016)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[264,305,47,15]},{"value":"(998)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[195,304,37,17]},{"value":"(1173)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,303,48,17]},{"value":"2579","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,340,39,18]},{"value":"4534","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,341,37,14]},{"value":"3057","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[102,342,37,15]},{"value":"5111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,377,37,16]},{"value":"6816","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,377,37,16]},{"value":"8778","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,378,37,15]},{"value":"(7632)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[264,395,45,17]},{"value":"(5826)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,396,46,15]},{"value":"(11614)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[90,396,56,16]},{"value":"(2521)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[262,432,48,19]},{"value":"990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[201,432,26,14]},{"value":"(2836)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[99,431,46,17]},{"value":"58","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[288,473,19,16]},{"value":"5524","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,475,37,14]},{"value":"221","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[116,473,22,18]},{"value":"(443)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[275,508,37,19]},{"value":"(1013)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,507,48,19]},{"value":"110","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[115,508,27,16]},{"value":"(385)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[271,545,37,17]},{"value":"4511","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[188,546,38,15]},{"value":"331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[116,546,25,15]},{"value":"26655","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,580,48,15]},{"value":"7443","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,578,37,18]},{"value":"17548","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,579,47,16]},{"value":"26270","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,615,47,16]},{"value":"11954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,617,48,15]},{"value":"17879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,616,48,16]},{"value":"(4503)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[264,703,47,19]},{"value":"(2889)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,700,48,19]},{"value":"(2010)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[97,701,49,21]},{"value":"392","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[282,722,24,16]},{"value":"1165","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[185,719,42,18]},{"value":"1111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[105,719,37,18]},{"value":"(4111)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[264,741,48,17]},{"value":"(1724)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,741,47,19]},{"value":"(899)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[110,741,35,17]},{"value":"22159","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,783,47,15]},{"value":"10230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[180,784,50,14]},{"value":"16980","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,784,48,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"5","page_type":"statements","statement_type":"cash_flow_statement","title":"נתונים על תזרימי המזומנים"},"facts":[{"value":"26270","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,231,45,18]},{"value":"11954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,234,45,16]},{"value":"17879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,233,45,16]},{"value":"(25660)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[255,268,56,16]},{"value":"(4643)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,268,47,17]},{"value":"(19004)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[90,267,55,19]},{"value":"610","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[280,289,26,14]},{"value":"7311","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,289,34,13]},{"value":"(1125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[99,288,45,17]},{"value":"(55)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[280,374,31,19]},{"value":"(33)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[203,375,27,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[133,378,10,10]},{"value":"(32590)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,393,57,19]},{"value":"19465","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,393,45,18]},{"value":"27498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[95,393,45,18]},{"value":"(32645)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,409,57,19]},{"value":"19432","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,410,45,19]},{"value":"27498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[96,411,45,18]},{"value":"(26608)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,500,57,17]},{"value":"(26744)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[174,500,58,19]},{"value":"(26373)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[89,500,59,19]},{"value":"58645","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,518,47,15]},{"value":"-","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[217,522,10,9]},{"value":"-","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[133,522,11,10]},{"value":"32037","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,537,45,16]},{"value":"(26744)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[175,537,56,17]},{"value":"(26373)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[91,536,53,17]},{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[295,578,13,17]},{"value":"(1)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[209,578,21,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,583,11,11]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[298,617,11,10]},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[215,614,11,16]},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,615,7,18]},{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[295,652,13,13]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[217,655,11,10]},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,648,7,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"6","page_type":"statements","statement_type":"cash_flow_statement","title":"נתונים על תזרימי המזומנים"},"facts":[{"value":"(26655)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[253,316,58,20]},{"value":"(7443)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,316,46,20]},{"value":"(17548)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[89,316,54,20]},{"value":"443","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[279,337,29,15]},{"value":"1013","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[190,335,35,18]},{"value":"(110)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[106,335,40,20]},{"value":"448","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,354,28,13]},{"value":"427","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[201,354,26,14]},{"value":"339","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[115,354,34,17]},{"value":"1114","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[270,372,36,17]},{"value":"1866","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[190,371,35,18]},{"value":"4689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[102,372,41,16]},{"value":"(23)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[284,387,29,19]},{"value":"4","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[215,390,13,15]},{"value":"(141)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[107,388,39,17]},{"value":"(356)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[273,406,39,19]},{"value":"(692)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[196,406,34,16]},{"value":"(4542)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,406,50,20]},{"value":"(25029)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[255,442,53,17]},{"value":"(4825)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,442,46,17]},{"value":"(17313)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[89,443,59,20]},{"value":"205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[280,513,28,15]},{"value":"(205)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[193,513,36,20]},{"value":"15","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[124,513,16,14]},{"value":"100","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[281,531,27,14]},{"value":"(504)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[194,531,35,20]},{"value":"(361)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[109,531,34,20]},{"value":"(926)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[276,548,36,19]},{"value":"839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[201,548,29,15]},{"value":"(1368)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[97,548,46,20]},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[279,565,34,19]},{"value":"52","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[209,565,22,15]},{"value":"23","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,565,23,14]},{"value":"(631)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[276,584,36,19]},{"value":"182","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[203,584,27,14]},{"value":"(1691)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,583,44,19]},{"value":"(25660)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[253,626,56,20]},{"value":"(4643)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,626,50,20]},{"value":"(19004)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[91,626,53,20]},{"value":"4771","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[272,700,39,20]},{"value":"4412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[185,700,40,20]},{"value":"4235","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,700,42,20]},{"value":"4771","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[272,736,39,20]},{"value":"4412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[185,736,40,20]},{"value":"4235","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,736,42,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"271","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","נכס מס בגין הפסדים לצרכי מס","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[196,471,27,15]},{"value":"825","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","נכס מס בגין הפסדים לצרכי מס","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,472,26,17]},{"value":"(1387)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","עתודה למס בגין רכוש קבוע","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,488,48,19]},{"value":"(1399)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","עתודה למס בגין רכוש קבוע","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[97,489,48,17]},{"value":"63","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","הפרשים בעיתוי הוצאות והכנסות","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[203,505,20,16]},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","הפרשים בעיתוי הוצאות והכנסות","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[123,508,18,15]},{"value":"(1053)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","יתרה ליום 31 בדצמבר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[179,525,51,18]},{"value":"(506)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","יתרה ליום 31 בדצמבר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[108,527,36,17]},{"value":"1","comment_ref":"כ-1 מיליון ש\"ח","note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הפסדים וניכויים לצרכי מס להעברה לשנים הבאות","הפסדים לצרכי מס המועברים לשנים הבאות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual","bbox":[230,684,21,17]},{"value":"109490","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הלוואות שהועמדו לחברות מוחזקות","יתרת הלוואה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[168,839,50,17]},{"value":"33194","comment_ref":"כ-33,194 אלפי ש\"ח","note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הלוואות שהועמדו לחברות מוחזקות","יתרת הלוואה צמודת דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[92,873,43,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"237","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ערבויות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual","bbox":[240,235,27,14]},{"value":"186","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ערבויות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual","bbox":[657,252,27,13]},{"value":"3492","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[225,321,39,14]},{"value":"6813","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[121,321,37,14]},{"value":"8778","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[674,338,36,13]},{"value":"13639","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,578,47,15]},{"value":"15871","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,579,47,13]},{"value":"12976","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[98,580,44,13]},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[276,617,37,15]},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[195,616,34,16]},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[111,617,33,15]},{"value":"(380)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[275,655,36,15]},{"value":"(247)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[196,655,33,17]},{"value":"(274)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[111,654,33,17]},{"value":"28484","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[473,914,45,15]},{"value":"27234","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנתיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[393,914,47,15]},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","3 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[341,918,16,14]},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","4 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,917,16,14]},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","מעל 5 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,917,16,14]},{"value":"55718","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[51,916,45,14]},{"value":"3330","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[479,954,39,16]},{"value":"3330","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנתיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[401,956,39,12]},{"value":"17914","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","3 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[313,953,47,16]},{"value":"17081","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","4 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[228,955,46,14]},{"value":"31665","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","מעל 5 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[153,955,47,14]},{"value":"73320","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[51,955,45,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"53078","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[343,337,49,14]},{"value":"79215","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[259,337,49,14]},{"value":"53858","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[176,337,49,14]},{"value":"81000","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[93,337,49,14]},{"value":"59384","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[338,376,50,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[300,379,7,7]},{"value":"61980","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[178,375,44,14]},{"value":"-","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[134,379,7,7]},{"value":"77676","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[507,644,48,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[461,646,11,14]},{"value":"17752","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע חוץ","דולר"],"path_source":"observed","currency":"USD","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[343,644,44,14]},{"value":"15442","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע חוץ","יורו"],"path_source":"observed","currency":"EUR","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,644,44,14]},{"value":"146604","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[169,644,53,14]},{"value":"257474","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[83,644,56,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[542,663,14,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[458,663,14,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[377,663,14,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[296,663,14,14]},{"value":"5390","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[184,662,40,14]},{"value":"5390","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,661,37,14]},{"value":"77676","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע ישראלי","צמוד","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[505,680,48,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע ישראלי","לא צמוד","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[461,683,12,14]},{"value":"17752","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע חוץ","דולר","סה״כ"],"path_source":"inferred","currency":"USD","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[342,681,46,16]},{"value":"15442","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע חוץ","יורו","סה״כ"],"path_source":"inferred","currency":"EUR","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[256,682,49,14]},{"value":"151994","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","פריט לא כספי","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[167,681,56,14]},{"value":"262864","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[81,681,56,15]},{"value":"26090","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[505,737,48,14]},{"value":"58827","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[424,736,48,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[377,737,14,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[297,740,11,9]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[214,737,11,9]},{"value":"84917","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[90,736,50,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[543,755,12,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[461,753,11,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[379,754,11,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[298,757,13,9]},{"value":"1053","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[185,752,38,16]},{"value":"1053","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[97,753,39,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[544,788,12,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[461,787,11,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[378,786,11,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[295,791,13,9]},{"value":"239","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[195,788,27,14]},{"value":"239","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[112,787,24,14]},{"value":"26090","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע ישראלי","צמוד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[505,808,48,14]},{"value":"58827","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע ישראלי","לא צמוד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[425,807,48,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע חוץ","דולר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[379,807,12,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע חוץ","יורו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[295,808,12,14]},{"value":"1292","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","פריט לא כספי"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,806,40,14]},{"value":"86209","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[90,808,46,14]},{"value":"(5308)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","גידול ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[340,980,50,15]},{"value":"(2654)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","גידול ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[256,980,50,15]},{"value":"2654","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","קיטון ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,980,44,15]},{"value":"5308","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","קיטון ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[101,980,44,15]},{"value":"(7922)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","גידול ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[339,1019,50,15]},{"value":"(3961)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","גידול ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[262,1020,50,15]},{"value":"3961","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","קיטון ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[183,1019,44,15]},{"value":"7921","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","קיטון ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,1019,44,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"3","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואי החשבון המבקרים לבעלי המניות"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"4","page_type":"declaration","statement_type":"board_of_directors_report","title":"הצהרת יו״ר הדירקטוריון"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"5","page_type":"declaration","statement_type":"other_declaration","title":"הצהרת מנכ״ל המועצה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"6","page_type":"declaration","statement_type":"other_declaration","title":"הצהרת האחראי על ענייני הכספים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"7","page_type":"statements","statement_type":"balance_sheet","title":"דוח על המצב הכספי"},"facts":[{"value":"871984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[261,229,52,17]},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,230,51,16]},{"value":"35000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,258,45,16]},{"value":"62896","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[165,258,43,17]},{"value":"906984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,281,52,16]},{"value":"321982","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,280,50,16]},{"value":"105449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,313,50,16]},{"value":"159710","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,313,49,15]},{"value":"1012433","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,352,64,19]},{"value":"481692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,352,51,17]},{"value":"675195","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,398,51,16]},{"value":"715025","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,396,49,16]},{"value":"122787","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות בשל סיום יחסי עובד מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,419,51,16]},{"value":"114829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות בשל סיום יחסי עובד מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,419,48,16]},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","נכסים נטו לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[261,463,51,17]},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","נכסים נטו לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[150,463,59,17]},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,484,51,17]},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,485,59,16]},{"value":"1012433","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,516,64,16]},{"value":"481692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות ונכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,516,51,16]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"8","page_type":"statements","statement_type":"income_statement","title":"דו\"ח רווח והפסד"},"facts":[{"value":"9030855","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[250,277,64,15]},{"value":"9055500","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[138,276,75,15]},{"value":"4726509","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[250,306,64,15]},{"value":"5109546","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[141,305,72,15]},{"value":"4304346","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[248,337,65,12]},{"value":"3945954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[141,336,72,15]},{"value":"3931442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[249,365,63,14]},{"value":"3981689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[147,366,63,13]},{"value":"4515","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[274,396,39,12]},{"value":"4968","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[165,396,48,15]},{"value":"368389","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני הוצאות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[260,422,53,15]},{"value":"(40703)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני הוצאות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[158,421,56,16]},{"value":"194224","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[258,453,54,12]},{"value":"9401","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[172,452,37,15]},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[261,483,52,12]},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[158,479,51,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"9","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דו\"ח על השינויים בנכסים נטו"},"facts":[{"value":"(610860)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[398,197,66,17]},{"value":"293700","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[322,199,50,16]},{"value":"(316860)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[212,199,58,18]},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[409,260,53,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[344,265,11,11]},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[217,261,53,19]},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[410,307,53,18]},{"value":"30793","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[326,309,47,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[249,314,9,3]},{"value":"164783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[411,339,52,17]},{"value":"(164783)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[313,339,59,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[249,344,9,3]},{"value":"(507872)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[399,383,63,19]},{"value":"159710","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[322,385,51,18]},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[213,383,60,19]},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[409,460,55,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[342,464,13,10]},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[222,460,49,18]},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[415,490,48,18]},{"value":"3194","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[332,492,41,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[248,495,13,10]},{"value":"57455","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[415,523,48,18]},{"value":"(57455)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[319,522,54,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[246,524,15,11]},{"value":"109002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[407,555,54,18]},{"value":"105449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[321,554,53,19]},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[219,554,53,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"10","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים (שקלים חדשים)"},"facts":[{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","(הפסד) נקי לפי דוח התוצאות העסקיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,225,49,14]},{"value":"(31303)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","(הפסד) נקי לפי דוח התוצאות העסקיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[197,225,49,14]},{"value":"53479","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","ההתאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת (נספח א')"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[308,272,44,14]},{"value":"(155484)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","ההתאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת (נספח א')"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[191,272,54,14]},{"value":"616092","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו ששימשו לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,301,49,14]},{"value":"(186787)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו ששימשו לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[191,301,54,14]},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת נכסים קבועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[308,379,44,14]},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת נכסים קבועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[197,379,49,14]},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[308,409,44,14]},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[197,409,49,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","אשראי לזמן קצר מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[328,487,10,12]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","אשראי לזמן קצר מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,486,10,12]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[328,519,10,12]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,518,10,12]},{"value":"612898","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלייה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,547,49,16]},{"value":"(217580)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלייה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[189,547,57,17]},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,576,49,19]},{"value":"476666","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[197,576,49,18]},{"value":"871984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[301,606,51,20]},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[196,607,53,20]},{"value":"57455","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת והפחתות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[306,733,44,16]},{"value":"164783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת והפחתות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[194,731,52,16]},{"value":"(60732)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","(ירידה) עליה בהפרשה לחופשת עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[299,749,52,15]},{"value":"(13717)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","(ירידה) עליה בהפרשה לחופשת עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[193,749,52,15]},{"value":"7958","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","עליה (ירידה) בעתודה לפיצויי פרישה -נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[313,764,38,15]},{"value":"(104388)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","עליה (ירידה) בעתודה לפיצויי פרישה -נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[189,764,57,15]},{"value":"4681","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[312,797,40,19]},{"value":"46678","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,797,43,18]},{"value":"27896","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,859,49,17]},{"value":"(18075)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[191,859,54,17]},{"value":"20902","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","(ירידה) עליה בזכאים אחרים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,874,49,17]},{"value":"(184087)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","(ירידה) עליה בזכאים אחרים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[186,874,60,17]},{"value":"48798","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[303,921,49,14]},{"value":"(202162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[185,921,61,14]},{"value":"53479","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,953,46,16]},{"value":"(155484)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[187,951,58,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"12","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"9","comment_ref":"מעל 9","note_flag":true,"note_name":"כללי (המשך)","note_num":1,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוחזר לצרכנים סכום","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual","bbox":[468,188,17,17]},{"value":"6.6","comment_ref":"מעל 6.6","note_flag":true,"note_name":"כללי (המשך)","note_num":1,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוחזר לצרכנים סכום","באמצעות מחלקת הטיפול בתלונות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual","bbox":[197,190,22,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"13","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"14","page_type":"statements","statement_type":"notes_to_financial_statements","title":"ביאור 2 - עיקרי המדיניות החשבונאית"},"facts":[{"value":"7 - 15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","ריהוט וציוד"],"path_source":"observed","currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[326,691,36,14]},{"value":"20 - 33","comment_ref":"לרבות עלויות הקמת אתר אינטרנט","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","מחשבים וציוד היקפי"],"path_source":"observed","currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[320,716,42,13]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"15","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים (שקלים חדשים)"},"facts":[{"value":"-","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[309,246,12,11]},{"value":"27896","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[168,245,52,15]},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["פקדון לערבות בית משפט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[274,263,46,21]},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פקדון לערבות בית משפט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[167,267,49,18]},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[274,290,46,15]},{"value":"62896","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[167,289,49,16]},{"value":"1435857","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[541,451,63,17]},{"value":"478911","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[458,451,55,17]},{"value":"1229368","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[363,451,63,17]},{"value":"3144136","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,451,66,17]},{"value":"3194","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[566,480,38,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[499,480,16,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[410,480,16,13]},{"value":"3194","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[297,478,40,18]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[589,507,16,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[500,508,16,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[411,509,16,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[323,508,16,13]},{"value":"1439051","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[541,536,61,15]},{"value":"478911","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[460,536,52,15]},{"value":"1229368","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[362,536,63,15]},{"value":"3147330","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[272,536,60,16]},{"value":"1395824","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[540,592,64,17]},{"value":"367059","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[461,592,52,17]},{"value":"1221543","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[362,592,64,17]},{"value":"2984426","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,591,64,17]},{"value":"28294","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[557,621,46,16]},{"value":"26180","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[466,621,46,16]},{"value":"2981","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[385,621,40,16]},{"value":"57455","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[286,621,46,16]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[594,654,9,6]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[505,652,9,8]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[415,652,10,8]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[325,653,9,7]},{"value":"1424118","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[539,677,64,17]},{"value":"393239","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[459,677,52,17]},{"value":"1224524","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[361,676,64,17]},{"value":"3041881","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,676,64,17]},{"value":"14933","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[558,713,45,17]},{"value":"85672","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[467,713,45,17]},{"value":"4844","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[386,713,39,17]},{"value":"105449","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[277,713,56,17]},{"value":"40033","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[558,756,45,17]},{"value":"111852","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[460,756,52,17]},{"value":"7825","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[386,756,39,17]},{"value":"159710","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[277,756,56,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"16","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים (שקלים חדשים)"},"facts":[{"value":"207571","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,245,56,17]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[207,250,9,10]},{"value":"21805","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[273,269,47,16]},{"value":"101255","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,269,56,16]},{"value":"111411","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[268,289,51,16]},{"value":"90000","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[167,289,48,16]},{"value":"228474","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[264,310,56,16]},{"value":"289206","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,310,53,16]},{"value":"105934","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["מוסדות בגין שכר עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,335,54,16]},{"value":"234564","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["מוסדות בגין שכר עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[163,332,53,20]},{"value":"675195","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[264,357,56,16]},{"value":"715025","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,357,53,16]},{"value":"155786","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עתודה לפיצויי פרישה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[265,467,53,13]},{"value":"147828","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עתודה לפיצויי פרישה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,467,53,14]},{"value":"(32999)","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["בניכוי יעודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[265,489,53,18]},{"value":"(32999)","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["בניכוי יעודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,489,53,14]},{"value":"122787","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[265,514,53,15]},{"value":"114829","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,514,53,14]},{"value":"9030855","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הקצבה שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,732,71,15]},{"value":"9055500","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הקצבה שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,732,69,15]},{"value":"9030855","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,755,71,15]},{"value":"9055500","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,755,69,15]},{"value":"4592085","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר עבודה ונילוות עובדים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[249,880,69,15]},{"value":"4894359","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר עבודה ונילוות עובדים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,880,70,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קשרים בינלאומיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,904,14,10]},{"value":"(91914)","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קשרים בינלאומיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[160,901,53,18]},{"value":"69424","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דוברות והסברה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[272,924,45,16]},{"value":"103756","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דוברות והסברה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[161,924,51,17]},{"value":"65000","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיתוג המועצה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[272,948,43,14]},{"value":"203345","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיתוג המועצה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,943,50,19]},{"value":"4726509","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[249,968,69,18]},{"value":"5109546","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,970,67,16]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"17","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1549844","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר הנהלה וסוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[263,254,69,19]},{"value":"1675803","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר הנהלה וסוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[157,254,66,18]},{"value":"71804","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דירקטורים תגמול וביטוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[280,280,52,18]},{"value":"65218","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דירקטורים תגמול וביטוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[176,278,48,18]},{"value":"8689","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקת משרדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[289,304,42,17]},{"value":"49287","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקת משרדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[175,303,49,18]},{"value":"38082","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דואר ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[282,325,50,17]},{"value":"40845","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דואר ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[176,327,48,17]},{"value":"577789","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[275,345,52,18]},{"value":"363839","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[170,346,56,18]},{"value":"912208","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכירות משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[276,367,52,18]},{"value":"773434","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכירות משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[170,369,55,17]},{"value":"320584","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחשוב והדפסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[277,388,56,17]},{"value":"414841","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחשוב והדפסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[165,388,60,18]},{"value":"199392","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיסים עירוניים וחשמל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[277,410,56,18]},{"value":"239776","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיסים עירוניים וחשמל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[165,411,60,18]},{"value":"133163","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[277,434,56,17]},{"value":"148085","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[165,434,60,18]},{"value":"22395","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["כיבודים ומתנות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[280,456,53,18]},{"value":"30414","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["כיבודים ומתנות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[173,457,52,18]},{"value":"57455","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[281,479,52,18]},{"value":"164783","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[165,479,60,18]},{"value":"40037","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ביטוח משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[280,503,53,17]},{"value":"15364","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["ביטוח משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[173,502,52,17]},{"value":"3931442","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[263,525,69,17]},{"value":"3981689","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":null,"bbox":[156,525,66,18]},{"value":"9030","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["העברת הקצבות לחברה ע״י המדינה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[690,642,37,18]},{"value":"9056","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["העברת הקצבות לחברה ע״י המדינה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[522,642,39,17]},{"value":"5.9","comment_ref":null,"note_flag":true,"note_name":"אירועים לאחר תאריך המאזן","note_num":12,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הופחת תקציב המועצה לסך של כ- 5.9 מיליון ש\"ח"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"textual","bbox":[382,825,25,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"2002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,270,53,24]},{"value":"8196","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,270,53,18]},{"value":"14854","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,296,53,18]},{"value":"3800","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[150,292,53,18]},{"value":"16856","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,319,53,20]},{"value":"11996","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[143,318,53,15]},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,357,53,27]},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,361,53,18]},{"value":"42859","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה״כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,384,53,24]},{"value":"20277","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה״כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[145,383,53,18]},{"value":"27709","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,454,53,18]},{"value":"11460","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[143,455,53,18]},{"value":"15927","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,478,53,18]},{"value":"12230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[146,478,53,18]},{"value":"37348","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,500,53,18]},{"value":"30594","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,501,53,18]},{"value":"80984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,522,53,18]},{"value":"54284","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,523,53,18]},{"value":"80984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,546,53,18]},{"value":"54284","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[145,546,53,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[296,659,15,16]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[183,660,16,14]},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,679,53,21]},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[142,682,53,18]},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,703,56,20]},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[145,702,57,21]},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,728,53,15]},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[155,726,43,20]},{"value":"(38125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","גרעון בנכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,743,53,25]},{"value":"(34007)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","גרעון בנכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,749,56,20]},{"value":"42859","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[260,774,53,18]},{"value":"20277","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,773,53,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1445674","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[244,287,69,18]},{"value":"1280395","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,284,70,19]},{"value":"1304248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[244,309,72,18]},{"value":"1344239","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,308,74,18]},{"value":"141426","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[255,331,61,18]},{"value":"(63844)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[145,332,53,17]},{"value":"134960","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[256,378,65,17]},{"value":"142051","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[139,377,60,17]},{"value":"6466","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[272,399,46,18]},{"value":"(205895)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[130,399,69,19]},{"value":"10584","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[264,444,56,18]},{"value":"9102","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,445,51,18]},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גרעון לתקופה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,469,49,18]},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גרעון לתקופה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,468,66,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחות על השינויים בגרעון בהון"},"facts":[{"value":"180990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[391,327,59,15]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,332,8,7]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[246,330,8,7]},{"value":"180990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,326,53,17]},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[389,370,61,20]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,376,8,7]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[246,376,8,7]},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[110,371,61,17]},{"value":"(9401)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[402,440,48,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,445,9,5]},{"value":"9401","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,441,45,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[161,444,7,5]},{"value":"1120","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[403,461,45,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,467,7,5]},{"value":"(1120)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,460,47,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[160,467,8,5]},{"value":"(8281)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[402,486,47,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[341,489,8,5]},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,485,45,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,489,8,6]},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[395,508,57,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,513,8,5]},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,509,45,17]},{"value":"(34007)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[115,508,57,17]},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[400,553,53,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,558,8,5]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[245,559,8,3]},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,553,48,17]},{"value":"(20160)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[396,621,55,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[341,625,9,7]},{"value":"20160","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,623,52,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[160,626,8,7]},{"value":"2438","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[406,642,45,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[341,647,8,7]},{"value":"(2438)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,642,47,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[160,648,8,7]},{"value":"(17722)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[393,666,58,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[342,671,8,6]},{"value":"17722","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,666,52,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,671,8,7]},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[394,691,58,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[341,694,9,4]},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,691,52,17]},{"value":"(38125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[117,689,56,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"29561","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[361,965,51,17]},{"value":"3558","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[287,965,46,17]},{"value":"26003","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[200,965,53,17]},{"value":"8281","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[118,965,48,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"8230","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[275,254,44,18]},{"value":"20021","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,254,47,16]},{"value":"25780","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[268,274,53,17]},{"value":"10573","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,274,46,16]},{"value":"3338","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,292,42,17]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[185,291,13,17]},{"value":"37348","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[268,311,53,17]},{"value":"30594","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,310,48,18]},{"value":"483409","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר עבודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,454,58,17]},{"value":"389331","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר עבודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[136,454,60,17]},{"value":"88943","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות נלוות לשכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[264,472,51,17]},{"value":"80649","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות נלוות לשכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,472,52,17]},{"value":"330793","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קבלני משנה ועבודות חוץ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[258,490,56,17]},{"value":"434594","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קבלני משנה ועבודות חוץ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[138,490,58,17]},{"value":"118105","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכירות מתקנים ומגרשים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[261,509,54,17]},{"value":"168043","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכירות מתקנים ומגרשים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[140,509,56,17]},{"value":"4461","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הסעות והובלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[276,528,40,17]},{"value":"8495","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הסעות והובלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,529,40,17]},{"value":"80865","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קניות פרסים, ציוד וביגוד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[267,545,48,17]},{"value":"91309","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קניות פרסים, ציוד וביגוד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,545,49,17]},{"value":"197672","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הפקת פרוייקטים ואירועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[261,565,54,17]},{"value":"171818","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הפקת פרוייקטים ואירועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[140,562,54,17]},{"value":"1304248","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[249,583,68,17]},{"value":"1344239","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[130,582,66,17]},{"value":"10389","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["משרדיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,725,45,14]},{"value":"11572","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["משרדיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[146,725,50,14]},{"value":"10134","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,743,45,14]},{"value":"4983","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,743,40,14]},{"value":"31856","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,763,45,14]},{"value":"39560","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,763,48,14]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["כיבודים ואש\"ל"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,780,11,17]},{"value":"4384","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["כיבודים ואש\"ל"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[156,781,40,15]},{"value":"11658","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ביטוחים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,799,50,15]},{"value":"12971","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["ביטוחים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,799,45,15]},{"value":"45309","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקת רכב"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,818,46,14]},{"value":"45984","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקת רכב"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[150,818,44,14]},{"value":"702","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["משפטיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[292,837,22,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["משפטיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[185,838,12,10]},{"value":"18964","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["פרסום"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[271,855,45,14]},{"value":"13122","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פרסום"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[150,855,45,14]},{"value":"1715","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[279,873,37,15]},{"value":"4966","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,872,40,17]},{"value":"(35)","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שונות ובטולי יתרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[295,892,23,13]},{"value":"(261)","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שונות ובטולי יתרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[166,892,32,15]},{"value":"1830","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מתנות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,909,36,14]},{"value":"3650","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מתנות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,910,40,14]},{"value":"2438","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[276,928,39,13]},{"value":"1120","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[159,929,37,14]},{"value":"134960","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,947,56,14]},{"value":"142051","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[140,949,56,12]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"10255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,288,40,13]},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,288,38,13]},{"value":"3283","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[248,304,37,13]},{"value":"5240","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,305,34,13]},{"value":"963","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","לקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[255,321,30,13]},{"value":"1361","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","לקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[143,320,30,13]},{"value":"12164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[246,336,40,16]},{"value":"11337","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[136,337,39,13]},{"value":"26665","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,368,41,13]},{"value":"22789","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[136,369,41,13]},{"value":"2296","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[249,431,34,15]},{"value":"2123","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,431,33,13]},{"value":"23878","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12,5א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[241,448,47,13]},{"value":"20340","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12,5א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[134,449,43,14]},{"value":"3104","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,466,44,14]},{"value":"3252","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[142,465,34,13]},{"value":"42289","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[243,482,40,13]},{"value":"44066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[134,481,41,13]},{"value":"99","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[266,498,20,11]},{"value":"75","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[157,498,19,13]},{"value":"71666","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,528,44,15]},{"value":"69856","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[131,528,48,15]},{"value":"98331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[242,587,42,13]},{"value":"92645","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[131,584,50,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"4","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"8330","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[243,268,34,18]},{"value":"6077","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,265,37,18]},{"value":"3671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,283,33,18]},{"value":"3201","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[138,280,36,18]},{"value":"12407","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[238,298,39,18]},{"value":"11263","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,294,41,19]},{"value":"5179","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[245,312,32,18]},{"value":"7080","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,310,36,18]},{"value":"29587","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,345,39,18]},{"value":"27621","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[136,346,37,14]},{"value":"118","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,397,26,14]},{"value":"318","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[147,394,26,14]},{"value":"18093","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,412,41,15]},{"value":"18731","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[135,409,37,16]},{"value":"1422","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"14","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","שטרי הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[243,426,34,15]},{"value":"1422","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"14","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","שטרי הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,427,35,14]},{"value":"19633","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[236,460,40,14]},{"value":"20471","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[130,458,43,16]},{"value":"1391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[236,555,35,18]},{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[129,552,42,19]},{"value":"42388","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[228,570,43,18]},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,567,46,18]},{"value":"43779","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[227,596,43,18]},{"value":"39254","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,595,46,18]},{"value":"5315","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[233,644,37,18]},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[131,640,40,19]},{"value":"17","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[246,659,22,16]},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,655,31,16]},{"value":"5332","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[234,693,36,18]},{"value":"5299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[131,691,40,18]},{"value":"49111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סך הכל נכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[227,724,43,18]},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סך הכל נכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,720,46,18]},{"value":"98331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סך הכל התחייבויות ונכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[227,766,43,17]},{"value":"92645","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סך הכל התחייבויות ונכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,763,46,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"47121","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"15","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות מסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[308,287,39,14]},{"value":"47463","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"15","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות מסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,288,40,11]},{"value":"75887","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"16","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[307,301,40,17]},{"value":"76814","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"16","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,301,40,17]},{"value":"7213","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[315,318,33,17]},{"value":"5289","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,318,33,17]},{"value":"20081","comment_ref":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"17","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[307,335,40,17]},{"value":"19336","comment_ref":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"17","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,336,40,17]},{"value":"2288","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"18","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[314,352,33,17]},{"value":"2511","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"18","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,353,33,17]},{"value":"152590","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[300,383,47,17]},{"value":"151413","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[156,385,46,17]},{"value":"130782","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"19","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[301,449,47,17]},{"value":"129337","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"19","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[155,449,47,17]},{"value":"7765","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"20","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[314,466,33,17]},{"value":"8542","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"20","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,467,34,17]},{"value":"138547","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[301,497,47,17]},{"value":"137879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[156,498,46,17]},{"value":"14043","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[307,537,40,17]},{"value":"13534","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,538,40,17]},{"value":"7098","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"21","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[314,567,33,17]},{"value":"6427","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"21","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,568,34,17]},{"value":"2356","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"22","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[314,583,33,17]},{"value":"2371","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"22","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,584,33,17]},{"value":"4589","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות נטו לפני מימון ואחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[318,615,34,17]},{"value":"4736","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות נטו לפני מימון ואחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,616,33,17]},{"value":"1274","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"23","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[318,647,37,17]},{"value":"(561)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"23","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[173,648,31,16]},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[320,679,33,17]},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,680,35,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"6","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו"},"facts":[{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[508,345,48,18]},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[411,345,42,18]},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[325,345,39,18]},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[248,345,29,18]},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,345,44,18]},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[513,398,40,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,398,12,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[353,397,12,13]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[265,398,16,11]},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[148,396,39,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[542,414,9,8]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,413,13,18]},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[326,413,37,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[264,414,16,9]},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,410,37,20]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[542,455,14,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[444,455,12,18]},{"value":"(2978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[321,455,48,18]},{"value":"(118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[244,455,40,18]},{"value":"(3096)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[145,455,48,18]},{"value":"(1338)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[505,469,53,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[444,471,12,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[355,471,12,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,471,12,18]},{"value":"(1338)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,471,53,18]},{"value":"(4857)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[506,550,48,18]},{"value":"4857","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[412,550,42,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[359,550,9,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[271,555,7,8]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[177,552,15,11]},{"value":"1198","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[512,567,40,16]},{"value":"(1198)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[406,567,50,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[358,568,8,9]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[271,568,6,9]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[180,568,7,9]},{"value":"5412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[513,593,42,18]},{"value":"(5412)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[403,593,50,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[358,595,7,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[271,595,7,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,593,7,18]},{"value":"1391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[515,639,39,18]},{"value":"42388","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[411,639,42,18]},{"value":"5315","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[326,639,38,18]},{"value":"17","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,639,15,18]},{"value":"49111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,639,43,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"7","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו"},"facts":[{"value":"(10152)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[501,341,51,19]},{"value":"45866","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[409,344,41,15]},{"value":"5381","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[324,344,33,15]},{"value":"145","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[248,346,23,14]},{"value":"41240","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,344,40,15]},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[516,394,42,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,395,13,10]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[351,396,13,11]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,397,10,10]},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[145,393,40,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[542,411,14,9]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,410,11,10]},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[323,409,40,21]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[269,413,10,8]},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[147,411,40,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[543,457,9,10]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,455,11,10]},{"value":"(3737)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[320,452,44,19]},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[250,453,27,18]},{"value":"(3747)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,452,45,18]},{"value":"(635)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[517,466,34,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,471,11,10]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[350,469,18,10]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[269,472,8,10]},{"value":"(635)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[144,468,46,17]},{"value":"(3815)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[506,548,44,20]},{"value":"3815","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[413,549,39,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[349,553,19,6]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,553,19,6]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[173,553,19,6]},{"value":"5540","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[512,576,39,18]},{"value":"(5540)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[407,576,46,20]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[349,583,19,6]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,583,19,6]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[173,583,19,6]},{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[506,620,45,19]},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[406,621,48,16]},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[321,621,42,16]},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[247,622,30,16]},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,620,48,19]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"8","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים"},"facts":[{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,264,40,12]},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,264,37,13]},{"value":"139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"א","period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[270,281,30,11]},{"value":"1078","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"א","period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,281,37,13]},{"value":"6002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,308,38,17]},{"value":"5253","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,308,37,17]},{"value":"(173)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,361,41,17]},{"value":"91","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[169,360,18,15]},{"value":"(4764)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,376,47,17]},{"value":"(3777)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[144,375,48,17]},{"value":"1198","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[258,390,41,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[174,393,15,10]},{"value":"(93)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,403,41,17]},{"value":"(37)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,407,27,13]},{"value":"2105","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[258,421,41,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[172,422,18,12]},{"value":"(2000)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[257,435,41,17]},{"value":"(1000)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,433,48,17]},{"value":"(3727)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[255,457,44,17]},{"value":"(4723)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,456,53,17]},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,517,44,17]},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,517,43,17]},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,547,44,17]},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,547,43,17]},{"value":"5404","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עליה במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,592,44,17]},{"value":"4050","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עליה במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,592,43,17]},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[259,620,39,14]},{"value":"801","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,622,43,17]},{"value":"10255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,650,44,17]},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,653,43,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"9","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים"},"facts":[{"value":"(2978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[253,328,45,19]},{"value":"(3737)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,328,51,19]},{"value":"(118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,358,32,15]},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,358,26,17]},{"value":"(1686)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","שערוך השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,372,41,18]},{"value":"285","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","שערוך השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,373,24,15]},{"value":"(638)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","עלייה בהתחייבויות בגין זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,389,33,15]},{"value":"(137)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","עלייה בהתחייבויות בגין זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[152,389,35,13]},{"value":"5343","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,405,35,11]},{"value":"5473","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,405,35,13]},{"value":"69","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת נכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[280,416,17,15]},{"value":"66","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת נכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[171,419,17,11]},{"value":"(8)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[277,445,24,18]},{"value":"1940","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,448,35,14]},{"value":"398","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה בלקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,521,27,18]},{"value":"1180","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה בלקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,523,35,17]},{"value":"(679)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,538,32,15]},{"value":"(2846)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,538,47,17]},{"value":"2253","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[263,552,35,17]},{"value":"(1079)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,552,47,17]},{"value":"(3439)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[254,567,41,17]},{"value":"243","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,567,25,15]},{"value":"470","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[273,582,22,15]},{"value":"777","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,582,25,15]},{"value":"1144","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,614,37,17]},{"value":"863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[160,614,27,15]},{"value":"147","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[271,644,24,15]},{"value":"(862)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,643,37,17]},{"value":"139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[273,689,22,15]},{"value":"1078","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,689,35,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"12","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","מבנים על קרקע חכורה"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[267,507,8,12]},{"value":"7-15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","ריהוט וציוד משרדי"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[257,521,27,12]},{"value":"15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","כלי רכב"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[264,536,13,12]},{"value":"33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","מחשבים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[263,551,14,12]},{"value":"33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["נכסים בלתי מוחשיים","אורך החיים השימושיים של נכסים בלתי מוחשיים","תוכנות מחשב"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[360,933,15,11]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"13","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"14","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"15","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"16","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"9217","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים במטבע ישראלי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[214,536,37,15]},{"value":"3549","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים במטבע ישראלי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,536,35,15]},{"value":"921","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים במטבע חוץ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[227,552,27,13]},{"value":"1207","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים במטבע חוץ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,552,33,14]},{"value":"48","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["שווי מזומנים - פקדונות לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[234,568,20,13]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["שווי מזומנים - פקדונות לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[145,568,11,11]},{"value":"69","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["קופות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[234,584,21,13]},{"value":"95","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["קופות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,584,15,13]},{"value":"10255","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[205,603,49,19]},{"value":"4851","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[117,602,40,21]},{"value":"6384","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["משרד החינוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[204,852,43,13]},{"value":"5179","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["משרד החינוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[107,852,46,12]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["המחאות לגבייה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[234,870,14,10]},{"value":"52","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["המחאות לגבייה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[124,868,25,11]},{"value":"259","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[218,884,30,11]},{"value":"230","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[120,884,30,12]},{"value":"5457","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[204,899,43,13]},{"value":"5766","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[107,899,46,13]},{"value":"26","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הלוואות לעובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[223,916,23,10]},{"value":"42","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הלוואות לעובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[126,916,24,12]},{"value":"38","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[224,932,23,11]},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[126,932,24,12]},{"value":"12164","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[204,956,45,15]},{"value":"11337","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[104,957,48,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"17","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"162883","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,312,51,16]},{"value":"503","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[383,312,29,16]},{"value":"12575","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[276,312,46,16]},{"value":"20360","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[188,312,47,16]},{"value":"196321","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[104,312,52,16]},{"value":"3135","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[450,326,40,16]},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[390,326,15,16]},{"value":"952","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[298,326,30,16]},{"value":"677","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[209,326,30,16]},{"value":"4764","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[120,325,39,16]},{"value":"(1198)","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,342,51,16]},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[390,342,15,16]},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[310,342,15,16]},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[221,342,15,16]},{"value":"(1198)","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[108,342,52,15]},{"value":"164820","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[441,380,54,16]},{"value":"503","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[379,381,29,16]},{"value":"13527","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,380,47,16]},{"value":"21037","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[189,379,47,16]},{"value":"199887","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,380,54,16]},{"value":"124838","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[443,455,53,16]},{"value":"467","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[382,455,29,16]},{"value":"11800","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,455,46,16]},{"value":"15150","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[192,455,46,16]},{"value":"152255","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[101,455,52,16]},{"value":"3902","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[452,470,40,16]},{"value":"11","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[388,470,23,16]},{"value":"562","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[298,470,30,16]},{"value":"868","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[208,470,30,16]},{"value":"5343","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[117,470,39,16]},{"value":"128740","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[441,516,54,16]},{"value":"478","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[382,516,30,16]},{"value":"12362","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,515,48,16]},{"value":"16018","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[191,516,47,16]},{"value":"157598","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,516,55,16]},{"value":"36080","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[446,574,47,16]},{"value":"25","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[384,573,26,16]},{"value":"1165","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[285,574,40,16]},{"value":"5019","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[198,574,39,16]},{"value":"42289","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[111,574,47,16]},{"value":"38045","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[447,623,47,16]},{"value":"36","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[386,621,25,16]},{"value":"775","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[297,623,31,16]},{"value":"5210","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[198,623,39,16]},{"value":"44066","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[111,623,47,16]},{"value":"3312","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["עלות","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,785,36,12]},{"value":"93","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עלות","תוספות במשך השנה","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[180,801,16,11]},{"value":"3405","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עלות","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[162,833,34,13]},{"value":"3237","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[159,881,42,13]},{"value":"69","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[175,896,26,13]},{"value":"3306","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["פחת שנצבר","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[163,929,33,14]},{"value":"99","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עלות מופחתת ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[179,962,16,13]},{"value":"75","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["עלות מופחתת ליום 30 בספטמבר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[179,995,17,13]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"18","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"3671","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[214,272,42,16]},{"value":"3198","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,272,39,16]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["המחאות לפירעון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[241,288,14,12]},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["המחאות לפירעון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,287,17,16]},{"value":"3671","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[217,312,34,13]},{"value":"3201","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,311,36,14]},{"value":"9032","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עובדים ומוסדות בגין שכר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,444,35,13]},{"value":"8451","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["עובדים ומוסדות בגין שכר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,444,41,13]},{"value":"3375","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,460,35,13]},{"value":"2812","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,460,41,13]},{"value":"12407","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[210,484,41,13]},{"value":"11263","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[111,483,44,15]},{"value":"1708","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13ג׳","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הפרשות לתביעות תלויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,616,34,11]},{"value":"3046","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13ג׳","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הפרשות לתביעות תלויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,617,37,11]},{"value":"751","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[223,632,27,11]},{"value":"962","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[127,633,29,11]},{"value":"2520","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,648,34,12]},{"value":"2872","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[118,649,38,11]},{"value":"200","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13א׳","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[224,665,26,11]},{"value":"200","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13א׳","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[127,665,28,11]},{"value":"5179","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[217,685,34,16]},{"value":"7080","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,686,38,16]},{"value":"3344","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","קרן קשרי מדע (ראה ב' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[213,826,37,13]},{"value":"3399","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","קרן קשרי מדע (ראה ב' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,827,42,13]},{"value":"5247","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","פיצויי פרישה (ראה ג' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[213,843,37,13]},{"value":"4860","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","פיצויי פרישה (ראה ג' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,843,42,13]},{"value":"9502","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","שבתון (ראה ד' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[216,859,34,13]},{"value":"10472","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","שבתון (ראה ד' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[108,859,48,13]},{"value":"18093","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[211,882,40,13]},{"value":"18731","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[114,884,40,13]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"19","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"20","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"28473","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[383,880,54,20]},{"value":"10390","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[273,882,46,17]},{"value":"12997","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,882,46,18]},{"value":"51860","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[101,882,46,18]},{"value":"4181","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[396,912,38,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[306,919,10,7]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[215,917,11,9]},{"value":"4181","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[108,916,33,13]},{"value":"207","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[403,927,35,18]},{"value":"73","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[291,930,24,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[211,931,18,12]},{"value":"280","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[113,930,31,16]},{"value":"36","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[409,945,29,18]},{"value":"14","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[297,947,18,15]},{"value":"228","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[196,947,28,15]},{"value":"278","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[113,947,31,16]},{"value":"24049","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[390,978,44,15]},{"value":"10303","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[272,978,44,16]},{"value":"12769","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[181,978,44,16]},{"value":"47121","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[100,978,44,16]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"21","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"30938","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[394,367,42,15]},{"value":"9587","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,365,38,17]},{"value":"11483","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[182,367,44,15]},{"value":"52008","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[92,365,51,17]},{"value":"4043","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[400,399,39,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[308,403,7,5]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[218,404,6,5]},{"value":"4043","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,398,42,15]},{"value":"191","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[409,414,30,15]},{"value":"74","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[300,413,14,15]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[218,419,6,5]},{"value":"265","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,413,24,15]},{"value":"41","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[416,430,23,15]},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[307,429,7,15]},{"value":"193","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[199,429,26,15]},{"value":"237","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,429,25,15]},{"value":"26663","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[395,460,40,18]},{"value":"9510","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[281,460,38,18]},{"value":"11290","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[180,460,42,18]},{"value":"47463","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[103,460,44,18]},{"value":"61109","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שעות הוראה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[246,609,39,14]},{"value":"62565","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שעות הוראה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[123,606,50,14]},{"value":"6626","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר עבודה עובדי מדינה ישיר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,625,34,13]},{"value":"7889","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר עבודה עובדי מדינה ישיר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,624,35,13]},{"value":"4181","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שיפוי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,641,33,12]},{"value":"4043","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שיפוי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[130,641,42,12]},{"value":"3971","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,655,33,17]},{"value":"2317","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[131,654,40,15]},{"value":"75887","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[241,677,43,15]},{"value":"76814","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[133,680,44,15]},{"value":"1969","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תרומות לעמותה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[253,860,33,13]},{"value":"734","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תרומות לעמותה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[153,860,21,13]},{"value":"3096","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סכומים ששוחררו מהגבלות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[252,877,33,13]},{"value":"3747","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סכומים ששוחררו מהגבלות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[143,876,31,14]},{"value":"15016","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הקצבות אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[246,892,40,13]},{"value":"14855","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הקצבות אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[136,893,40,13]},{"value":"20081","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[247,917,38,13]},{"value":"19336","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[137,916,38,15]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"22","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"18","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["השתתפות באחזקת מתקנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[275,299,22,15]},{"value":"520","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["השתתפות באחזקת מתקנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,299,25,15]},{"value":"599","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות מדמי שימוש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,311,27,15]},{"value":"633","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות מדמי שימוש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,315,25,15]},{"value":"2","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות גן בוטני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[285,328,9,15]},{"value":"45","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות גן בוטני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[168,327,18,15]},{"value":"269","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות מחיוב תקורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,344,27,15]},{"value":"403","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות מחיוב תקורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[161,343,25,15]},{"value":"909","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותי ייעוץ ואבחון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,361,27,15]},{"value":"516","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותי ייעוץ ואבחון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[154,360,32,15]},{"value":"491","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,379,27,15]},{"value":"394","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[154,378,32,15]},{"value":"2288","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,400,34,17]},{"value":"2511","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,399,34,17]},{"value":"89062","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","הוראה ושירותי עזר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[231,580,47,20]},{"value":"89766","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","הוראה ושירותי עזר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[117,581,53,20]},{"value":"22254","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","יחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[231,598,47,20]},{"value":"18587","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","יחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[119,597,53,20]},{"value":"1106","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","מחקר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,614,41,20]},{"value":"1039","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","מחקר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[128,613,41,20]},{"value":"112422","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[225,635,53,21]},{"value":"109392","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[117,636,53,21]},{"value":"1068","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","ספרים ומאגרי מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,678,41,20]},{"value":"1041","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","ספרים ומאגרי מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,676,41,20]},{"value":"492","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","חומרי עזר וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[246,694,32,18]},{"value":"538","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","חומרי עזר וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[136,692,37,18]},{"value":"2009","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","מערכות מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,711,41,18]},{"value":"1928","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","מערכות מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,709,41,18]},{"value":"2193","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,728,41,18]},{"value":"3042","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,727,48,18]},{"value":"4779","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,745,41,18]},{"value":"4875","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,743,41,18]},{"value":"4015","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","אחזקה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,762,41,18]},{"value":"4579","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","אחזקה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[132,760,41,18]},{"value":"3804","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","הוצאות הוראה אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,779,41,18]},{"value":"3942","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","הוצאות הוראה אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[125,777,48,18]},{"value":"18360","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[231,800,47,21]},{"value":"19945","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[126,798,47,21]},{"value":"130782","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[225,831,53,21]},{"value":"129337","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[120,828,53,21]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"23","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"2355","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[251,303,33,14]},{"value":"2174","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[142,305,33,14]},{"value":"80","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["כנסים ותערוכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[268,321,16,14]},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["כנסים ותערוכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[159,321,15,14]},{"value":"4852","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["מלגות תלמידים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[251,336,33,14]},{"value":"5890","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["מלגות תלמידים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,336,33,14]},{"value":"191","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,352,25,14]},{"value":"165","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,352,25,14]},{"value":"287","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,367,25,14]},{"value":"279","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,368,25,14]},{"value":"7765","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[251,389,33,14]},{"value":"8542","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,391,36,15]},{"value":"5319","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[260,535,38,14]},{"value":"4506","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[139,537,36,16]},{"value":"206","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[269,553,29,14]},{"value":"196","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,556,25,14]},{"value":"16","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["נסיעות ואש\"ל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[274,570,28,14]},{"value":"13","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["נסיעות ואש\"ל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[160,569,14,14]},{"value":"13","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["צורכי משרד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[274,586,28,14]},{"value":"18","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["צורכי משרד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[160,586,15,14]},{"value":"494","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משפטיות וביקורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[266,601,36,14]},{"value":"525","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משפטיות וביקורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,602,25,14]},{"value":"48","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[275,617,28,14]},{"value":"41","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[159,618,13,14]},{"value":"96","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחזקת רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[274,632,28,14]},{"value":"90","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחזקת רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[158,633,16,14]},{"value":"633","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[266,650,36,14]},{"value":"665","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[149,649,25,17]},{"value":"273","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[266,667,36,14]},{"value":"373","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[150,665,25,14]},{"value":"7098","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[257,690,45,14]},{"value":"6427","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[138,690,43,15]},{"value":"1083","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,834,33,14]},{"value":"1504","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[142,836,33,14]},{"value":"1263","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[262,851,33,14]},{"value":"844","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[151,854,25,14]},{"value":"10","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[278,867,16,14]},{"value":"23","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[160,868,15,14]},{"value":"2356","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,891,33,15]},{"value":"2371","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,891,33,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"24","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1666","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["רווח (הפסד) מניירות ערך סחירים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,303,33,16]},{"value":"(286)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["רווח (הפסד) מניירות ערך סחירים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,302,39,19]},{"value":"(331)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עמלות כרטיסי אשראי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,319,33,17]},{"value":"(251)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עמלות כרטיסי אשראי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[141,318,38,19]},{"value":"102","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הפרשי שער משערוך יתרות מט\"ח"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[269,336,26,16]},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הפרשי שער משערוך יתרות מט\"ח"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[152,335,26,18]},{"value":"(163)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות אחרות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[262,350,33,17]},{"value":"(58)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות אחרות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[145,349,32,19]},{"value":"1274","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[261,375,34,16]},{"value":"(561)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[140,376,38,19]},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שכר עבודה עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[237,675,26,13]},{"value":"96","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שכר עבודה עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[128,676,25,13]},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים והוצאות משרד עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[240,691,17,13]},{"value":"115","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים והוצאות משרד עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[124,692,30,13]},{"value":"112","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[230,707,30,13]},{"value":"75","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[128,707,25,13]},{"value":"183","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[229,731,32,13]},{"value":"286","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[123,731,31,13]},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרות","יתרה בחובה דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[234,832,24,13]},{"value":"59","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרות","יתרה בחובה דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[129,832,24,13]},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[235,857,23,14]},{"value":"59","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular","bbox":[129,857,24,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"25","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"726","comment_ref":"בגין סיומי יחסי עובד מעביד עבור עובדים אלו","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["העברה כספית לעמותת דרכים","התחייבות בגין סיומי יחסי עובד מעביד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[504,279,23,12]},{"value":"635","comment_ref":"סכום שהועבר","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["העברת העודפים שנצברו בגין העברת חלק מפעילויות המדרשה לעמותת דרכים"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[233,309,23,14]},{"value":"1338","comment_ref":"בשנת הכספים","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["העברת העודפים שנצברו בגין העברת חלק מפעילויות המדרשה לעמותת דרכים"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual","bbox":[384,326,32,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"התוכן"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"745384","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,278,52,18]},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[154,278,52,18]},{"value":"322816","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,294,52,18]},{"value":"537962","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[154,294,52,18]},{"value":"6644","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,309,35,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[165,314,11,12]},{"value":"1074844","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[243,325,60,18]},{"value":"1389587","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,327,60,18]},{"value":"40006913","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","השקעות - פקדונות בבנקים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,375,70,18]},{"value":"7016757","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","השקעות - פקדונות בבנקים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[142,375,60,18]},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[245,423,59,18]},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[153,423,53,18]},{"value":"42724005","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,455,71,18]},{"value":"9216410","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,455,65,18]},{"value":"43125","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[253,516,53,18]},{"value":"14250","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[160,516,47,18]},{"value":"137754","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,532,58,18]},{"value":"84159","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[154,532,53,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","מקדמות על-חשבון מכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,552,10,7]},{"value":"7864400","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","מקדמות על-חשבון מכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,548,60,18]},{"value":"180879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,565,52,18]},{"value":"7962809","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,563,60,18]},{"value":"247368","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","בגין סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[251,613,52,18]},{"value":"247368","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","בגין סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[151,611,52,18]},{"value":"(1537213)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שלא יועדו ע\"י מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[230,672,75,18]},{"value":"(464404)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שלא יועדו ע\"י מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[135,672,73,18]},{"value":"42190723","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שיועדו ע\"י מוסדות המלכ\"ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,687,72,18]},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שיועדו ע\"י מוסדות המלכ\"ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,687,54,18]},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[240,703,64,18]},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,703,58,18]},{"value":"42295758","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[230,720,72,20]},{"value":"1006233","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[137,720,66,20]},{"value":"42724005","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[230,748,72,20]},{"value":"9216410","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[137,748,66,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1182689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","הקצבות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[217,310,62,17]},{"value":"1200704","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","הקצבות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[130,309,62,18]},{"value":"929884","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","שכר לימוד והשתתפויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,335,57,15]},{"value":"864227","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","שכר לימוד והשתתפויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[139,332,54,17]},{"value":"411371","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,360,56,15]},{"value":"614831","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[135,359,57,18]},{"value":"2523944","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,383,68,18]},{"value":"2679762","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,379,65,20]},{"value":"795690","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ותוספות סוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,461,55,22]},{"value":"919976","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ותוספות סוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[137,462,52,19]},{"value":"754895","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","מלגות לאברכים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[223,487,52,17]},{"value":"849868","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","מלגות לאברכים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[134,488,54,16]},{"value":"471840","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","כלכלת תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,513,52,17]},{"value":"448860","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","כלכלת תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[138,510,50,18]},{"value":"186727","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","אחזקת מבנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,538,50,17]},{"value":"243092","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","אחזקת מבנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[135,534,54,17]},{"value":"20755","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","אירועים וכנסים חברתיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[230,562,45,16]},{"value":"22586","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","אירועים וכנסים חברתיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,559,48,17]},{"value":"48392","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","הסעות תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,588,44,16]},{"value":"28663","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","הסעות תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[142,585,47,16]},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,611,42,16]},{"value":"17069","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[142,611,45,15]},{"value":"2294329","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,632,63,17]},{"value":"2530114","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,633,60,17]},{"value":"229615","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[222,667,53,16]},{"value":"149648","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,665,51,17]},{"value":"489126","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[220,689,53,18]},{"value":"290228","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[128,686,59,18]},{"value":"(259511)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,714,68,17]},{"value":"(140580)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[119,712,66,16]},{"value":"18884","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[229,739,48,15]},{"value":"98807","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,734,54,22]},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות","בתוספת הכנסות מימון, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[207,761,70,20]},{"value":"(41773)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות","בתוספת הכנסות מימון, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,759,73,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות אחרות, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[238,791,7,9]},{"value":"85099","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות אחרות, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[136,784,49,17]},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[207,810,69,17]},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[134,807,49,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"5","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי מזומנים"},"facts":[{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[235,294,69,16]},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,294,44,16]},{"value":"53905","comment_ref":"ראה להלן","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[251,340,65,19]},{"value":"(74279)","comment_ref":"ראה להלן","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,340,69,19]},{"value":"(186722)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,362,84,19]},{"value":"(30953)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,362,69,19]},{"value":"253097","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת ניירות ערך, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[246,417,57,16]},{"value":"327","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת ניירות ערך, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[177,417,30,16]},{"value":"32667923","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[238,442,65,16]},{"value":"7864400","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,442,58,16]},{"value":"(31992327)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה בפיקדונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,465,72,16]},{"value":"(7016757)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה בפיקדונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,465,65,16]},{"value":"(848212)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,485,75,19]},{"value":"(286449)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,489,66,16]},{"value":"80481","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,512,59,16]},{"value":"561521","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,513,60,15]},{"value":"(106241)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,544,72,16]},{"value":"530568","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,544,60,16]},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-01-01","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים","יתרת מזומנים ושווה מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[240,568,66,16]},{"value":"321057","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים","יתרת מזומנים ושווה מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,568,60,16]},{"value":"745384","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרת מזומנים ושווה מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[240,590,66,16]},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרת מזומנים ושווה מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[152,590,60,16]},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[241,666,57,18]},{"value":"17068","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[157,663,52,22]},{"value":"(37951)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,690,75,19]},{"value":"(31369)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,687,69,22]},{"value":"(21921)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[231,713,75,19]},{"value":"(14301)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,710,69,22]},{"value":"(6644)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[232,769,75,16]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,768,20,16]},{"value":"82470","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול (קיטון) בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[238,791,71,22]},{"value":"(59978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול (קיטון) בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,789,75,22]},{"value":"75826","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[241,811,60,22]},{"value":"(59978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,811,75,22]},{"value":"53905","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[241,858,71,22]},{"value":"(74279)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,858,75,22]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"6","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו שלא קיימת לגביהם הגבלה"},"facts":[{"value":"(238349)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[402,394,67,20]},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[321,390,59,23]},{"value":"540685","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[228,393,53,18]},{"value":"962907","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[135,392,53,19]},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[423,443,44,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[339,446,9,11]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[238,445,13,11]},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[144,444,42,15]},{"value":"(286449)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[401,470,66,18]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[339,472,9,11]},{"value":"286449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,470,51,16]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,470,9,9]},{"value":"17068","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[423,495,44,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[339,498,9,11]},{"value":"(17068)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[215,494,65,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,496,9,9]},{"value":"(464404)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[400,519,69,20]},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[319,518,54,20]},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[225,518,55,19]},{"value":"1006233","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,518,64,20]},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[401,571,64,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[343,572,12,11]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[236,572,12,11]},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,568,68,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[428,624,9,8]},{"value":"40532323","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[301,617,73,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,621,9,6]},{"value":"40532323","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,615,68,15]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[428,647,9,8]},{"value":"997829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[323,639,51,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[233,643,9,6]},{"value":"997829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,639,51,14]},{"value":"(848212)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[398,663,67,21]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,667,7,7]},{"value":"848212","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[218,663,58,16]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[143,664,7,7]},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,690,39,15]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,692,7,7]},{"value":"(16030)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,686,68,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[143,688,7,7]},{"value":"(1537213)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[395,708,71,22]},{"value":"42190723","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[299,709,70,20]},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,707,67,20]},{"value":"42295758","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[114,706,70,21]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מהרכוש הקבוע מחושב בשיטת הקו הישר בשיעורים השנתיים הבאים","מבנה"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[310,718,12,18]},{"value":"7-10","comment_ref":null,"note_flag":true,"note_name":"עקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מהרכוש הקבוע מחושב בשיטת הקו הישר בשיעורים השנתיים הבאים","ריהוט וציוד"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed","bbox":[295,742,34,19]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1299782","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[422,347,63,17]},{"value":"1214744","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[335,347,64,17]},{"value":"85038","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,347,45,16]},{"value":"86974","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","מבנה","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[156,348,44,16]},{"value":"475416","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[428,370,57,17]},{"value":"276813","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[345,370,52,17]},{"value":"198603","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,371,51,16]},{"value":"140060","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,371,51,16]},{"value":"1775198","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[420,394,65,17]},{"value":"1491557","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","פחת שנצבר"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[334,394,63,17]},{"value":"283641","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות מופחתת"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[248,394,50,15]},{"value":"227034","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות מופחתת"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[150,395,50,16]},{"value":"1358607","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":"ב.","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","תשלומים על-חשבון מבנה בתכנון","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,421,62,19]},{"value":"583032","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":"ב.","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","תשלומים על-חשבון מבנה בתכנון","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,424,52,18]},{"value":"1642248","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","עלות מופחתת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[236,447,61,19]},{"value":"810066","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","עלות מופחתת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,448,53,18]},{"value":"61907","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[250,710,45,18]},{"value":"40447","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[153,710,48,18]},{"value":"25000","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","בעלי מניות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[251,735,44,18]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","בעלי מניות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,736,16,17]},{"value":"50847","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","שכר ונלוות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[251,758,45,18]},{"value":"43712","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","שכר ונלוות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[151,757,50,19]},{"value":"137754","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[245,783,48,18]},{"value":"84159","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[149,781,52,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"990027","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,431,56,18]},{"value":"973336","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[173,434,54,18]},{"value":"192662","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך - מוסדות דת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,457,53,17]},{"value":"227368","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך - מוסדות דת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[176,457,52,16]},{"value":"1182689","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,481,65,16]},{"value":"1200704","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,480,63,15]},{"value":"81990","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות לעובדי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,626,47,19]},{"value":"81529","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות לעובדי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[173,624,45,19]},{"value":"389850","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","קניות מזון וכלי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[253,648,51,18]},{"value":"367331","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","קניות מזון וכלי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[168,647,50,18]},{"value":"471840","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[249,673,54,22]},{"value":"448860","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[166,671,53,20]},{"value":"382675","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[243,838,59,22]},{"value":"217349","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[154,836,58,20]},{"value":"80212","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","שכר מקצועי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,864,50,17]},{"value":"51728","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","שכר מקצועי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[165,859,49,16]},{"value":"7093","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","טלפון ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[261,886,40,16]},{"value":"6533","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","טלפון ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[174,882,38,15]},{"value":"16484","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משרדיות ונסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,908,49,17]},{"value":"12203","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משרדיות ונסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,905,48,17]},{"value":"2662","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[256,933,41,17]},{"value":"2415","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[172,929,41,17]},{"value":"489126","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[240,955,62,18]},{"value":"290228","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[153,952,59,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"-","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","רבית מפקדונות בבנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[273,350,7,9]},{"value":"84155","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","רבית מפקדונות בבנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[178,349,47,18]},{"value":"37951","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[255,370,47,18]},{"value":"31369","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[178,370,47,18]},{"value":"(19067)","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריבית ועמלות בנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,394,52,24]},{"value":"(16717)","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ריבית ועמלות בנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[173,396,52,18]},{"value":"18884","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,418,47,19]},{"value":"98807","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[177,417,47,19]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דין וחשבון כספי ליום 31 בדצמבר 2022"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"ד״וח רואה חשבון המבקר לוועד המנהל"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוח על המצב הכספי"},"facts":[{"value":"205367","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,273,62,21]},{"value":"232629","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,273,61,21]},{"value":"923382","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,295,62,21]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[187,298,15,16]},{"value":"77876","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","אשראי ושקים לגבייה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[273,320,55,21]},{"value":"179711","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","אשראי ושקים לגבייה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,320,61,21]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","הלוואות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[313,345,15,16]},{"value":"145000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","הלוואות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,343,61,21]},{"value":"6000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","חייבים אחרים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[281,367,47,21]},{"value":"8089","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","חייבים אחרים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[155,367,46,21]},{"value":"1212625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[254,391,74,21]},{"value":"565429","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[139,391,61,21]},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[266,414,62,21]},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,414,53,21]},{"value":"1486742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[253,438,72,19]},{"value":"639268","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[140,438,59,19]},{"value":"2367","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[284,508,42,20]},{"value":"78883","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[143,508,56,20]},{"value":"221680","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","עובדים ומוסדות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,533,64,20]},{"value":"120897","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","עובדים ומוסדות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[137,533,63,20]},{"value":"316670","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","הלוואות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,555,64,20]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","הלוואות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[183,557,17,15]},{"value":"540717","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[264,579,63,20]},{"value":"199780","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[137,579,63,20]},{"value":"121530","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות לזמן ארוך","עתודות לזכויות עובדים בעת פרישה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[268,626,56,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות לזמן ארוך","עתודות לזכויות עובדים בעת פרישה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[189,627,7,14]},{"value":"662247","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[267,649,56,19]},{"value":"199780","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,649,57,19]},{"value":"550378","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ״ר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,741,68,21]},{"value":"365649","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ״ר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,741,63,21]},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו ששימשו לרכוש קבוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,765,68,21]},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו ששימשו לרכוש קבוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[141,765,55,21]},{"value":"824495","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,789,68,21]},{"value":"439488","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,789,63,21]},{"value":"1486742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,814,80,21]},{"value":"639268","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,814,63,21]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1092756","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","קופות חולים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[254,320,74,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","קופות חולים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[189,322,11,11]},{"value":"1683166","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[255,352,73,17]},{"value":"1836651","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,352,74,17]},{"value":"2775922","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[255,383,73,17]},{"value":"1836651","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[124,383,74,15]},{"value":"1613739","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,446,81,17]},{"value":"384014","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,446,72,17]},{"value":"389985","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","הפעלת שיעורי מוזיקה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,477,65,17]},{"value":"947139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","הפעלת שיעורי מוזיקה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[126,477,72,17]},{"value":"110000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","תמיכות בתלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,508,66,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","תמיכות בתלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[185,511,15,7]},{"value":"4029","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","ביטוח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,539,50,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","ביטוח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[185,542,15,7]},{"value":"9671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,569,50,17]},{"value":"891","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[162,569,36,17]},{"value":"2127424","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[247,599,81,15]},{"value":"1332044","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,599,82,17]},{"value":"648498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,629,65,17]},{"value":"504607","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,629,65,17]},{"value":"201584","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,691,66,17]},{"value":"11111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,691,51,17]},{"value":"8474","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,722,50,17]},{"value":"30195","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,722,51,17]},{"value":"21812","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","פרסום"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,751,58,17]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","פרסום"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[184,753,17,12]},{"value":"153","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[292,782,36,17]},{"value":"1153","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[154,782,43,17]},{"value":"232023","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,813,66,17]},{"value":"42459","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,813,51,17]},{"value":"416475","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[262,843,66,17]},{"value":"462148","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,843,65,17]},{"value":"31468","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות מימון נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[270,875,58,17]},{"value":"26480","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות מימון נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[147,873,51,19]},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו (גרעון) לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[263,904,65,21]},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו (גרעון) לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[133,904,65,17]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחות על השינויים בנכסים נטו"},"facts":[{"value":"3820","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[395,323,48,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,326,12,9]},{"value":"3820","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[148,321,43,21]},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[375,369,63,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[306,373,11,10]},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,367,61,21]},{"value":"(74730)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[373,458,69,23]},{"value":"74730","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[257,458,62,21]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[181,462,10,10]},{"value":"891","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[404,481,41,21]},{"value":"(891)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[278,481,42,23]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[182,485,9,9]},{"value":"365649","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[376,506,60,19]},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[259,506,54,19]},{"value":"439488","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[128,506,62,19]},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[377,553,62,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[304,557,13,8]},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[131,553,63,19]},{"value":"(209949)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[369,640,70,22]},{"value":"209949","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[253,640,60,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[177,644,15,10]},{"value":"9671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[392,664,48,19]},{"value":"(9671)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[269,663,47,22]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[178,667,14,10]},{"value":"550378","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[377,687,64,19]},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[252,687,64,19]},{"value":"824495","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[128,686,66,20]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"45080","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[367,297,55,24]},{"value":"17550","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[281,297,55,24]},{"value":"12100","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[195,297,55,24]},{"value":"74730","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[108,297,55,24]},{"value":"103149","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[362,319,61,26]},{"value":"30000","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[280,319,56,26]},{"value":"76800","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[195,319,55,26]},{"value":"209949","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[101,318,62,26]},{"value":"148229","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[362,345,61,25]},{"value":"47550","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[280,345,56,25]},{"value":"88900","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[195,345,55,25]},{"value":"284679","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[101,345,62,25]},{"value":"794","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[391,396,35,21]},{"value":"97","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[303,396,34,23]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,401,14,11]},{"value":"891","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[129,395,34,21]},{"value":"7974","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[375,421,48,24]},{"value":"1697","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[288,421,48,24]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,430,15,7]},{"value":"9671","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[115,421,48,24]},{"value":"8768","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[375,449,48,24]},{"value":"1794","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[287,450,48,24]},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[234,453,15,12]},{"value":"10562","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[107,449,57,24]},{"value":"139461","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[361,476,61,24]},{"value":"45756","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[280,476,55,24]},{"value":"88900","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[195,476,55,24]},{"value":"274117","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[101,476,63,24]},{"value":"44286","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[369,524,54,24]},{"value":"17453","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[282,523,54,24]},{"value":"12100","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[195,524,55,24]},{"value":"73839","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[108,523,55,24]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״ ברמת גן","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״ ברמת גן","page_num":"1","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"2","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"135493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,307,53,14]},{"value":"116887","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[103,306,53,15]},{"value":"255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה – הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,326,28,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה – הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[125,328,11,9]},{"value":"135748","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,344,53,14]},{"value":"116887","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,345,53,16]},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,382,53,15]},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[104,382,53,15]},{"value":"638493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[202,417,53,15]},{"value":"626450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,417,53,15]},{"value":"62929","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[208,530,44,15]},{"value":"62715","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[112,531,45,16]},{"value":"72819","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,622,43,14]},{"value":"54172","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[113,621,43,15]},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[202,641,53,15]},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[104,642,53,14]},{"value":"575564","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,659,53,14]},{"value":"563735","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[106,659,53,14]},{"value":"638493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,699,53,12]},{"value":"626450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[104,699,53,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"3","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"111161","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות מהשכרת אולמות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[202,329,52,16]},{"value":"132083","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות מהשכרת אולמות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[105,329,53,16]},{"value":"100605","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[202,385,50,14]},{"value":"32742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[113,385,44,14]},{"value":"10556","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות לפני הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,438,42,14]},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות לפני הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[109,441,44,13]},{"value":"1273","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[216,495,36,14]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[123,500,15,5]},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו מפעולות רגילות לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,554,42,14]},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו מפעולות רגילות לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[113,552,44,13]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"4","page_type":"statements","statement_type":"income_statement","title":"דוחות על השינויים בנכסים נטו"},"facts":[{"value":"(66406)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[449,370,55,23]},{"value":"530800","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,375,50,18]},{"value":"464394","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[166,375,51,18]},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[451,408,55,23]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[332,414,14,11]},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[172,413,45,18]},{"value":"21237","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[451,504,53,23]},{"value":"(21237)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[306,506,54,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[181,509,17,10]},{"value":"54172","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[450,541,54,23]},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[305,543,54,19]},{"value":"563735","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[164,543,54,21]},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[451,575,53,23]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[331,585,13,9]},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[171,577,46,21]},{"value":"(13420)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[446,651,58,23]},{"value":"13420","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[303,655,53,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[188,661,18,9]},{"value":"20238","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[451,688,54,23]},{"value":"(20238)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[302,692,58,19]},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[188,697,19,10]},{"value":"72819","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[453,734,48,15]},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[306,732,49,18]},{"value":"575564","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[166,732,51,18]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"5","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"3.8%","comment_ref":"בשנת הדוח","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["א. ירידת כח הקניה של המטבע הישראלי","עליית מדד המחירים לצרכן"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"textual","bbox":[628,374,36,17]},{"value":"3.4%","comment_ref":"אשתקד","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["א. ירידת כח הקניה של המטבע הישראלי","עליית מדד המחירים לצרכן"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"textual","bbox":[418,374,42,18]},{"value":"743166","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[444,674,53,19]},{"value":"265746","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[314,675,55,18]},{"value":"477420","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[192,675,55,18]},{"value":"492391","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","בניינים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[83,675,52,18]},{"value":"74901","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[449,693,51,13]},{"value":"58619","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[323,689,45,18]},{"value":"16282","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[202,689,45,18]},{"value":"4700","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[95,689,40,18]},{"value":"90244","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[449,708,51,13]},{"value":"81201","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[324,704,45,18]},{"value":"9043","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,705,36,18]},{"value":"12472","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[92,704,43,18]},{"value":"49149","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[448,723,52,13]},{"value":"49149","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[323,719,45,18]},{"value":"-","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[226,725,10,8]},{"value":"-","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מחשבים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[102,724,13,10]},{"value":"957460","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[444,739,51,14]},{"value":"454715","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[314,735,55,18]},{"value":"502745","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[194,736,53,18]},{"value":"509563","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[82,735,53,18]},{"value":"2% - 10%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","בניינים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular","bbox":[406,801,63,14]},{"value":"7%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","מתקני ספורט"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular","bbox":[450,818,21,13]},{"value":"7% - 15%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","ריהוט וציוד"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular","bbox":[408,835,62,12]},{"value":"25% - 33%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","מחשבים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular","bbox":[401,851,69,14]}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
- bbox, value, comment_ref, note_flag, note_name, note_num, note_ref, period_type, period_start, period_end, duration_type, path, path_source, currency, scale, value_type, value_context
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"bbox": [<x>, <y>, <w>, <h>],
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
3. `bbox` must use original-image pixel coordinates `[x, y, w, h]` and tightly cover the value text.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"6041","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מס ערך מוסף"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[208,273,36,14]},{"value":"-","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מס ערך מוסף"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[115,276,12,7]},{"value":"51818","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","הכנסות מראש"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,290,45,16]},{"value":"50350","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","הכנסות מראש"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[93,292,42,14]},{"value":"1070","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","המחאות לפרעון"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[207,310,39,13]},{"value":"9365","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","המחאות לפרעון"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[100,311,37,12]},{"value":"4000","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","הוצאות לשלם"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[208,329,38,13]},{"value":"3000","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","הוצאות לשלם"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[99,330,36,14]},{"value":"62929","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[201,348,44,14]},{"value":"62715","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[92,348,45,16]},{"value":"66000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["מלגות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,437,44,15]},{"value":"5000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["מלגות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[99,436,36,15]},{"value":"7500","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[210,453,36,14]},{"value":"3000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[100,453,38,13]},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["אירוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[230,473,10,7]},{"value":"1700","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["אירוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[101,469,36,14]},{"value":"2503","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["מסי עירייה ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,484,37,15]},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["מסי עירייה ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,488,10,8]},{"value":"4081","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["משרדיות ואחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[209,502,37,13]},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["משרדיות ואחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[116,505,10,8]},{"value":"20238","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[203,518,43,14]},{"value":"21237","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[92,518,43,12]},{"value":"283","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["שונות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[224,533,21,15]},{"value":"1805","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["שונות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[102,533,33,14]},{"value":"100605","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[196,549,51,17]},{"value":"32742","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular","bbox":[92,550,45,14]}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.