REPOSITORY OVERVIEWLive repository statistics
★ 19Stars
⑂ 14Forks
◯ 1Open issues
◉ 19Watchers
51/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
26 Maintenance state20% weight
65 License clarity10% weight
100 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
textract-statement-processor
A sample pipeline that takes as input bank statements, extracts transaction information from
tables within the statements using Textract, stores, and classifies each transaction.
- PDF bank statements that have been scanned, or downloaded from an online banking application, are uploaded to the Landing bucket in S3
- The landing of the file in the S3 bucket triggers a Lambda function that starts the step function
- The Lambda function starts the step function execution
- The first step in the step function calls a Lambda to start a new Textract document analysis job
- A new document analysis job is invoked with the uploaded PDF
- The step function periodically calls a Lambda to get the job results
- The Lambda checks with Textract, using the job identifier, whether the analysis job is complete
- When the analysis job is complete the Lambda takes the output of the job, extracts the tabular data, and processes the transaction records into a JSON file which it then saves in the Processed bucket in S3.
- An API Lambda queries the JSON files stored in the S3 bucket in response to a request from the API gateway. An additional classification step at this point classifies each transaction into a type and sub-type based on user configurable classification rules.
- The API Gateway serves a RESTful API that a we frontend consumes to visualise transaction data
- Finally, the visualisation output of multiple years worth of classified transaction data is visualised within a Sankey diagram as shown below, allowing users to see at a glance income vs expenditure.
- ML models can be trained and run aginst historical transaction data
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains a pipeline blending Python and R features, first to: download, preprocess, and compute Sentinel-1 SAR vegetation indices (all in Python); following for image sampling in R.
79/100 healthRecently updatedActive repositoryHas homepage
HTMLAGPL-3.0#esa#nasa#python3#r
⑂ 7 forks◯ 0 issuesUpdated 21 days ago
Project homepage ↗This sample Python Web app demonstrates the use of variable template files in Azure Pipelines.
22/100 healthArchived
PythonMIT
⑂ 31 forks◯ 2 issuesUpdated Jun 15, 2026