https://github.com/rafael-vasconcellos/textractor-extension-example
Textractor extension example
https://github.com/rafael-vasconcellos/textractor-extension-example
dll windows
Last synced: about 1 month ago
JSON representation
Textractor extension example
- Host: GitHub
- URL: https://github.com/rafael-vasconcellos/textractor-extension-example
- Owner: rafael-vasconcellos
- Created: 2025-07-02T19:21:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-15T00:17:04.000Z (3 months ago)
- Last Synced: 2025-07-15T04:43:34.405Z (3 months ago)
- Topics: dll, windows
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Extension
Every time [Textractor](https://github.com/Artikash/Textractor) has a sentence of text ready, it will call `ProcessSentence` on all extensions (Dlls) it finds sequentially (via `OnNewSentence`)
After the sentence has been processed by all extensions, it will be displayed.