This commit is contained in:
Akash Mozumdar 2018-09-29 16:56:22 -04:00
parent 04699b6138
commit c678c74286
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
# ExampleExtension
Every time NextHooker has a sentence of text ready,
Every time Textractor 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.<br>
After the sentence has been processed by all extensions, it will be displayed.
@ -17,4 +17,4 @@ After the sentence has been processed by all extensions, it will be displayed.
# Notes
You just need Visual Studio with basic C++ support to compile this project.<br>
Compile using Release configuration unless you built NextHooker from source yourself using a Debug configuration. Compile targeting x86 for NextHooker and x64 for NextHooker64.
Compile using Release configuration unless you built Textractor from source yourself using a Debug configuration. Compile targeting x86 for Textractor and x64 for Textractor64.