feat: merge 0.7.6

This commit is contained in:
莘权 马 2024-03-11 17:50:48 +08:00
commit 6a735e3fef
11 changed files with 44 additions and 45 deletions

View file

@ -6,9 +6,7 @@ async def main():
image_path = "image.jpg"
language = "English"
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}.
Your goal is to perform OCR on images using PaddleOCR, then extract the total amount from ocr text results, and finally save as table. Image path: {image_path}.
NOTE: The environments for Paddle and PaddleOCR are all ready and has been fully installed."""
di = DataInterpreter()