Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
426 Zobrazení

HI,


I have a problem with ocr to recognize venodor bill in odoo 12.0 because the function suddenly not work, someone have the same problem and have solve the problem?


thank you

Avatar
Zrušit
Nejlepší odpověď

Cause: OCR for vendor bills in Odoo 12.0 stopped working because the Odoo SA OCR service for version 12 was recently discontinued (around April–May 2025).

How to check: Check your server logs — if you see errors like 403 Forbidden or 410 Gone, this confirms the OCR endpoint was disabled.

Solutions:

  1. Upgrade to Odoo 14+ → fully supported OCR.
  2. Use a third-party OCR service (Google Vision, AWS Textract, Tesseract).
  3. Patch your OCR module to connect to your own OCR service
  4. ->  Many users are experiencing this recently. It is not caused by your code or server.

Avatar
Zrušit
Autor

thank you

Autor Nejlepší odpověď

have you any idea to patch the module?

Avatar
Zrušit

i think :
Create a new custom module.

Inherit document.ocr.provider.

Override _perform_ocr() to call your OCR API.
But I recommend you upgrade to a higher version.