20 lines
491 B
Python
20 lines
491 B
Python
{
|
|
"name": "Document Parser",
|
|
"summary": "Reusable AI-assisted document text and data extraction",
|
|
"version": "1.0.0",
|
|
"category": "Tools",
|
|
"author": "Pranay",
|
|
"website": "https://www.ftprotech.com",
|
|
"license": "LGPL-3",
|
|
"depends": ["base"],
|
|
"data": [
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
"external_dependencies": {
|
|
"python": ["requests"],
|
|
},
|
|
}
|