We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I am trying to use invoice2data for parsing some invoices, but i am facing following error:
from invoice2data import extract_data result = extract_data('XYZ.pdf')
Output : ReaderError: unacceptable character #x0082: special characters are not allowed in "", position 312
*I am not trying any template format.
The text was updated successfully, but these errors were encountered:
Solved by 6ab3104 ("Treat all YAML templates files as UTF-8 encoded")
Make sure your .yml template file is UTF-8 encoded.
See #449
Sorry, something went wrong.
No branches or pull requests
Hi
I am trying to use invoice2data for parsing some invoices, but i am facing following error:
from invoice2data import extract_data
result = extract_data('XYZ.pdf')
Output :
ReaderError: unacceptable character #x0082: special characters are not allowed
in "", position 312
*I am not trying any template format.
The text was updated successfully, but these errors were encountered: