Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zozo-yasuda committed Aug 3, 2024
1 parent 3c37871 commit f2c2ebe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export declare class PdfReader {
parseBuffer(buffer: Buffer, itemHandler: ItemHandler): void;
}


export type Item = {
x: number;
y: number;
Expand All @@ -29,12 +28,12 @@ export type Item = {
A: string;
clr: number;
R: {
T:string;
S:number;
TS:any[];
T: string;
S: number;
TS: any[];
}[];
text:string;
}
text: string;
};

export class TableParser {
private rows: { [key: string]: Item[] };
Expand Down

0 comments on commit f2c2ebe

Please sign in to comment.