Skip to content
#

invoice-parser

Here are 22 public repositories matching this topic...

manycoding
manycoding commented Nov 19, 2020

Version: 0.0.5

Some errors like 500 don't return error in the response making error unreadable.

To reproduce:

veryfi_client = veryfi.Client(client_id, client_secret, username, api_key, base_url=base_url)
file_url = '.jpg'
response = veryfi_client.process_document_url(file_url, boost_mode=1)

Solution: make something up for 500 and other cases when there's no message.

bug good first issue

Improve this page

Add a description, image, and links to the invoice-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the invoice-parser topic, visit your repo's landing page and select "manage topics."

Learn more