https://github.com/johngodoi/brokersnoteloader
This application aims to convert some broker's note into a formatted text that can be easily imported to a spreadsheet.
https://github.com/johngodoi/brokersnoteloader
brokerage parser pdf-document-processor scala
Last synced: 12 months ago
JSON representation
This application aims to convert some broker's note into a formatted text that can be easily imported to a spreadsheet.
- Host: GitHub
- URL: https://github.com/johngodoi/brokersnoteloader
- Owner: johngodoi
- Created: 2020-07-03T23:39:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:32:31.000Z (almost 6 years ago)
- Last Synced: 2025-03-31T13:32:54.706Z (about 1 year ago)
- Topics: brokerage, parser, pdf-document-processor, scala
- Language: Scala
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrokersNoteLoader
This application aims to convert some broker's note into a formatted text that can be easily imported to a spreadsheet.
Currently we are focusing on [Clear](https://www.clear.com.br/) brokeage note and may add other in the future.
This code is initially based on [Alvin Alexander's Scala PDF to Text code](https://alvinalexander.com/scala/convert-pdf-to-plain-text-application-scala-shell-script/).