Examples showing how to create extensions for Textractor.
Go to file
2018-07-13 13:38:54 -04:00
ExampleExtension bugfix 2018-07-13 13:26:47 -04: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 Create README.md 2018-07-13 13:35:39 -04:00

ExampleExtension

Every time NextHooker has a sentence of text ready, it will call NewSentence on all extensions it finds sequentially, plugging the output of NewSentence 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!