You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the error
'unicode', "special characters are not allowed")
yaml.reader.ReaderError: unacceptable character #x0082: special characters are not allowed
in "", position 46
my code:
from invoice2data import extract_data
result = extract_data('/home/ganesh/Videos/1.pdf')
print(result)
The text was updated successfully, but these errors were encountered:
this is the error
'unicode', "special characters are not allowed")
yaml.reader.ReaderError: unacceptable character #x0082: special characters are not allowed
in "", position 46
my code:
from invoice2data import extract_data
result = extract_data('/home/ganesh/Videos/1.pdf')
print(result)
The text was updated successfully, but these errors were encountered: