Metadata-Version: 2.4
Name: fcp-ocr
Version: 0.0.1
Summary: Read FCPXML, detect text (OCR), place Markers in FCPXML
Author-email: Sugil Steve Lee <sugilmath@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/leesugil/fcp-ocr
Project-URL: Issues, https://github.com/leesugil/fcp-ocr/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# fcp-ocr
Optical Character Recognition (OCR) in FCPXML

This module detects texts in desired regions of interests (ROI) and place Markers in FCPXML.

Sample command:
`fcp-ocr --targetp Save:48,45.5,52,48 --targetp Photo:45,39,55,42 --skip_seconds=1.5 --ocr_mode=or --affix=ocr_marked_ --debug=0 --optimize=1 --sync=1 <filepath>`

This is an initial commit of the developing project.
