A Flask API that parses movie/TV scripts (PDF) and extracts information about scenes, characters, and more.
- Extract scenes and their locations
- Identify characters in each scene
- Count lines per scene
- Generate overall script statistics
Upload a script file (PDF) to parse it.
Example:
curl -X POST -F "file=@your_script.pdf" https://your-api-url/parse-script/