Skip to content

Commit f257e78

Browse files
authored
Merge branch 'main' into fbpce
2 parents 70b428b + b88efef commit f257e78

File tree

1,938 files changed

+71499
-3646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,938 files changed

+71499
-3646
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
# General
2-
.DS_Store
3-
.AppleDouble
4-
.LSOverride
5-
.vscode
6-
.bak
7-
8-
# Icon must end with two \r
9-
Icon
10-
11-
12-
# Thumbnails
13-
._*
14-
15-
# Files that might appear in the root of a volume
16-
.DocumentRevisions-V100
17-
.fseventsd
18-
.Spotlight-V100
19-
.TemporaryItems
20-
.Trashes
21-
.VolumeIcon.icns
22-
.com.apple.timemachine.donotpresent
23-
24-
# Directories potentially created on remote AFP share
25-
.AppleDB
26-
.AppleDesktop
27-
Network Trash Folder
28-
Temporary Items
29-
.apdisk
30-
31-
# ignore common security keys
32-
.key
33-
.crt
34-
.csr
35-
.pem
1+
.gitignore
2+
shared-assets/bastion-py-script/.oci/
3+
shared-assets/bastion-py-script/temp/
4+
temp/
5+
app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README_tmp.html
6+
7+
8+
# Local .terraform directories
9+
**/.terraform/*
10+
11+
12+
# Crash log files
13+
crash.log
14+
crash.*.log
15+
16+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
17+
# password, private keys, and other secrets. These should not be part of version
18+
# control as they are data points which are potentially sensitive and subject
19+
# to change depending on the environment.
20+
*.tfvars
21+
*.tfvars.json
22+
23+
24+
# Ignore override files as they are usually used to override resources locally and so
25+
# are not checked in
26+
override.tf
27+
override.tf.json
28+
*_override.tf
29+
*_override.tf.json
30+
31+
# Ignore CLI configuration files
32+
.terraformrc
33+
terraform.rc
34+
35+
# Terraform lock files
36+
*.lock.hcl

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": []
3+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Oracle and/or its affiliates.
1+
Copyright (c) 2025 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We create all kinds of interesting assets in our line of work, which we believe
1313
We structure our assets by our internal product areas and reflect this in the folder structure of this repository. The repository will have at least four levels of folders, starting with the first representing a wider product area (like Infrastructure Cloud), followed by a specific product area (like Compute), followed by a product or cloud service (like Bare Metal Compute), and finally by an asset for that product (like How-to-Guides).
1414

1515
## License
16-
Copyright (c) 2024 Oracle and/or its affiliates.
16+
Copyright (c) 2025 Oracle and/or its affiliates.
1717

1818
Licensed under the Universal Permissive License (UPL), Version 1.0.
1919

ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Reviewed: 17.10.2024
3535

3636
# License
3737

38-
Copyright (c) 2024 Oracle and/or its affiliates.
38+
Copyright (c) 2025 Oracle and/or its affiliates.
3939

4040
Licensed under the Universal Permissive License (UPL), Version 1.0.
4141

ai/ai-document-understanding/README.md

Lines changed: 66 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,58 @@
22

33
Oracle Cloud Infrastructure (OCI) Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and command-line interface tools. With OCI Document Understanding, you can automate tedious business processing tasks with prebuilt AI models and customize document extraction to fit your industry-specific needs.
44

5-
Reviewed: 17.10.2024
5+
Reviewed: 11.06.2025
66

77

88
# Table of Contents
99

10-
- [Document Understanding](#document-understanding)
11-
- [Table of Contents](#table-of-contents)
12-
- [Team Publications](#team-publications)
13-
- [Reusable Assets Overview](#reusable-assets-overview)
14-
- [Useful Links](#useful-links)
15-
- [LiveLabs and Workshops](#livelabs-and-workshops)
16-
- [Customer Stories](#customer-stories)
17-
- [License](#license)
10+
1. [Team Publications](#team-publications)
11+
2. [Useful Links](#useful-links)
12+
3. [Reusable Assets Overview](#reusable-assets-overview)
1813

1914
# Team Publications
2015

21-
## Reusable Assets Overview
16+
## LiveLabs and Workshops
17+
18+
- [Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
19+
- [Search Documents stored in Object Storage using Opensearch, Generative AI, Semantic Search, RAG](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3762)
20+
- [Develop with Oracle AI and Database Services: Gen, Vision, Speech, Language, OML, Select AI, RAG and Vector](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3874&clear=RR,180&session=10041712875174)
21+
- [Search Documents and Images stored in Object Storage using OpenSearch, AI Vision, Text Recognition](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3442)
22+
23+
## GitHub
24+
25+
- [Invoice Document Processing from Gmail into ERP systems using OCI Document Understanding & Oracle Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/ai-document-understanding/ai-email-invoice)
26+
27+
## Architecture Center
28+
29+
- [Search documents and images stored in Object Storage using OpenSearch, OCI Vision, Text Recognition](https://docs.oracle.com/en/solutions/oci-opensearch-vision/index.html)
30+
- [Enable a Low Code Modular LLM App Engine using Oracle Integration and OCI Generative AI](https://docs.oracle.com/en/solutions/oci-generative-ai-integration/index.html)
31+
- [Use OCI Vision + DU to extract data from images and scanned documents](https://docs.oracle.com/en/solutions/ai-vision-extract-data/index.html)
32+
33+
# Useful Links
34+
35+
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
36+
- [Document Understanding Oracle.com Page](https://www.oracle.com/artificial-intelligence/document-understanding/)
37+
- [Document Understanding Documentation](https://docs.oracle.com/iaas/document-understanding/document-understanding/using/home.htm)
38+
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
39+
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
40+
- [Automate with documents using AI](https://blogs.oracle.com/ai-and-datascience/post/automate-documents-using-ai)
41+
- [Oracle Learning YouTube Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
42+
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
43+
44+
## Customer Stories
45+
46+
- [Trailcon Leasing: Low-code and AI for Automating Invoice Processing & Approval Workflow](https://www.youtube.com/watch?v=TsbNU6xdQPw)
47+
- [Careem increases efficiency and cuts invoice process time 70% with Oracle AI](https://www.oracle.com/customers/careem-case-study/)
2248

49+
# Reusable Assets Overview
50+
51+
## Cloud Coaching
2352
- [Cloud Coaching - Boost Your Oracle AI Services](https://youtu.be/VVWTqqlIEhg)
2453
- Learn how to Develop a Multi-Chain Document Evaluation Apps with Oracle Generative AI, Document Understanding, and Integration Cloud.
2554

26-
- [Blog: Document Evaluation Tool using OCI Generative AI, Document Understanding & Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/generative-ai-service/doc-evaluation-genai)
27-
- In this article, we'll explore how to make a handy tool that helps to evaluate documents using Oracle Generative AI, OCI Document Understanding, and Oracle Integration Cloud (OIC). This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud and Generative AI prompting techniques for tasks like document key criteria extraction, summarization, and evaluation.
28-
2955
- [Cloud Coaching - How to code and develop a Web (or Mobile) Application with Visual Builder that uses and leverages OCI Document Understanding Service](https://youtu.be/0oHixpA9JDc?si=3CWh0d2RpuEzzLKU)
30-
Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering
56+
- Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering
3157

3258
- [Cloud Coaching - AI Based & Real Time Gmail Invoice Documents Processing into Oracle Fusion ERP Cloud](https://youtu.be/wq7HH-WYslU?si=wBqH5eEkcC0hYKqj)
3359
How can you speed up your Account Payable Invoice Processing Cycle? Document Understanding and OCI Intelligent Automation Engine running on top of Oracle Fusion ERP Cloud can help:
@@ -40,37 +66,42 @@ Reviewed: 17.10.2024
4066

4167
- [Oracle AI Invoice Handling Solution](https://github.com/oracle-devrel/oci-ai-invoice-handling)
4268

43-
- [Demo: Automate Invoice Handling - Oracle Integration Cloud & AI Document Understanding Service](https://youtu.be/k72CcNhmOjs)
44-
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
45-
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
46-
- [Document Understanding (Insurance Document) Key Value extraction demo](https://youtu.be/QsFqaRxtV1s)
47-
- [Cloud Customer Connect - How to Train Your Oracle AI Cloud Service Model](https://community.oracle.com/customerconnect/events/604740-oci-how-to-train-your-oracle-ai-cloud-service-model)
48-
- In this session, we demonstrate how you can use OCI AI services, to create custom models using the data labeling, vision, and document understanding service.
4969
- [Cloud Coaching - Low Code Modular RAG-based Knowledge Search Engine using Oracle GenAI](https://www.youtube.com/watch?v=KkVomurY_0Q)
5070
- In this coaching session, you’ll learn how to use low-code integration with Oracle Integration Cloud to integrate and orchestrate social media channels like WhatsApp, Business channels like a Web Application built in Oracle Visual Builder, productivity channels like OCI Object Storage, local large and small language models (LLMs), and vector databases to ingest live data into the RAG-based Knowledge Search Engine store.
5171

52-
# Useful Links
72+
## Blogs
5373

54-
- [Automate with documents using AI](https://blogs.oracle.com/ai-and-datascience/post/automate-documents-using-ai)
55-
- [Oracle Learning YouTube Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
56-
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
57-
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
58-
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
74+
- [Document Evaluation Tool using OCI Generative AI, Document Understanding & Integration Cloud](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/generative-ai-service/doc-evaluation-genai)
75+
- In this article, we'll explore how to make a handy tool that helps to evaluate documents using Oracle Generative AI, OCI Document Understanding, and Oracle Integration Cloud (OIC). This application combines a low-code approach to orchestrate LLM AI services and applications using Oracle Integration Cloud and Generative AI prompting techniques for tasks like document key criteria extraction, summarization, and evaluation.
5976

60-
- [Document Understanding Oracle.com Page](https://www.oracle.com/artificial-intelligence/document-understanding/)
61-
- [Document Understanding Documentation](https://docs.oracle.com/iaas/document-understanding/document-understanding/using/home.htm)
77+
- [Create a Custom Document Understanding Model in OCI](https://blogs.oracle.com/analytics/post/create-a-custom-document-understanding-model-in-oci)
78+
- Explore which are the steps to create custom models in Document Understanding and which models can be customized. Custom models are useful for specific business requirements, when pretrained models are not enough to solve those needs.
6279

63-
## LiveLabs and Workshops
64-
65-
- [Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
80+
- [Register and Invoke Custom Document Understanding Models in Oracle Analytics Cloud](https://blogs.oracle.com/analytics/post/register-and-invoke-custom-document-understanding-models-in-oac)
81+
- Learn about custom Document Understanding models and how to register and invoke a custom key value extraction model from OAC.
82+
83+
- [OCI Document Understanding: Using OJET apps with TypeScript](https://blogs.oracle.com/developers/post/oci-document-understanding-using-ojet-apps-with-typescript)
84+
85+
- [Extract key values with Oracle Analytics and OCI Document Understanding](https://blogs.oracle.com/analytics/post/innovate-with-oracle-analytics-and-ai-document-understanding)
86+
87+
88+
## Demos & Events
89+
90+
- [Demo: Automate Invoice Handling - Oracle Integration Cloud & AI Document Understanding Service](https://youtu.be/k72CcNhmOjs)
91+
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
92+
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
93+
- [Document Understanding (Insurance Document) Key Value extraction demo](https://youtu.be/QsFqaRxtV1s)
94+
- [Cloud Customer Connect - How to Train Your Oracle AI Cloud Service Model](https://community.oracle.com/customerconnect/events/604740-oci-how-to-train-your-oracle-ai-cloud-service-model)
95+
- In this session, we demonstrate how you can use OCI AI services, to create custom models using the data labeling, vision, and document understanding service.
96+
- [Low-Code Modular RAG-Based Knowledge Search Engine](https://www.oracle.com/artificial-intelligence/low-code-modular-rag/)
97+
- [Automate Invoice Handling with OCI Document Understanding](https://www.oracle.com/artificial-intelligence/automate-invoice-processing/)
98+
- [Processing Invoices in Email Using OCI Document Understanding and Oracle Integration Cloud](https://www.oracle.com/artificial-intelligence/processing-invoices-in-email/)
99+
- [Evaluating Documents using OCI Generative AI and OCI Document Understanding](https://www.oracle.com/artificial-intelligence/evaluating-document/)
66100

67-
## Customer Stories
68-
69-
- [Trailcon Leasing: Low-code and AI for Automating Invoice Processing & Approval Workflow](https://www.youtube.com/watch?v=TsbNU6xdQPw)
70101

71102
# License
72103

73-
Copyright (c) 2024 Oracle and/or its affiliates.
104+
Copyright (c) 2025 Oracle and/or its affiliates.
74105

75106
Licensed under the Universal Permissive License (UPL), Version 1.0.
76107

ai/ai-document-understanding/ai-email-invoice/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Oracle and/or its affiliates.
1+
Copyright (c) 2025 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

ai/ai-document-understanding/ai-email-invoice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the README document in the /files folder.
1515

1616
# License
1717

18-
Copyright (c) 2024 Oracle and/or its affiliates.
18+
Copyright (c) 2025 Oracle and/or its affiliates.
1919

2020
Licensed under the Universal Permissive License (UPL), Version 1.0.
2121

ai/ai-document-understanding/ai-email-invoice/files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ In conclusion, using OCI Document Understanding, Oracle Integration Cloud (OIC)
169169

170170
# License
171171

172-
Copyright (c) 2024 Oracle and/or its affiliates.
172+
Copyright (c) 2025 Oracle and/or its affiliates.
173173

174174
Licensed under the Universal Permissive License (UPL), Version 1.0.
175175

0 commit comments

Comments
 (0)