Christopher Wakare

Results 6 comments of Christopher Wakare

A reinstall worked for me on mac 10.15.6

@Mad-u1 Let me know if the following code snippet helps? "my_template_folder_name" is the custom template folder ``` from invoice2data import extract_data from invoice2data.extract.loader import read_templates read_template = read_templates(folder="my_template_folder_name") result =...

At a glance, following fields are a must in the yml file to read details from your pdf invoice : amount date invoice_number You can see a list of templates...

As I recall, date has to be a valid date as the base code checks for a valid date I never tried out amount as a non-decimal datatype - but...

Quick questions: Did you create a new template for the shared pdf? Can you share? Did the program give any other errors? Looking at the shared pdf ui.. it appears...

Found the following link on https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality Have not tried it though. "Detecting rotation and line spacing of image of page of text using Radon transform " https://gist.github.com/endolith/334196bac1cac45a4893#