Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Expenses (hr_expense) • Purchase (purchase) • Invoicing (account) • Discuss (mail) • Employee Contracts (hr_contract) • Employees (hr) |
Community Apps Dependencies | Show |
Lines of code | 13260 |
Technical Name |
ocr_data_retrieval |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Expenses (hr_expense) • Purchase (purchase) • Invoicing (account) • Discuss (mail) • Employee Contracts (hr_contract) • Employees (hr) |
Community Apps Dependencies | Show |
Lines of code | 13260 |
Technical Name |
ocr_data_retrieval |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 |

OCR Data Retrieval
Retrieving the Contents from Images and PDF Files.


Explore This Module

Overview

Configuration

Features







Screenshots
OCR Data Retrieval Menu Option
Menu that direct to the data retrieval.

Data Retrieval Template
Form to read file and retrieve data.

OCR Data Retrieval from Bill
Reading content from scanned bill and mapping into Vendor Bill.

OCR Data Retrieval from Personal Cards
Reading content from personal documents and mapping into Contact module.

OCR Data Mapping into Employee Module
Reading content from personal documents and mapping into Employee module.

OCR Data Mapping into Sale Order
Reading content from PDF file and mapping into Sale Order.

(The example format for sale order PDF and purchase order PDF is added in the module.)
Suggested Products

Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy

Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience.

Education
A platform for educational management.

Manufacturing
Plan, track and schedule your operations.

E-commerce & Website
Mobile friendly, awe-inspiring product pages.

Service Management
Keep track of services and invoice.

Restaurant
Run your bar or restaurant methodically.

Hotel Management
An all-inclusive hotel management application.

Support


Say hi to us on WhatsApp!
+91 86068 27707

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedVery nice for small images
But not working for pdf's giving always error: cannot identify data.
Had to install Pillow as PIL is deprecated, python 3.9 doesn't even recognize PIL anymore. Maybe that's a factor.
Re: Very nice for small images
Yes, You are correct. Works with python 3.8
Has anyone been able to get this working on V16, .sh running Python3.10?
Not working for PDF, showing error data 'Data cannot be read'
Re:
We have analyzed the mentioned issue and found that it was due to missing two packages (tesseract-ocr and libtesseract-dev) required for PDF reading.