HomeToolsFinancial StatementsNotes to Accounts Extractor

// FINANCIAL STATEMENTS

Notes to Accounts Extractor

Pull individual notes from the Notes-to-Accounts section into structured tables and text blocks.

notes-to-accounts-extractor.run
> 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

command
$ extract --notes ar_FY24.pdf

// EXAMPLE OUTPUT

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.

anchor (per value)
{ 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.

// 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.