Commit 4f44a38 1 parent a0b9db3 commit 4f44a38 Copy full SHA for 4f44a38
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1094,8 +1094,8 @@ func main() {
1094
1094
<summary >Receipt Item Extraction from Image (using OpenAI GPT-4o)</summary >
1095
1095
1096
1096
<p align =" center " >
1097
- <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/supermarket-receipt-template.jpg " alt =" Receipt 1 " width =" 45% " >
1098
- <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt-ocr-original.jpg " alt =" Receipt 2 " width =" 45% " >
1097
+ <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt/ supermarket-receipt-template.jpg " alt =" Receipt 1 " width =" 45% " >
1098
+ <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt/receipt -ocr-original.jpg " alt =" Receipt 2 " width =" 45% " >
1099
1099
</p >
1100
1100
1101
1101
<details >
Original file line number Diff line number Diff line change 1
1
# Receipt Image Extractor
2
2
3
3
<p align =" center " >
4
- <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/supermarket-receipt-template.jpg " alt =" Receipt 1 " width =" 45% " >
5
- <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt-ocr-original.jpg " alt =" Receipt 2 " width =" 45% " >
4
+ <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt/ supermarket-receipt-template.jpg " alt =" Receipt 1 " width =" 45% " >
5
+ <img src =" https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt/receipt -ocr-original.jpg " alt =" Receipt 2 " width =" 45% " >
6
6
</p >
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ func main() {
97
97
98
98
urls := []string {
99
99
// source: https://templates.mediamodifier.com/645124ff36ed2f5227cbf871/supermarket-receipt-template.jpg
100
- "https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/supermarket-receipt-template.jpg" ,
100
+ "https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt /supermarket-receipt-template.jpg" ,
101
101
// source: https://ocr.space/Content/Images/receipt-ocr-original.jpg
102
- "https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt-ocr-original.jpg" ,
102
+ "https://raw.githubusercontent.com/instructor-ai/instructor-go/main/examples/vision/receipt/receipt -ocr-original.jpg" ,
103
103
}
104
104
105
105
for _ , url := range urls {
You can’t perform that action at this time.
0 commit comments