You bought this module and need support?
Click here!
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) |
| Community Apps Dependencies | Show |
| Lines of code | 6169 |
| Technical Name |
form_recognizer_google_api_ocr |
| License | OPL-1 |
| Website | https://www.rlsd.dk/ |
| Versions | 17.0 18.0 19.0 |
Form Recognizer - Google API OCR
Google Cloud Vision OCR provider for the Form Recognizer invoice capture engine - requires a billed Google Cloud API key.
What you get
- Google provider - registers Google as a selectable provider on conversion models and providers, so the extraction pipeline can OCR documents through the Google Cloud Vision API (EU endpoint)
- Images and PDFs - images are sent to
images:annotatewith Text Detection; PDFs and TIFFs go tofiles:annotatewith Document Text Detection, paginated in batches of 5 pages - Response caching - each API response is stored as a
form.recognizerrecord and reused on later runs instead of calling Google again; detected language feeds the keyword matching - Manual OCR button - a Google OCR button on the attachment form runs the analysis directly, with a per-attachment feature selector (text, logo, label, face detection etc.); a Linebased button on the result record rebuilds the line-based text interpretation
- Raw response endpoint -
/data/formrecognizer/response/<id>(login required) returns the stored Google response as formatted JSON for inspection
Configuration and use
Enter your API key under Settings, Form Recognizer section, block Google Cloud Vision API (company field google_cloud_vision_subscription_key). If the company field is empty, the system parameter google_cloud_vision_subscription_key is used as fallback.
Then select Google as provider on the relevant form conversion model/provider records, or use the Google OCR button on individual attachments.
Technical note
Calls the Google Cloud Vision API at eu-vision.googleapis.com - requires a Google Cloud API key with billing enabled. No extra Python packages.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) |
| Community Apps Dependencies | Show |
| Lines of code | 6169 |
| Technical Name |
form_recognizer_google_api_ocr |
| License | OPL-1 |
| Website | https://www.rlsd.dk/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module