Procs
proc extractText(idx: ObjectIndex): seq[string] {. ...raises: [IworkFormatError, KeyError], tags: [], forbids: [].}
- cleaned text of every storage archive in the index, sorted by object id so output is deterministic Source Edit
proc storageText(obj: IworkObject): string {....raises: [IworkFormatError], tags: [], forbids: [].}
- the cleaned text of one tswp.storagearchive object: runs in field 3 are consecutive pieces of one stream, so they join without separators Source Edit