mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
fixbug: reset ocr_receipt.py
This commit is contained in:
parent
8cda8c6f1b
commit
587c134893
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ async def main():
|
|||
requirement = f"""This is a {language} receipt image.
|
||||
Your goal is to perform OCR on images using PaddleOCR, output text content from the OCR results and discard
|
||||
coordinates and confidence levels, then recognize the total amount from ocr text content, and finally save as table.
|
||||
Image path: {image_path}.
|
||||
Image path: {image_path}.
|
||||
NOTE: The environments for Paddle and PaddleOCR are all ready and has been fully installed."""
|
||||
di = DataInterpreter()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue