Actualizacion del repositorio#1
Open
HancyToro wants to merge 3 commits into
Open
Conversation
…l output - Added main.py as the entry point for the receipt extraction pipeline. - Integrated orientation detection and correction using Tesseract OSD. - Implemented data extraction via OpenCode Zen API with support for multiple models. - Consolidated results into a formatted Excel file using openpyxl and pandas. - Created src/extractor.py for handling API interactions and data parsing. - Developed src/orientation.py for image orientation correction. - Added src/excel_writer.py for generating Excel output. - Introduced argument parsing for input directory, output file, model selection, verbosity, and timeout. - Configured logging for better debugging and information tracking. - Added requirements.txt for project dependencies and pyrightconfig.json for type checking. - Created src/__init__.py to define the source package.
…tion output file - Added a new JSON file containing benchmark results for the sonnet-4.6 model, including extracted fields and metadata for various receipts. - Created an Excel file to store the extracted receipt data, facilitating easier access and analysis of the results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.