An open API service indexing awesome lists of open source software.

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

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.