phpoffice - How can I read .doc file and get particular words from it in php -


i want read doc file , result it.

for example: if have file - file.doc

and has like

resume

name: john carter

address: usa

i working php developer

then want like:

array( 'name' => john carter 'address' => usa  ) 

and reject additional info it.

is possible?

i have tried phpoffice can't related need.

we can whole file data can't recognize whatever want.

i need similar abbyy gives image text.

please me.

php docx reader: convert ms word docx files text class can convert ms word docx files text.

it can extract files compressed microsoft word file in docx format.

the class can parse document xml file , extract text contains.

refreance question : https://stackoverflow.com/a/19503654/5212418


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -