Monday, August 18, 2025
1 change · master
Code cleanup and technical improvements
The expense OCR flow no longer predicts categories, so old category prediction code has been removed. This reduces unnecessary maintenance while keeping product prediction aligned with the newer OCR behavior.
Original PR description
In the newer version of the expense OCR (see commit 7c966fc), it doesn't predict a category anymore. Instead, it actually detects a description from the expense that can be used to predict the product. This commit cleans up the code that relates to the category prediction as it's not used anymore.