This commit is contained in:
Nicolas
2024-06-26 21:02:58 -03:00
parent 3b92fb8433
commit 1d4907acc9
3 changed files with 60 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ export type PageOptions = {
replaceAllPathsWithAbsolutePaths?: boolean;
parsePDF?: boolean;
removeTags?: string | string[];
onlyIncludeTags?: string | string[];
};
export type ExtractorOptions = {