lugassawan/IDXLens
Extract structured financial data from Indonesia Stock Exchange (IDX) PDF reports.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pdf-path | Path to the IDX PDF report file. | yes | — |
| report-type | Report type to extract (e.g. balance-sheet, income-statement). If omitted, IDXLens will attempt to classify the document automatically. | no | "" |
| output-format | Output format: json or csv. | no | json |
| output-path | File path to write the output. If omitted, output is written to stdout and captured in the `result` output. | no | "" |
| version | IDXLens version to use (e.g. 1.2.0). Defaults to "latest", which resolves to the most recent GitHub Release. | no | latest |
Outputs
| name | description |
|---|---|
| result | Extraction result (populated when output-path is not set). |