We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5302c commit d4d8740Copy full SHA for d4d8740
src/axiomatic/client.py
@@ -38,7 +38,6 @@ def analyze_equations(
38
url_path: Optional[str] = None,
39
parsed_paper: Optional[ParseResponse] = None,
40
) -> Optional[EquationExtractionResponse]:
41
- response : EquationExtractionResponse | EquationProcessingResponse
42
if file_path:
43
with open(file_path, "rb") as file:
44
response = self._ax_client.document.equation.from_pdf(document=file)
0 commit comments