I have a PDF invoice and i need to verify all the fields like amount, currency, date etc.
I tried RPA.PDF library but it returns the below output which i cannot validate it in my robot framework. So i need another alternate method please.
C:\Users\4star\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host ‘food-stg.yassir.io’. Adding certificate verification is strongly advised. See: Advanced Usage - urllib3 1.26.20 documentation
warnings.warn(
…[Match(anchor=‘TTC’, direction=‘right’, neighbours=[‘7.00’])]
Thanks for your suggestion but OCR will not resolve it, i need some library like RPA which can get the invoice fields and in output it returns in json values.