pdftract/crates/pdftract-py
jedarden 5ecfc97668 docs(pdftract-287be): verify extract_text entry point implementation
The PyO3 extract_text entry point was already fully implemented in
crates/pdftract-py/src/extract_text.rs. All acceptance criteria verified:

- Returns String (auto-converts to Python str)
- Uses same core extract_text function as CLI
- Supports pages kwarg for page range selection
- Releases GIL during extraction via py.allow_threads

No code changes required - implementation complete.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 20:28:26 -04:00
..
notes docs(pdftract-287be): verify extract_text entry point implementation 2026-05-28 20:28:26 -04:00
python/pdftract feat(pdftract-2nu0s): implement Python SDK contract conformance 2026-05-24 08:55:11 -04:00
src fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
tests feat(pdftract-1tswa): implement GIL release with py.allow_threads on extraction entry points 2026-05-26 21:23:00 -04:00
Cargo.toml fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
pdftract-py.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00
pyproject.toml feat(pdftract-30ahi): configure maturin for 5-target wheel builds 2026-05-28 08:04:32 -04:00