Examples showing how to create extensions for Textractor.
Go to file
2018-07-26 22:59:54 -07:00
ExampleExtension update for new extension api 2018-07-26 22:59:54 -07:00
.gitattributes Add .gitignore and .gitattributes. 2018-05-26 06:22:35 -04:00
.gitignore Add .gitignore and .gitattributes. 2018-05-26 06:22:35 -04:00
ExampleExtension.sln Add project files. 2018-05-26 06:22:38 -04:00
LICENSE Create LICENSE 2018-07-13 13:38:54 -04:00
README.md update for new extension api 2018-07-26 22:59:54 -07:00

ExampleExtension

Every time NextHooker has a sentence of text ready, it will call OnNewSentence on all extensions it finds sequentially, plugging the output of OnNewSentence from the previous extension into the next extension.
After the sentence has been processed by all extensions, it will be displayed.

Notes

Please compile extensions for Release targeting x86 architecture!