When I convet pdf to excel they show these error cannot import name 'read_pdf' from 'tabula' (unknown location)
from tabula import read_pdf
data= tabula.read_pdf("CX.pdf", page="all")
print(data)
When I convet pdf to excel they show these error cannot import name 'read_pdf' from 'tabula' (unknown location)
from tabula import read_pdf
data= tabula.read_pdf("CX.pdf", page="all")
print(data)