Installation
Pre-compiled binaries are available in the Releases page
- Download, unzip, and copy the
x86 DLL
file into your
Textractor/x86
folder - Download, unzip, and copy the
x64 DLL
file into your
Textractor/x64
folder - Open up
Textractor/x86/Textractor.exe
, clickExtensions
, right click inside theExtensions
dialog box, clickAdd extension
, change the file extension in the file picker dialog from*.xdll
to*.dll
, and selecttextractor_websocket_x86.dll
inside theTextractor/x86
folder from Step 1. - Open up
Textractor/x64/Textractor.exe
, clickExtensions
, right click inside theExtensions
dialog box, clickAdd extension
, change the file extension in the file picker dialog from*.xdll
to*.dll
, and selecttextractor_websocket_x64.dll
inside theTextractor/x64
folder from Step 2.
Expected file structure
Textractor
├── x64
└── Textractor.exe
└── textractor_websocket_x64.dll
└── ...
├── x86
└── Textractor.exe
└── textractor_websocket_x86.dll
└── ...