Merge branch 'main' into feat/issue-266

This commit is contained in:
Rafael Miller
2024-06-14 11:47:58 -03:00
committed by GitHub
16 changed files with 243 additions and 59 deletions
+2
View File
@@ -19,6 +19,8 @@ export type PageOptions = {
screenshot?: boolean;
headers?: Record<string, string>;
replaceAllPathsWithAbsolutePaths?: boolean;
parsePDF?: boolean;
removeTags?: string | string[];
};
export type ExtractorOptions = {