Kizuki
    Preparing search index...

    Function toRecords

    • Gives the extracted sections and passages their ids. The same material always gets the same ids.

      Parameters

      Returns {
          passages: {
              location: {
                  cells?: string;
                  heading?: string;
                  notes?: boolean;
                  page?: number;
                  paragraph?: number;
                  sheet?: string;
                  slide?: number;
              };
              materialId: string;
              ordinal: number;
              passageId: string;
              sectionId: string;
              text: string;
          }[];
          sections: {
              heading?: boolean;
              level: number;
              ordinal: number;
              sectionId: string;
              title: string;
          }[];
      }