I'm trying to do the following, but I'm getting errors on my ExecuteStreamCommand:
Cannot run program "C:\Python36\pythonscript.py" error=193 not a valid Win32 application"
This is being run on my home Windows work station.
- GetFile (Get my PDF)
- ExecuteStreamCommand (Call Python script to parse PDF with Tika, and create JSON file)
- PutFile (Output file contains JSON that I will use later)
Does NiFi have a built in PDF parser? Is there something more NiFi compatible that Tika?
If not, how do I call one from ExecuteStreamCommand?
Regards and thanks in advance!