Bagatur/eden type 2 (#10102)

pull/10103/head
Bagatur 1 year ago committed by GitHub
parent d4380339c1
commit b927277809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,9 @@
{
"cell_type": "code",
"execution_count": 42,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [
{
"name": "stdout",
@ -173,7 +175,9 @@
{
"cell_type": "code",
"execution_count": 44,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [
{
"data": {
@ -199,13 +203,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Exemple with images"
"## Example with images"
]
},
{
"cell_type": "code",
"execution_count": 24,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [
{
"name": "stdout",
@ -330,13 +336,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Exemple with OCR images"
"## Example with OCR images"
]
},
{
"cell_type": "code",
"execution_count": 29,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [
{
"name": "stdout",
@ -412,7 +420,9 @@
{
"cell_type": "code",
"execution_count": 31,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [
{
"name": "stdout",
@ -449,13 +459,13 @@
}
],
"source": [
"result=agent_chain(\"\"\" i have this url of an invoice document: \"https://app.edenai.run/assets/img/data_1.72e3bdcc.png\"\n",
" i want to extract the information in it.\n",
" and answer these questions :\n",
" who is the customer ?\n",
" what is the company name ? \n",
" \n",
" \"\"\")"
"input_ = \"\"\"i have this url of an invoice document: \"https://app.edenai.run/assets/img/data_1.72e3bdcc.png\"\n",
"i want to extract the information in it.\n",
"and answer these questions :\n",
"who is the customer ?\n",
"what is the company name ? \n",
"\"\"\"\n",
"result=agent_chain()"
]
},
{

Loading…
Cancel
Save