// FINANCIAL STATEMENTS
Notes to Accounts Extractor
Pull individual notes from the Notes-to-Accounts section into structured tables and text blocks.
> extract --notes ar_FY24.pdf
Notes detected: 42 Note 1 Corporate information [text] Note 2 Significant accounting [text] Note 3 Property, plant & equip. [table] Note 7 Investments [table] Note 17 Borrowings [table] Note 25 Employee benefits [table+text] Note 32 Related party transactions [table] Note 41 Contingent liabilities [table+text] Output: notes.xlsx (one sheet per note) + notes.json
// EXAMPLE INPUT
$ extract --notes ar_FY24.pdf
// EXAMPLE OUTPUT
Notes detected: 42 Note 1 Corporate information [text] Note 2 Significant accounting [text] Note 3 Property, plant & equip. [table] Note 7 Investments [table] Note 17 Borrowings [table] Note 25 Employee benefits [table+text] Note 32 Related party transactions [table] Note 41 Contingent liabilities [table+text] Output: notes.xlsx (one sheet per note) + notes.json
// EXTRACTION LOGIC
Each note's header is detected (Note N — Title) and its body is split into structured tables vs free text. References between notes (e.g. 'Refer Note 17') are preserved as in-document links.
// SOURCE-LINKED OUTPUT
Every note retains its PDF page span. Tables inside notes are anchored to row/cell coordinates so values can be opened back to the audited source.
{ file, page, table_id, row_id, cell_id, label, value, unit, period }// FAQ
Are cross-references between notes preserved?
Yes — references like 'Refer Note 17' become internal links inside the JSON output.
Can I export just one note?
Yes. Notes can be filtered by number, title, or type (text / table / mixed) at export time.
Are accounting-policy notes kept as text?
Yes. Significant accounting policies and judgements are preserved as clean text with their original headings.
// RELATED TOOLS
Financial Statements
Financial Statement Extractor
Pull the three core financial statements — Balance Sheet, P&L, and Cash Flow — into a clean, comparable workbook.
Financial Statements
Related Party Transaction Extractor
Pull related-party transactions from the Notes section into a structured, counterparty-level table.
Annual Reports
Auditor Comment Extractor
Pull the independent auditor's report — opinion, basis, key audit matters, and emphasis-of-matter — into a structured document.
// EARLY ACCESS
Get early access to the Notes to Accounts Extractor
Paper Data is currently in private beta. Request access to start converting your financial documents into source-linked tables.
