Ask a question to get started
Enter to send•Shift+Enter new line
MathpixPDFLoader( self, file_path: Union[str, PurePath], processed_file_format: str =
BasePDFLoader
file_path
Union[str, PurePath]
a file for loading.
processed_file_format
str
'md'
a format of the processed file. Default is "md".
max_wait_time_seconds
int
500
should_clean_pdf
bool
False
extra_request_data
Optional[dict[str, Any]]
None
**kwargs
Any
{}
Wait for processing to complete.
Clean the PDF file.
Load PDF files using Mathpix service.
PDF
Mathpix
a maximum time to wait for the response from the server. Default is 500.
a flag to clean the PDF file. Default is False.
Additional request data.
additional keyword arguments.