dc-ml-emea-ar/utils
Blade He 276ff93a1d Optimize drilldown algorithm
Share class names with currency
Reason
The currency in document not next to share name
Solution
If can't get relevant text from PDF page contents, and the last word of share class name belongs to currency, remove currency from share class name, then try again.
After implementing this solution, recall is from 95% to 96%
Can't find relevant text from current PDF page text
Reason
Hence apply try to merge previous page text into current page, perhaps the text is from previous page text.
Solution
Try to get previous page and search relevant value.
After implementing this solution, recall is from 96% to 98%.
2024-11-26 16:35:07 -06:00
..
__init__.py initial 2024-08-19 09:52:13 -05:00
biz_utils.py Create EMEA AR API code file. 2024-11-26 11:24:29 -06:00
gpt_utils.py optimize data extraction algorithm: if can't find cost numeric value from PDF page text, then extract data by Vision ChatGPT 2024-10-15 15:57:54 -05:00
logger.py initial 2024-08-19 09:52:13 -05:00
pdf_download.py initial 2024-08-19 09:52:13 -05:00
pdf_util.py Optimize drilldown algorithm 2024-11-26 16:35:07 -06:00
s3_util.py initial 2024-08-19 09:52:13 -05:00
similarity.py initial 2024-08-19 09:52:13 -05:00
sql_query_util.py 1. get document/ provider mapping data 2024-09-23 17:21:02 -05:00
sys_util.py initial 2024-08-19 09:52:13 -05:00