Skip to content

Commit

Permalink
Update solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umraan-xm authored Mar 25, 2023
1 parent 0ae0f6f commit ed4a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def definite_integral(equation):


if __name__ == '__main__':
image = cv2.imread("E:\\Documentation\\Project Sem 6\\test\\test_image22.png")
image = cv2.imread("")
show_image(image)
eq = extract(image)
sol = definite_integral(eq)
Expand Down

0 comments on commit ed4a8e5

Please sign in to comment.