I went to node/add/doc and tried to upload a doc file, with "Automatically detect" parser selected.

When I Submit, I get:

A valid parser was not found, please manually select from the list of available parsers.

Then, the browse button goes away, so the next time I submit the form I get "Please specify a file to upload."

Comments

bradfordcp’s picture

Currently the only file type supported is a JPEG processor. I am getting the workflow down before bringing the other parsers online. Also the file is stored internally after you submit the first time. I will look into why it was not recognizing it was uploaded.

bradfordcp’s picture

Assigned: Unassigned » bradfordcp
Status: Active » Postponed
agentrickard’s picture

FYI. See http://groups.drupal.org/files/DocImport_Process2.png for the background on this.

The idea is that we really want to nail the workflow, then worry about the parsers -- or open that up to the community. So workflow testing is done against JPG, since it doesn't need any HTML conversion.

agentrickard’s picture

There is another issue -- which looks like a core bug.

We enable the parsers on module activation, using hook_enable(), but the dependent module (docapi_image) is called before the master module (docapi) seems to be installed.

Very odd.